28 virtual Real
computeU(
unsigned i)
const override;
30 virtual Real
computedU_dvar(
unsigned i,
unsigned pvar)
const override;
const InputParameters & parameters() const
Computes the advective flux of fluid of given phase and fluid component.
const unsigned int _fluid_component
The fluid component.
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
static InputParameters validParams()
virtual Real computedU_dvar(unsigned i, unsigned pvar) const override
Compute d(u)/d(porous_flow_variable)
const MaterialProperty< std::vector< std::vector< std::vector< Real > > > > & _dmass_fractions_dvar
Derivative of the mass fraction of each component in each phase wrt PorousFlow variables.
const MaterialProperty< std::vector< std::vector< Real > > > & _mass_fractions
Mass fraction of each component in each phase.
Computes the advective flux of fluid of given phase, assuming fully-saturated conditions.