atl_append_euler_1d_consVars Subroutine

public subroutine atl_append_euler_1d_consVars(equation, solverData)

Append conservative variables for Euler equations.

These are density, momentum and energy here.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(inout) :: equation

The equation type .

type(atl_varSys_solverData_type), target :: solverData

The type to be used as method data. This type has to contain all information necessary to determine the values of the variables in the variable system.