|
ASPECT
|
Public Types | |
| enum | Kind { real_density, reference_density_profile } |
Static Public Member Functions | |
| static Kind | parse (const std::string &input) |
This struct contains information about the approximation made to temperature equation. The different possible ways to approximate this term are described in the manual.
Definition at line 325 of file parameters.h.
| enum aspect::Parameters::Formulation::TemperatureEquation::Kind |
This enum lists available approximations to the density in the temperature equation.
| Enumerator | |
|---|---|
| real_density | |
| reference_density_profile | |
Definition at line 331 of file parameters.h.
|
inlinestatic |
This function translates an input string into the available enum options.
Definition at line 343 of file parameters.h.