Go to the documentation of this file.
29 virtual Real
mobility()
const override;
30 virtual Real
dmobility(
unsigned pvar)
const override;
33 const MaterialProperty<std::vector<Real>> &
_enthalpy;
const MaterialProperty< std::vector< std::vector< Real > > > & _denthalpy_dvar
Derivative of the enthalpy wrt PorousFlow variables.
PorousFlowFullySaturatedHeatAdvection(const InputParameters ¶meters)
Darcy advective flux for a fully-saturated, single phase, single component fluid.
const MaterialProperty< std::vector< Real > > & _enthalpy
Enthalpy of each phase.
InputParameters validParams< PorousFlowFullySaturatedHeatAdvection >()
Advection of heat via flux via Darcy flow of a single phase fully-saturated fluid.
virtual Real mobility() const override
The mobility of the fluid = density / viscosity.
virtual Real dmobility(unsigned pvar) const override
The derivative of the mobility with respect to the PorousFlow variable pvar.