Routine to check if the physicle values of the state are physically meaningful or not for the Navier-Stokes equation, checking the cfl for a fixed timestep
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | fixed_dt | Fixed timestep prescribed in ateles |
||
| integer, | intent(in) | :: | nPoly | Order per spatial direction |
||
| real(kind=rk), | intent(in) | :: | length | Length of the element |
||
| real(kind=rk), | intent(in) | :: | maxVel | max Velocity for calculating the cfl |
||
| real(kind=rk), | intent(in) | :: | mu | vicosity variable |
||
| real(kind=rk), | intent(in) | :: | therm_cond | thermal conductivity |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | cfl_visc | cfl calculated from the vicosity part |
|||
| real(kind=rk), | private | :: | cfl_conv | cfl considering the convective part |