The Navier-Stokes equation properties are stored here
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | mu |
shear viscosity |
|||
real(kind=rk), | public | :: | lambda |
bulk viscosity |
|||
real(kind=rk), | public | :: | therm_cond |
thermal conductivity |
|||
real(kind=rk), | public | :: | ip_param |
The penalty parameter of the Interior Penalty paramter |
|||
real(kind=rk), | public | :: | visc_limit | = | 0.0_rk |
Limiter to decide computation of viscous fluxes within elements. The viscous terms will only be considered if the limiter exceeds this setting. |
|
procedure(invisc_indicator), | public, | pointer, pass(nvrstk) | :: | inviscous | => | NULL() |