Changes between Version 411 and Version 412 of doc/app/initialization_parameters
- Timestamp:
- Nov 21, 2018 11:34:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v411 v412 1090 1090 }}} 1091 1091 {{{#!td 1092 Model parameter used in the turbulence closure for RANS mode ([#rans_mode rans_mode] = ''.T.''). Constants are1092 Model parameter used in the turbulence closure for RANS mode. Constants are 1093 1093 {{{ 1094 1094 #!Latex … … 1114 1114 }}} 1115 1115 {{{#!td 1116 Model parameter used in the turbulence closure for RANS mode ([#rans_mode rans_mode] = ''.T.''). Constants are1116 Model parameter used in the turbulence closure for RANS mode. Constants are 1117 1117 {{{ 1118 1118 #!Latex … … 1123 1123 }}} 1124 1124 Default values are according to the standard TKE-e turbulence closure (see [#turbulence_closure turbulence_closure]). 1125 }}}1126 |----------------1127 {{{#!td style="vertical-align:top"1128 [=#rans_mode '''rans_mode''']1129 }}}1130 {{{#!td style="vertical-align:top"1131 L1132 }}}1133 {{{#!td style="vertical-align:top"1134 .F.1135 }}}1136 {{{#!td1137 If **rans_mode** = ''.T.'', the Reynolds-averaged Navier-Stokes (RANS) equations are solved and turbulence is completely parameterized. The type of turbulence parameterization can be chosen via [#turbulence_closure turbulence_closure].1138 1125 }}} 1139 1126 |---------------- … … 1277 1264 The following values are allowed:\\\\ 1278 1265 '' 'Moeng_Wyngaard' ''\\\\ 1279 Turbulence closure according to a modified version of Deardorff's subgrid-scale model by Moeng and Wyngaard (1988). See details in the [wiki:doc/tec/sgs#Deardorffsubgrid-scalemodel documentation].\\ 1280 This option is only availably if [#rans_mode rans_mode]=**.F.**.\\\\ 1266 Turbulence closure according to a modified version of Deardorff's subgrid-scale model by Moeng and Wyngaard (1988). See details in the [wiki:doc/tec/sgs#Deardorffsubgrid-scalemodel documentation].\\\\ 1281 1267 '' 'dynamic' ''\\\\ 1282 Use a dynamic subgrid-scale model according to Germano et al. (1991) and Heinz (2008). See details in the [wiki:doc/tec/sgs#Dynamicsubgrid-scalemodel documentation].\\ 1283 This option is only availably if [#rans_mode rans_mode]=**.F.**.\\\\ 1268 Use a dynamic subgrid-scale model according to Germano et al. (1991) and Heinz (2008). See details in the [wiki:doc/tec/sgs#Dynamicsubgrid-scalemodel documentation].\\\\ 1284 1269 '' 'TKE-l' '' \\\\ 1285 1270 Turbulence closure utilising the Prandtl-Kolmogorov relation. See details in the [wiki:/doc/tec/turbulence_parameterization#tkel_model documentation].\\ 1286 This option is only availably if [#rans_mode rans_mode]=**.T.**.\\\\1271 This option puts PALM into RANS mode.\\\\ 1287 1272 '' 'TKE-e' '' \\\\ 1288 1273 Standard TKE-e closure for Reynolds-averaged Navier-Stokes equations. The used constants can be changed using parameters [#rans_const_c rans_const_c] and [#rans_const_sigma rans_const_sigma]. See details in the [wiki:/doc/tec/turbulence_parameterization#tkee_model documentation].\\ 1289 This option is only availably if [#rans_mode rans_mode]=**.T.**.\\\\1274 This option puts PALM into RANS mode.\\\\ 1290 1275 }}} 1291 1276 |----------------