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 281 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 287 of file parameters.h.
|
inlinestatic |
This function translates an input string into the available enum options.
Definition at line 299 of file parameters.h.