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) | :: | mu | Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda | Viscosity |
||
type(atl_navier_stokes_rans_type), | intent(in) | :: | rans_params | The constants for the Rans eqn |
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 |