Routine to check if the physicle values of the state are physically meaningful or not for the Euler and Linear Euler 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | cfl |