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


Called by

proc~~atl_cflcheck_euler~~CalledByGraph proc~atl_cflcheck_euler atl_cflCheck_euler proc~atl_check_val atl_check_val proc~atl_check_val->proc~atl_cflcheck_euler proc~atl_solve_program atl_solve_program proc~atl_solve_program->proc~atl_check_val program~ateles ateles program~ateles->proc~atl_solve_program

Contents