Skip navigation links
(Wind-US Documentation Home Page) (Wind-US User's Guide) (GMAN User's Guide) (MADCAP User's Guide) (CFPOST User's Guide) (Wind-US Utilities) (Common File User's Guide) (Wind-US Installation Guide) (Wind-US Developer's Reference) (Guidelines Documents)

(Introduction) (Tutorial) (Geometry and Flow Physics Modeling) (Numerical Modeling) (Boundary Conditions) (Convergence Monitoring) (Files) (Scripts) (Parallel Processing) (Keyword Reference) (Test Options)



VARIABLE TURBULENT PRANDTL - Turbulent Prandtl number models

Structured Grids

VARIABLE [TURBULENT] PRANDTL [NUMBER] [MODEL] model [BASED ON {H|H0|EI}] \
   [MINIMUM Prt_min] [MAXIMUM Prt_max] [LIMITER MODE {0|1|2|3}] \
   [WALL Prt_wall] [MAX_WALL_DISTANCE {dist | F2FIX}] \
   [ITERATIONS iter] [zone_selector]

This keyword can be used to activate the variable turbulent Prandtl number capability for structured grids. The available models include constant zonal values, algebraic models, and two-equation differential models based on the transport of a thermal scalar variance. The differential models require use of a two-equation turbulence model, while the other Prandtl models generally work with any turbulence model.

Keyword Options

[MODEL] model [BASED ON {H|H0|EI}]

This keyword option selects the turbulent Prandtl number model to be used. The table below summarizes the available Prandtl models and recommended turbulence models to be used with them.

    model    Model Type    Recommended Turbulence Model
FREESTREAM constant any
CONSTANT {value} constant any
KC | KAYS-CRAWFORD algebraic any
WC | WASSEL-CATTON algebraic any
BUSH algebraic {SST | BSL}
CRAFT 2-Eq {CRAFT K-E | SSGZ K-E}
AKN | ABE-KONDOH-NAGANO 2-Eq AKN K-E
DWX | DENG-WU-XI 2-Eq AKN K-E
NTT | NAGANO-TAGAWA-TSUJI 2-Eq NTT K-E
SSZ | SOMMER-SO-ZHANG 2-Eq SZS K-E

The default setting is to use the constant FREESTREAM turbulent Prandtl number, as specified by the PRANDTL keyword.

The CONSTANT model allows a different value to be specified for each zone. The KC and WC models are simple algebraic functions that are designed to mimic the increase in Prandtl number in the near-wall region. Of the two, the KC model is a somewhat more general formulation. Since these models are only dependent upon the ratio of turbulent to laminar viscosity (μtl), they should work with any turbulence model. The BUSH model uses an SST-like f1 blending function to switch between prescribed wall and freestream values. It requires the use of a two-equation turbulence model and has primarily been calibrated using the SST model.

The remaining models are two-equation transport models for the variance of a thermal quantity and a corresponding dissipation rate. The BASED ON {H|H0|EI} option allows the user to choose which type of flow variance to compute: static enthalpy, total enthalpy, or internal energy, respectively. If not specified, it will default to the variance type (generally H) in the original formulation of the selected model. These two-equation models require the use of a two-equation turbulence model such as BSL, SST, or one of the many k-ε turbulence models. The recommended turbulence models listed in the table are those used by the original Prandtl model developers.

For more details on the turbulent Prandtl number models, see:



MINIMUM Prt_min
MAXIMUM Prt_max

The MINIMUM and MAXIMUM values are limiters applied to all models. The turbulent Prandtl number is not allowed to exceed these limits. The default range is 0.10≤Prt≤2.00.

LIMITER MODE {0|1|2|3}

The LIMITER MODE applies to the two-equation transport models and controls which variables are adjusted when the Prandtl number is limited.

    mode    Variables Adjusted
0Prandtl number
1Prandtl number, thermal diffusivity
2Prandtl number, thermal diffusivity, scalar variance
3Prandtl number, thermal diffusivity, scalar variance, scalar dissipation rate

For some models, particularly the AKN model, it is difficult to invert the thermal diffusivity relation to extract adjusted values for the scalar transport terms. This can lead to even greater numerical instability.

The default setting is therefore LIMITER MODE 1 which will adjust the thermal diffusivity but not the transport variables for the scalar variance or its dissipation. However, adjusting the diffusivity will affect the production term in both of the scalar transport equations and hopefully drive the solution to a more consistent state.

Note that LIMITER MODE is a global setting, not a zonal setting.

WALL Prt_wall
MAX_WALL_DISTANCE {dist | F2FIX}

The WALL and MAX_WALL_DISTANCE parameters are primarily used by the BUSH model to prescribe the turbulent Prandtl number at viscous wall points and the distance from the wall over which the Prandtl number will be blended to the freestream value. The default value for Prt_wall is 0.90 and the default value for dist is 1.0E+08 grid units. The F2FIX option uses the same wall distance as the SST F2FIX setting specified in the TURBULENCE keyword.

ITERATIONS iter

The transport equations to be solved are organized into logical "groups" that are solved together. It also allows multiple iterations of a specific group (i.e., sub-iterations) for each "iteration per cycle". If NAVIER-STOKES ITERATIONS is defaulted, this corresponds to iter iterations of the turbulent Prandtl model equations for each iteration of the mean flow equations.

The default value for iter is one, indicating that each iteration per cycle corresponds to one iteration of the turbulent Prandtl model equations.

Usage Suggestions

The algebraic and two-equation Prandtl number models will initialize themselves from the existing turbulent Prandtl number and turbulent viscosity fields. Insufficient turbulence values can result in difficulties during startup or initial transients. Users should ensure that the starting solution is at least partially converged and that turbulent shear layers are present.

In addition, the turbulent Prandtl number can vary significantly in the near-wall region. Simulation of turbulent heat transfer may require a finer grid than needed to resolve the velocity field. For examples using the turbulent Prandtl number models in the Wind-US code, see:

For the two-equation models, the turbulent Prandtl number is a function of the ratio of the turbulent velocity and thermal time scales. In regions of relatively uniform flow, the predicted Prandtl number may be particularly low or high depending upon the values of these time scales. The MINIMUM and MAXIMUM keywords may be used to limit the Prandtl values to an acceptable range. The exact value of the Prandtl number is of little consequence if there is no corresponding thermal gradient to produce a heat flux.

The WRITE keyword may be used to output the Prandtl number to the solution file.

See Also: PRANDTL, TURBULENCE, WRITE


Last updated 30 Sep 2016