const unsigned int _phase0_porepressure_varnum
Moose variable number of the phase0 porepressure.
const unsigned int _p1var
PorousFlow variable number of the phase1 porepressure.
const unsigned int _phase1_porepressure_varnum
Moose variable number of the phase1 porepressure.
const VariableValue & _phase0_porepressure
Nodal or quadpoint value of porepressure of the zero phase (eg, the water phase)
Base class for capillary pressure for multiphase flow in porous media.
virtual void initQpStatefulProperties() override
const VariableGradient & _phase1_gradp_qp
Gradient(phase1_porepressure) at the qps.
InputParameters validParams< PorousFlow2PhasePP >()
const VariableValue & _phase1_porepressure
Nodal or quadpoint value of porepressure of the one phase (eg, the gas phase)
Real buildQpPPSS()
Assemble std::vectors of porepressure and saturation at the nodes and quadpoints, and return the capi...
Base class for thermophysical variable materials, which assemble materials for primary variables such...
const VariableGradient & _phase0_gradp_qp
Gradient(phase0_porepressure) at the qps.
const PorousFlowCapillaryPressure & _pc_uo
Capillary pressure UserObject.
virtual void computeQpProperties() override
Base material designed to calculate fluid phase porepressure and saturation for the two-phase situati...
const unsigned int _p0var
PorousFlow variable number of the phase0 porepressure.
PorousFlow2PhasePP(const InputParameters ¶meters)