40 const unsigned int _ph;
58 Real jac(
unsigned int jvar)
const;
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
virtual Real computeQpJacobian() override
PorousFlowEnthalpySink(const InputParameters ¶meters)
virtual Real computeQpResidual() override
const Real & _T_in
Specified inlet temperature.
const SinglePhaseFluidProperties & _fp
Fluid properties UserObject.
const VariableValue * _pressure
Pressure (from aux variable)
Common class for single phase fluid properties.
const MaterialProperty< std::vector< Real > > & _pp
Computed nodal values of porepressure of the phases.
const unsigned int _ph
The phase number.
Real jac(unsigned int jvar) const
Derivative of residual with respect to the jvar variable.
OutputTools< Real >::VariableValue VariableValue
Applies a flux sink of heat energy to a boundary with specified mass flux and inlet temperature...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
const InputParameters & parameters() const
const Function & _m_func
The mass flux.
const MaterialProperty< std::vector< std::vector< Real > > > & _dpp_dvar
d(porepressure)/d(PorousFlow variable)
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.