Go to the documentation of this file.
32 virtual Real
computeU(
unsigned i)
const override;
34 virtual Real
computedU_dvar(
unsigned i,
unsigned pvar)
const override;
37 const MaterialProperty<std::vector<Real>> &
_enthalpy;
virtual Real computedU_dvar(unsigned i, unsigned pvar) const override
Compute d(u)/d(porous_flow_variable)
Computes the advective flux of heat energy in the given phase, assuming fully-saturated conditions.
const MaterialProperty< std::vector< std::vector< Real > > > & _denthalpy_dvar
Derivative of enthalpy of each phase wrt PorousFlow variables.
Computes the advective flux of fluid of given phase, assuming fully-saturated conditions.
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
const MaterialProperty< std::vector< Real > > & _enthalpy
Enthalpy of each phase.
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturatedHeat >()
PorousFlowAdvectiveFluxCalculatorSaturatedHeat(const InputParameters ¶meters)