27 virtual Real mobility(
unsigned nodenum,
unsigned phase)
const override;
28 virtual Real dmobility(
unsigned nodenum,
unsigned phase,
unsigned pvar)
const override;
virtual Real dmobility(unsigned nodenum, unsigned phase, unsigned pvar) const override
The derivative of mobility with respect to PorousFlow variable pvar.
Advection of heat via flux of a single-phase fluid.
static InputParameters validParams()
virtual Real mobility(unsigned nodenum, unsigned phase) const override
The mobility of the fluid.
const MaterialProperty< std::vector< std::vector< Real > > > & _denthalpy_dvar
Derivative of the enthalpy wrt PorousFlow variables.
const MaterialProperty< std::vector< Real > > & _enthalpy
Enthalpy of each phase.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
PorousFlowFullySaturatedUpwindHeatAdvection(const InputParameters ¶meters)