Go to the documentation of this file.
34 virtual Real
computeU(
unsigned i)
const override;
36 virtual Real
computedU_dvar(
unsigned i,
unsigned pvar)
const override;
Computes the advective flux of heat energy in the given phase, assuming fully-saturated conditions.
virtual Real computedU_dvar(unsigned i, unsigned pvar) const override
Compute d(u)/d(porous_flow_variable)
const MaterialProperty< std::vector< Real > > & _relative_permeability
Relative permeability of each phase.
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat >()
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
Computes the advective flux of heat energy in a given phase, assuming unsaturated conditions.
PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat(const InputParameters ¶meters)
const MaterialProperty< std::vector< std::vector< Real > > > & _drelative_permeability_dvar
Derivative of relative permeability of each phase wrt PorousFlow variables.