ASPECT
|
Private Attributes | |
double | top_pressure |
double | bottom_pressure |
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 pressure at the top and bottom boundaries of the solution. This is useful for calculating the dynamic topography at those surfaces.
Definition at line 41 of file boundary_pressures.h.
|
overridevirtual |
Evaluate the solution for the laterally averaged pressure at the top and bottom of the domain.
Implements aspect::Postprocess::Interface< dim >.
double aspect::Postprocess::BoundaryPressures< dim >::pressure_at_top | ( | ) | const |
Query the pressure at the top surface
double aspect::Postprocess::BoundaryPressures< dim >::pressure_at_bottom | ( | ) | const |
Query the pressure at the bottom surface
|
private |
Pressure at the top of the domain. Filled when execute() is called.
Definition at line 67 of file boundary_pressures.h.
|
private |
Pressure at the bottom of the domain. Filled when execute() is called.
Definition at line 73 of file boundary_pressures.h.