Declaration of the field arrays associated to the turbulence models.
More...
|
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_+
|
|
Declaration of the field arrays associated to the turbulence models.