|
ASPECT
|

Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler &prm) |
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) |
Private Types | |
| enum | DensityScheme { reference_profile, lateral_average } |
Private Attributes | |
| enum aspect::Postprocess::VisualizationPostprocessors::DensityAnomaly::DensityScheme | average_density_scheme |
| unsigned int | n_slices |
A class derived from DataPostprocessor that outputs the temperature anomaly (temperature-depth average of temperature).
Definition at line 40 of file density_anomaly.h.
|
private |
Scheme chosen to define the average density as a function of depth. Reference profile evaluates the material model using the P-T profile defined by the reference adiabatic conditions and the lateral average option calculates the average density within a number n_slices of depth slices.
| Enumerator | |
|---|---|
| reference_profile | |
| lateral_average | |
Definition at line 76 of file density_anomaly.h.
| aspect::Postprocess::VisualizationPostprocessors::DensityAnomaly< dim >::DensityAnomaly | ( | ) |
|
overridevirtual |
The function classes have to implement that want to output cell-wise data.
Implements aspect::Postprocess::VisualizationPostprocessors::CellDataVectorCreator< dim >.
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
|
private |
Number of slices to use when computing depth average of temperature.
Definition at line 85 of file density_anomaly.h.