atl_eulerTimestep_type Derived Type

type, private :: atl_eulerTimestep_type

Timestep information for Euler equation.


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable :: maxVel(:)

Modulus of the maximum velocity (for all elements on the current level).

real(kind=rk), public, allocatable :: speedOfSound(:)

Maximum speed of sound (for all elements on the current level).