atl_cflCheck_euler Function

private function atl_cflCheck_euler(fixed_dt, nPoly, length, maxVel) result(isPhysical)

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

Arguments

Type IntentOptional 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

Return Value logical