This routine update turbulent viscosity of boundary elements from RANS viscosity computed in turbulent_wall boundary.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_turbulence_data_type), | intent(inout) | :: | turbData | turbulence data type |
||
real(kind=rk), | intent(in) | :: | viscTurbWall(:) | Turbulent viscosity on turbulent wall boundary computed in set boundary |
||
integer, | intent(in) | :: | nElems_bnd | Number of elements in turbulent_wall boundary |
||
integer, | intent(in) | :: | elemPos(:) | Position of boundary element in levelwise total list or state array |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem |