ASPECT
|
Public Types | |
enum | Kind { isentropic_compression, hydrostatic_compression, reference_density_profile, implicit_reference_density_profile, incompressible, projected_density_field, ask_material_model } |
Static Public Member Functions | |
static Kind | parse (const std::string &input) |
This struct contains information about the approximation made to the term containing the gradient of the density in the mass conservation equation. The different possible ways to approximate this term are described in the manual.
Definition at line 231 of file parameters.h.
enum aspect::Parameters::Formulation::MassConservation::Kind |
This enum lists available approximations to the density gradient term of the mass conservation equation.
Enumerator | |
---|---|
isentropic_compression | |
hydrostatic_compression | |
reference_density_profile | |
implicit_reference_density_profile | |
incompressible | |
projected_density_field | |
ask_material_model |
Definition at line 237 of file parameters.h.
|
inlinestatic |
This function translates an input string into the available enum options.
Definition at line 253 of file parameters.h.