32 virtual Real dmobility(
unsigned nodenum,
unsigned phase,
unsigned pvar)
const override;
PorousFlowFullySaturatedUpwindHeatAdvectionTempl(const InputParameters ¶meters)
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowFullySaturatedUpwindHeatAdvectionTempl< true > ADPorousFlowFullySaturatedUpwindHeatAdvection
const InputParameters & parameters() const
PorousFlowFullySaturatedUpwindHeatAdvectionTempl< false > PorousFlowFullySaturatedUpwindHeatAdvection
const GenericMaterialProperty< std::vector< Real >, is_ad > & _enthalpy
Enthalpy of each phase.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Advection of heat via flux of a single-phase fluid.
virtual GenericReal< is_ad > mobility(unsigned nodenum, unsigned phase) const override
The mobility of the fluid.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
usingGenericKernelMembers
virtual Real dmobility(unsigned nodenum, unsigned phase, unsigned pvar) const override
The derivative of mobility with respect to PorousFlow variable pvar – non-AD path only...
const MaterialProperty< std::vector< std::vector< Real > > > *const _denthalpy_dvar
Derivative of the enthalpy wrt PorousFlow variables – null for AD path.
static InputParameters validParams()