atl_eqn_LinearEuler_2d_var_module Module

equations



Subroutines

public subroutine atl_init_LinearEuler_2d_vars(equation, methodData)

init the variables for LinearEuler equation

Read more…

Arguments

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

The equation system

type(atl_varSys_solverData_type) :: methodData

the pointer to the data required for the varsys

public subroutine atl_append_LinearEuler_2d_vars(equation, methodData)

append the variables for LinearEuler simulations

Read more…

Arguments

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

The equation type.

type(atl_varSys_solverData_type), target :: methodData

the pointer to the data required for the varsys

private subroutine atl_append_lineareuler_2d_derivedVars(varSys, methodData)

append / set data of derived quantities

Read more…

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(inout) :: varSys

The Euler variable system to modify. It has to contain the conservative and primitive variables already.

type(atl_varSys_solverData_type), target :: methodData

the pointer to the data required for the varsys to fulfill all operations and derivations on the variables