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