Go to the documentation of this file.
12 #include "ElementIntegralVariablePostprocessor.h"
49 MooseVariable *
const _var;
virtual Real computeIntegral() override
const unsigned int _fluid_component
The fluid component index that this Postprocessor applies to.
const MaterialProperty< Real > & _porosity
Porosity.
InputParameters validParams< PorousFlowFluidMass >()
const Real _saturation_threshold
Saturation threshold - only fluid mass at saturations below this are calculated.
std::vector< unsigned int > _phase_index
The phase indices that this Postprocessor is restricted to.
const MaterialProperty< std::vector< Real > > & _fluid_saturation
Phase saturation (-)
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
PorousFlowFluidMass(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
const MaterialProperty< std::vector< std::vector< Real > > > & _mass_fraction
Mass fraction of each fluid component in each phase.
const MaterialProperty< std::vector< Real > > & _fluid_density
Phase density (kg/m^3)
MooseVariable *const _var
The variable for the corresponding PorousFlowMassTimeDerivative Kernel: this provides test functions.
Postprocessor produces the mass of a given fluid component in a region.