Declaration of the field arrays associated to the turbulence models.
|
double precision, dimension(:,:,:), allocatable | turbulent_viscosity |
| Turbulent viscosity.
|
|
double precision, dimension(:,:,:), allocatable | energy_fluctuation |
| Energy fluctuation.
|
|
double precision, dimension(:,:,:), allocatable | turbulent_kinetic_energy |
| Turbulent kinetic energy.
|
|
double precision, dimension(:,:,:), allocatable | turbulent_conductivity |
| Turbulent conductivity.
|
|
double precision, dimension(:,:,:), allocatable | turbulent_species_diffusion_coefficient |
| Turbulent species transport diffusion coefficient.
|
|
double precision, dimension(:,:,:), allocatable | wall_distance |
| Wall distance.
|
|
double precision, dimension(:,:,:), allocatable | y_plus |
| y+
|
|
double precision, dimension(:,:,:), allocatable | u_plus |
| u_+
|
|
double precision, dimension(:,:,:), allocatable | k_plus |
| k_+
|
|
double precision, dimension(:,:,:), allocatable | local_wall_skin_friction_coef |
| cf
|
|
double precision, dimension(:,:,:), allocatable | local_wall_shear_stress |
| WSS.
|
|
double precision, dimension(:,:,:), allocatable | local_nusselt |
| Nusselt.
|
|