Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | left(6) |
The state on the face from its left limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | left_grad(6,2) |
The gradient state on the face from its left limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | right(6) |
The state on the face from its right limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | right_grad(6,2) |
The gradient state on the face from its right limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | isen_coeff |
The adaiabtic expansion coefficient |
||
real(kind=rk), | intent(in) | :: | mu |
Resulting flux for the left element (in conservative variables). Dynamic Viscosity |
||
real(kind=rk), | intent(in) | :: | lambda |
Viscosity |
||
real(kind=rk), | intent(in) | :: | thermCond |
The thermal cond |
||
real(kind=rk), | intent(in) | :: | heatCap |
The specific heat capacity (per mass unit mass, at constant volume) |
||
real(kind=rk), | intent(in) | :: | penaltyIP |
The penalty parameter |
||
type(atl_navier_stokes_rans_type), | intent(in) | :: | rans_params |
The constants for the Rans eqn |
||
real(kind=rk), | intent(out) | :: | flux(6) |