Go to the documentation of this file.
13 #include "DerivativeMaterialInterface.h"
35 const MaterialProperty<Real> &
_cond;
const MaterialProperty< Real > & _density
Fluid density.
Define the Kernel for a PrimaryConvection operator that looks like: cond * grad_pressure * grad_u.
PrimaryConvection(const InputParameters ¶meters)
const VariableGradient & _grad_p
Pressure gradient.
const RealVectorValue _gravity
Gravity.
virtual Real computeQpJacobian() override
virtual Real computeQpResidual() override
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const MaterialProperty< Real > & _cond
Hydraulic conductivity.
InputParameters validParams< PrimaryConvection >()
const unsigned int _pvar
Pressure variable number.