19 "Computes the advective flux of fluid of given phase and component. Hence this UserObject "
20 "is relevant to multi-phase, multi-component situations. Explicitly, the UserObject "
21 "computes (mass_fraction * density * relative_permeability / viscosity) * (- permeability * "
22 "(grad(P) - density * gravity)), using the Kuzmin-Turek FEM-TVD multidimensional "
23 "stabilization scheme");
30 _relative_permeability(
31 getMaterialProperty<
std::vector<Real>>(
"PorousFlow_relative_permeability_nodal")),
32 _drelative_permeability_dvar(getMaterialProperty<
std::vector<
std::vector<Real>>>(
33 "dPorousFlow_relative_permeability_nodal_dvar"))
registerMooseObject("PorousFlowApp", PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent)
const unsigned int _phase
The phase.
Computes the advective flux of fluid of given phase and 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)
Computes the advective flux of fluid of given phase and component.
PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent(const InputParameters ¶meters)
const MaterialProperty< std::vector< Real > > & _relative_permeability
Relative permeability of each phase.
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)
virtual Real computedU_dvar(unsigned i, unsigned pvar) const override
Compute d(u)/d(porous_flow_variable)
static InputParameters validParams()
const MaterialProperty< std::vector< std::vector< Real > > > & _drelative_permeability_dvar
Derivative of relative permeability of each phase wrt PorousFlow variables.