Go to the documentation of this file.
12 #include "AuxKernel.h"
48 const MaterialProperty<std::vector<RealGradient>> &
_grad_p;
57 const unsigned int _ph;
const MaterialProperty< std::vector< RealGradient > > & _grad_p
Gradient of the pore pressure in each phase.
virtual Real computeValue()
const MaterialProperty< std::vector< Real > > & _relative_permeability
Relative permeability of each phase.
unsigned int _component
Desired spatial component.
const RealVectorValue _gravity
Gravitational acceleration.
const MaterialProperty< RealTensorValue > & _permeability
Permeability of porous material.
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
const MaterialProperty< std::vector< Real > > & _fluid_density_qp
Fluid density for each phase (at the qp)
Computes a component of the Darcy velocity: -k_ij * krel /mu (nabla_j P - w_j) where k_ij is the perm...
const PorousFlowDictator & _dictator
PorousFlowDicatator UserObject.
const MaterialProperty< std::vector< Real > > & _fluid_viscosity
Viscosity of each component in each phase.
const unsigned int _ph
Index of the fluid phase.
PorousFlowDarcyVelocityComponent(const InputParameters ¶meters)
InputParameters validParams< PorousFlowDarcyVelocityComponent >()