Define the Kernel for a PrimaryConvection operator that looks like: cond * grad_pressure * grad_u. More...
#include <PrimaryConvection.h>
Public Member Functions | |
PrimaryConvection (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const MaterialProperty< Real > & | _cond |
Hydraulic conductivity. More... | |
const RealVectorValue | _gravity |
Gravity. More... | |
const MaterialProperty< Real > & | _density |
Fluid density. More... | |
const VariableGradient & | _grad_p |
Pressure gradient. More... | |
const unsigned int | _pvar |
Pressure variable number. More... | |
Define the Kernel for a PrimaryConvection operator that looks like: cond * grad_pressure * grad_u.
Definition at line 24 of file PrimaryConvection.h.
PrimaryConvection::PrimaryConvection | ( | const InputParameters & | parameters | ) |
Definition at line 26 of file PrimaryConvection.C.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Definition at line 54 of file PrimaryConvection.C.
|
overrideprotectedvirtual |
|
protected |
Hydraulic conductivity.
Definition at line 35 of file PrimaryConvection.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Fluid density.
Definition at line 41 of file PrimaryConvection.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Pressure gradient.
Definition at line 44 of file PrimaryConvection.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Definition at line 38 of file PrimaryConvection.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Pressure variable number.
Definition at line 47 of file PrimaryConvection.h.
Referenced by computeQpOffDiagJacobian().