Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active | ||||
logical, | public | :: | requiresWallDistances | = | .FALSE. | ||
integer, | public | :: | WallModel | ||||
real(kind=RP), | public | :: | CS |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Smagorinsky_t) | :: | self | ||||
class(FTValueDictionary), | intent(in) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Smagorinsky_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Smagorinsky_t), | intent(in) | :: | this | |||
real(kind=RP), | intent(in) | :: | delta | |||
real(kind=RP), | intent(in) | :: | dWall | |||
real(kind=RP), | intent(in) | :: | Q(NCONS) | |||
real(kind=RP), | intent(in) | :: | Q_x(NGRAD) | |||
real(kind=RP), | intent(in) | :: | Q_y(NGRAD) | |||
real(kind=RP), | intent(in) | :: | Q_z(NGRAD) | |||
real(kind=RP), | intent(out) | :: | mu |