Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:) | The state in nodal space. Dimension is the number of vars, i.e. 4 for Navier-Stokes. |
||
real(kind=rk), | intent(in) | :: | state_gradient(:,:) | The state in nodal space. First dimension is the number of vars, i.e. 4 for Navier-Stokes. Second dimension is the dimension, e.g. 2 in two dimensions. |
||
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 physical flux along the x axis for all variables
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | velocity(1:2) | ||||
real(kind=rk), | private | :: | mu_turb | ||||
real(kind=rk), | private | :: | lam_turb | ||||
real(kind=rk), | private | :: | mu_eff | ||||
real(kind=rk), | private | :: | lam_eff | ||||
real(kind=rk), | private | :: | energy_coeff | ||||
real(kind=rk), | private | :: | k_eff | ||||
real(kind=rk), | private | :: | turbPrNum | ||||
real(kind=rk), | private | :: | limited_eddy_visc | ||||
real(kind=rk), | private | :: | turb_coeff1 | ||||
real(kind=rk), | private | :: | turb_coeff2 | ||||
real(kind=rk), | private | :: | velGrad(2,2) | ||||
real(kind=rk), | private | :: | ViscStressTensor(2,2) | ||||
real(kind=rk), | private | :: | omega_r |