Postprocessor produces the mass of a given fluid component in a region. More...
#include <PorousFlowFluidMass.h>
Public Member Functions | |
PorousFlowFluidMass (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeIntegral () override |
virtual Real | computeQpIntegral () override |
Protected Attributes | |
const PorousFlowDictator & | _dictator |
PorousFlowDictator UserObject. More... | |
const unsigned int | _fluid_component |
The fluid component index that this Postprocessor applies to. More... | |
std::vector< unsigned int > | _phase_index |
The phase indices that this Postprocessor is restricted to. More... | |
const MaterialProperty< Real > & | _porosity |
Porosity. More... | |
const MaterialProperty< std::vector< Real > > & | _fluid_density |
Phase density (kg/m^3) More... | |
const MaterialProperty< std::vector< Real > > & | _fluid_saturation |
Phase saturation (-) More... | |
const MaterialProperty< std::vector< std::vector< Real > > > & | _mass_fraction |
Mass fraction of each fluid component in each phase. More... | |
const Real | _saturation_threshold |
Saturation threshold - only fluid mass at saturations below this are calculated. More... | |
MooseVariable *const | _var |
The variable for the corresponding PorousFlowMassTimeDerivative Kernel: this provides test functions. More... | |
Postprocessor produces the mass of a given fluid component in a region.
Definition at line 23 of file PorousFlowFluidMass.h.
PorousFlowFluidMass::PorousFlowFluidMass | ( | const InputParameters & | parameters | ) |
Definition at line 50 of file PorousFlowFluidMass.C.
|
overrideprotectedvirtual |
Definition at line 131 of file PorousFlowFluidMass.C.
|
overrideprotectedvirtual |
Definition at line 163 of file PorousFlowFluidMass.C.
|
protected |
PorousFlowDictator UserObject.
Definition at line 33 of file PorousFlowFluidMass.h.
Referenced by PorousFlowFluidMass().
|
protected |
The fluid component index that this Postprocessor applies to.
Definition at line 35 of file PorousFlowFluidMass.h.
Referenced by computeIntegral(), and PorousFlowFluidMass().
|
protected |
Phase density (kg/m^3)
Definition at line 41 of file PorousFlowFluidMass.h.
Referenced by computeIntegral().
|
protected |
Phase saturation (-)
Definition at line 43 of file PorousFlowFluidMass.h.
Referenced by computeIntegral().
|
protected |
Mass fraction of each fluid component in each phase.
Definition at line 45 of file PorousFlowFluidMass.h.
Referenced by computeIntegral().
|
protected |
The phase indices that this Postprocessor is restricted to.
Definition at line 37 of file PorousFlowFluidMass.h.
Referenced by computeIntegral(), and PorousFlowFluidMass().
|
protected |
|
protected |
Saturation threshold - only fluid mass at saturations below this are calculated.
Definition at line 47 of file PorousFlowFluidMass.h.
Referenced by computeIntegral(), and PorousFlowFluidMass().
|
protected |
The variable for the corresponding PorousFlowMassTimeDerivative Kernel: this provides test functions.
Definition at line 49 of file PorousFlowFluidMass.h.
Referenced by computeIntegral(), and PorousFlowFluidMass().