ASPECT
|
Private Attributes | |
double | top_density |
double | bottom_density |
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 postprocessor that computes the laterally averaged density at the top and bottom boundaries of the solution. This is useful for calculating the geoid at those surfaces.
Definition at line 41 of file boundary_densities.h.
|
overridevirtual |
Evaluate the solution for laterally averaged density at the top and bottom of the domain.
Implements aspect::Postprocess::Interface< dim >.
double aspect::Postprocess::BoundaryDensities< dim >::density_at_top | ( | ) | const |
Query the density at the top surface
double aspect::Postprocess::BoundaryDensities< dim >::density_at_bottom | ( | ) | const |
Query the density at the bottom surface
|
private |
Density at the top of the domain. Filled when execute() is called.
Definition at line 67 of file boundary_densities.h.
|
private |
Density at the bottom of the domain. Filled when execute() is called.
Definition at line 73 of file boundary_densities.h.