Go to the documentation of this file.
53 const MaterialProperty<std::vector<std::vector<std::vector<RealVectorValue>>>> &
Kernel = grad(test) * darcy_velocity * u.
const MaterialProperty< std::vector< std::vector< std::vector< RealVectorValue > > > > & _ddarcy_velocity_dgradvar
_ddarcy_velocity_dgradvar[_qp][ph][j][v](k) = d(k^th component of the Darcy velocity of phase ph)/d(j...
virtual Real computeQpResidual() override
const MaterialProperty< std::vector< std::vector< RealVectorValue > > > & _ddarcy_velocity_dvar
_ddarcy_velocity_dvar[_qp][ph][v](j) = d(j^th component of the Darcy velocity of phase ph)/d(PorousFl...
const PorousFlowDictator & _dictator
Holds info on the Porous Flow variables.
const unsigned _ph
Phase of Darcy velocity.
const MaterialProperty< std::vector< RealVectorValue > > & _darcy_velocity
_darcy_velocity[_qp][ph](j) = j^th component of the Darcy velocity of phase ph
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
PorousFlowBasicAdvection(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
InputParameters validParams< PorousFlowBasicAdvection >()