ASPECT
Public Types | Static Public Member Functions | List of all members
aspect::Parameters< dim >::Formulation::MassConservation Struct Reference

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)
 

Detailed Description

template<int dim>
struct aspect::Parameters< dim >::Formulation::MassConservation

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 199 of file parameters.h.

Member Enumeration Documentation

§ 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 205 of file parameters.h.

Member Function Documentation

§ parse()

template<int dim>
static Kind aspect::Parameters< dim >::Formulation::MassConservation::parse ( const std::string &  input)
inlinestatic

This function translates an input string into the available enum options.

Definition at line 221 of file parameters.h.


The documentation for this struct was generated from the following file: