Go to the documentation of this file.
31 const MaterialProperty<std::vector<Real>> *
const _pp;
34 const MaterialProperty<std::vector<std::vector<Real>>> *
const _dpp_dvar;
37 const MaterialProperty<Real> *
const _temp;
40 const MaterialProperty<std::vector<Real>> *
const _dtemp_dvar;
46 virtual Real
ptVar()
const;
49 virtual Real
dptVar(
unsigned pvar)
const;
Provides either a porepressure or a temperature to derived classes, depending on _involves_fluid defi...
PorousFlowSinkPTDefiner(const InputParameters ¶meters)
const MaterialProperty< std::vector< Real > > *const _pp
Nodal pore pressure in each phase.
virtual Real ptVar() const
Provides the variable value (either porepressure, or temperature, depending on _involves_fluid)
const VariableValue & _pt_shift
Subtract this from porepressure or temperature before evaluating PiecewiseLinearSink,...
virtual Real dptVar(unsigned pvar) const
Provides the d(variable)/(d PorousFlow Variable pvar)
const MaterialProperty< Real > *const _temp
Nodal temperature.
InputParameters validParams< PorousFlowSinkPTDefiner >()
const MaterialProperty< std::vector< Real > > *const _dtemp_dvar
d(Nodal temperature)/d(PorousFlow variable)
const MaterialProperty< std::vector< std::vector< Real > > > *const _dpp_dvar
d(Nodal pore pressure in each phase)/d(PorousFlow variable)
Applies a flux sink to a boundary.