32 virtual Real dmobility(
unsigned nodenum,
unsigned phase,
unsigned pvar)
const override;
const GenericMaterialProperty< std::vector< std::vector< Real > >, is_ad > & _mass_fractions
Mass fraction of each component in each phase.
Moose::GenericType< Real, is_ad > GenericReal
PorousFlowAdvectiveFluxTempl< true > ADPorousFlowAdvectiveFlux
const InputParameters & parameters() const
virtual GenericReal< is_ad > mobility(unsigned nodenum, unsigned phase) const override
The mobility of the fluid.
Convective flux of component k in fluid phase alpha.
static InputParameters validParams()
const MaterialProperty< std::vector< std::vector< Real > > > *const _drelative_permeability_dvar
Derivative of relative permeability of each phase wrt PorousFlow variables – null for AD path...
PorousFlowAdvectiveFluxTempl(const InputParameters ¶meters)
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...
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
PorousFlowAdvectiveFluxTempl< false > PorousFlowAdvectiveFlux
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< std::vector< std::vector< std::vector< Real > > > > *const _dmass_fractions_dvar
Derivative of the mass fraction of each component in each phase wrt PorousFlow variables – null for ...
const GenericMaterialProperty< std::vector< Real >, is_ad > & _relative_permeability
Relative permeability of each phase.
const unsigned int _fluid_component
Index of the fluid component that this kernel acts on.
usingGenericKernelMembers