ASPECT
|
Classes | |
struct | MassConservation |
struct | TemperatureEquation |
Public Types | |
enum | Kind { boussinesq_approximation, anelastic_liquid_approximation, isentropic_compression, custom } |
Static Public Member Functions | |
static Kind | parse (const std::string &input) |
A struct that contains information about which formulation of the basic equations should be solved, i.e. which terms to consider, which terms to neglect, and which to simplify in different ways.
Definition at line 187 of file parameters.h.
enum aspect::Parameters::Formulation::Kind |
This enum lists available formulations that determine the combined approximations made in all solved equations. 'Custom' allows to set approximations individually for single equations.
Enumerator | |
---|---|
boussinesq_approximation | |
anelastic_liquid_approximation | |
isentropic_compression | |
custom |
Definition at line 195 of file parameters.h.
|
inlinestatic |
This function translates an input string into the available enum options.
Definition at line 209 of file parameters.h.