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 Attributes | |
bool | excess_entropy_only |
struct BoundaryTemperature::internal::CoreData | core_data |
A postprocessor that computes some statistics about the dynamic core.
Definition at line 41 of file core_statistics.h.
aspect::Postprocess::CoreStatistics< dim >::CoreStatistics | ( | ) |
|
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.
|
overridevirtual |
Evaluate statistics.
Implements aspect::Postprocess::Interface< dim >.
const BoundaryTemperature::internal::CoreData& aspect::Postprocess::CoreStatistics< dim >::get_core_data | ( | ) | const |
Export core data stored in this object. Doing this only because the boundary temperature doesn't allowed to store restart data there. So we store the data needed for restart here and exported to boundary temperature object if required.
void aspect::Postprocess::CoreStatistics< dim >::serialize | ( | Archive & | ar, |
const unsigned int | version | ||
) |
Serialize the contents of this class as far as they are not read from input parameter files.
|
overridevirtual |
Save the state of this object.
Reimplemented from aspect::Postprocess::Interface< dim >.
|
overridevirtual |
Restore the state of the object.
Reimplemented from aspect::Postprocess::Interface< dim >.
|
private |
Controls whether output the total excess entropy or the individual entropy terms (i.e. entropy for specific heat, radioactive heating, gravitational contribution, and adiabatic contribution).
Definition at line 95 of file core_statistics.h.
|
private |
Stores the core data from boundary temperature.
Definition at line 100 of file core_statistics.h.