| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | left(4) | The state on the face from its left limit (in conservative variables).  | 
||
| real(kind=rk), | intent(in) | :: | left_grad(4,2) | The gradient state on the face from its left limit (in conservative variables).  | 
||
| real(kind=rk), | intent(in) | :: | right(4) | The state on the face from its right limit (in conservative variables).  | 
||
| real(kind=rk), | intent(in) | :: | right_grad(4,2) | 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(4) | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | physical_left(4) | ||||
| real(kind=rk), | private | :: | physical_right(4) |