Module to configure the variables of the Euler equations.
Init the variable system for Euler (inviscid) flow simulations.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation |
The equation system |
||
type(atl_varSys_solverData_type) | :: | solverData |
the pointer to the data required for the varsys |
Append conservative variables for Euler equations.
Type | Intent | Optional | 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. |
Append primitive variables for euler equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(inout) | :: | varSys |
The Euler variable system to modify, it has to contain the conservative variables already. |
||
integer, | intent(out), | allocatable | :: | primVar(:) |
Indices of the primitive variables in the overall system. |
|
type(atl_varSys_solverData_type), | target | :: | solverData |
the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |
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
Type | Intent | Optional | 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 | :: | solverData |
the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |
This routine initializes possible source variables and returns the filled up list of the poss_srcVars
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_possible_variable_type), | intent(out) | :: | possVars | |||
type(atl_eqn_sourceMap_type), | intent(out), | allocatable | :: | eval_source(:) |