equations
Type | Intent | Optional | 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 |
append the variables for LinearEuler simulations
Type | Intent | Optional | 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 |
Init source terms for flow simulations. 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(inout) | :: | possVars | |||
type(atl_eqn_sourceMap_type), | intent(out), | allocatable | :: | eval_source(:) |
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 | :: | methodData | the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |