ASPECT
|
Additional Inherited Members | |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
A class that implements initial conditions for the compositional fields based on the adiabatic density profile. Note that only the field of the type 'density' will be filled, for all other fields this plugin returns 0.0.
Definition at line 44 of file adiabatic_density.h.
|
overridevirtual |
Return the initial composition as the adiabatic density at this point.
Implements aspect::InitialComposition::Interface< dim >.