Module to configure the variables of the Euler equations.
Init the variable system for simulations of advection equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(out) | :: | varSys |
The resulting variable system used in the Euler equations |
||
logical, | intent(out) | :: | hasPrimitiveVariables |
A flag indicating, that this system has primitive variables. |
||
type(atl_varSys_solverData_type) | :: | methodData |
Data required for the varsys to perform different operations of it's variables |
Append conservative variables for Euler equations.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(inout) | :: | varSys |
The variable system to append the variables to. |
||
type(atl_varSys_solverData_type), | target | :: | methodData |
Data required for the varsys to perform different operations of it's variables |