Module provides viscous flux for the compressible Navier-Stokes equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | left(5) | The state on the face from its left limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | left_grad(5,3) | The gradient state on the face from its left limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | right(5) | The state on the face from its right limit (in conservative variables). |
||
real(kind=rk), | intent(in) | :: | right_grad(5,3) | The gradient state on the face from its right limit (in conservative variables). |
||
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 |
||
real(kind=rk), | intent(out) | :: | flux(5) |