Init the variable system for simulations of advection equation.
The variable system describes, which variables are to be used and how they are organized in the memory. The first few variables up to the sys_mark are those, describing the state, and thus describe the output for regular restart files. Here these are the conservative variables density, momentum and energy. After the mark, there are additional values described that can be deduced from the state variables.
| 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 |