The Navier-Stokes equation properties are stored here
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | mu | shear viscosity |
|||
real(kind=rk), | private | :: | lambda | bulk viscosity |
|||
real(kind=rk), | private | :: | therm_cond | thermal conductivity |
|||
real(kind=rk), | private | :: | ip_param | The penalty parameter of the Interior Penalty paramter |
|||
real(kind=rk), | private | :: | 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), | private, | pointer, pass(nvrstk) | :: | inviscous | => | NULL() |