Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(6) | The state array |
||
real(kind=rk), | intent(in) | :: | velocity(2) | The velocity |
||
real(kind=rk), | intent(in) | :: | inVec(6) | Vector to be multiplied with nu11 |
||
real(kind=rk), | intent(in) | :: | isenCoeff | Adiabatice index, also known as isentropic expansion factor. |
||
real(kind=rk), | intent(in) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
||
real(kind=rk), | intent(in) | :: | thermCond | The thermal cond |
||
type(atl_navier_stokes_rans_type), | intent(in) | :: | rans_params | The constants for the Rans eqn |
||
real(kind=rk), | intent(in) | :: | heatCap | The specific heat capacity (per mass unit mass, at constant volume) |
The result of the matrix vector product
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | mu_turb | mu_turb |
|||
real(kind=rk), | private | :: | mu_eff | mu_turb |
|||
real(kind=rk), | private | :: | lam_eff | mu_turb |
|||
real(kind=rk), | private | :: | limited_eddy_visc | mu_turb |
|||
real(kind=rk), | private | :: | energy_coeff | mu_turb |
|||
real(kind=rk), | private | :: | turb_coeff1 | ||||
real(kind=rk), | private | :: | turb_coeff2 |