|
Code_Saturne
CFD tool
|
Functions/Subroutines | |
| subroutine | hturbp (prl, prt, ckarm, yplus, htur) |
| Compute the correction of the exchange coefficient between the fluid and the wall for a turbulent flow. More... | |
| subroutine hturbp | ( | double precision | prl, |
| double precision | prt, | ||
| double precision | ckarm, | ||
| double precision | yplus, | ||
| double precision | htur | ||
| ) |
Compute the correction of the exchange coefficient between the fluid and the wall for a turbulent flow.
This is function of the dimensionless distance to the wall
.
Then the return coefficient reads:
This coefficient is computed thanks to a similarity model between dynamic viscous sub-layer and themal sub-layer.
is computed as follows:
The final exchange coefficient is:
| [in] | yplus | dimensionless distance to the wall |
| [in] | ckarm | Von Karman constant |
| [in] | prt | turbulent Prandtl number |
| [in] | prl | laminar Prandtl number |
| [out] | htur | corrected exchange coefficient |
1.8.13