atl_eqn_LinearEuler_var_module Module

equations


Uses

Used by

  • module~~atl_eqn_lineareuler_var_module~~UsedByGraph module~atl_eqn_lineareuler_var_module atl_eqn_LinearEuler_var_module module~atl_eqn_lineareuler_hlp_module atl_eqn_LinearEuler_hlp_module module~atl_eqn_lineareuler_hlp_module->module~atl_eqn_lineareuler_var_module module~atl_equation_init_module atl_equation_init_module module~atl_equation_init_module->module~atl_eqn_lineareuler_hlp_module module~atl_initialize_module atl_initialize_module module~atl_initialize_module->module~atl_equation_init_module module~atl_program_module atl_program_module module~atl_program_module->module~atl_initialize_module program~atl_harvesting atl_harvesting program~atl_harvesting->module~atl_initialize_module

Subroutines

public subroutine atl_init_LinearEuler_vars(equation, methodData)

i n i t

t h e

v a r i a b l e s

f o r

L i n e a r E u l e r

e q u a t i o n

Read more…

Arguments

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

The equation system

type(atl_varSys_solverData_type), intent(in) :: methodData

the pointer to the data required for the varsys

public subroutine atl_append_linearEuler_vars(equation, methodData)

a p p e n d

t h e

v a r i a b l e s

f o r

L i n e a r E u l e r

s i m u l a t i o n s

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

public subroutine atl_init_lineuler_sourceTerms(possVars, eval_source)

Init source terms for flow simulations. This routine initializes possible source variables and returns the filled up list of the poss_srcVars

Arguments

Type IntentOptional Attributes Name
type(tem_possible_variable_type), intent(inout) :: possVars
type(atl_eqn_sourceMap_type), intent(out), allocatable :: eval_source(:)

private subroutine atl_append_lineareuler_derivedVars(varSys, methodData)

a p p e n d

/

s e t

d a t a

o f

d e r i v e d

q u a n t i t i e s

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