Go to the documentation of this file.
31 virtual Real
computeU(
unsigned i)
const override;
32 virtual Real
computedU_dvar(
unsigned i,
unsigned pvar)
const override;
const MaterialProperty< std::vector< std::vector< Real > > > *const _dfluid_density_node_dvar
Derivative of the fluid density for each phase wrt PorousFlow variables (at the node)
const MaterialProperty< std::vector< Real > > & _fluid_viscosity
Viscosity of each component in each phase.
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 fully-saturated conditions.
PorousFlowAdvectiveFluxCalculatorSaturated(const InputParameters ¶meters)
const MaterialProperty< std::vector< Real > > *const _fluid_density_node
Fluid density for each phase (at the node)
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturated >()
const bool _multiply_by_density
Whether to multiply the flux by the fluid density.
Base class to compute the advective flux of fluid in PorousFlow situations using the Kuzmin-Turek FEM...
const MaterialProperty< std::vector< std::vector< Real > > > & _dfluid_viscosity_dvar
Derivative of the fluid viscosity for each phase wrt PorousFlow variables.
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem)