Diffusive Kernel that models nonzero capillary pressure in Q2P models The Variable of this Kernel should be the saturation. More...
#include <Q2PSaturationDiffusion.h>
Public Member Functions | |
Q2PSaturationDiffusion (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const RichardsDensity & | _density |
water density More... | |
const RichardsRelPerm & | _relperm |
water relative permeability More... | |
const VariableValue & | _pp |
porepressure at the quadpoints More... | |
unsigned int | _pp_var_num |
variable number of the porepressure variable More... | |
Real | _viscosity |
fluid viscosity More... | |
const MaterialProperty< RealTensorValue > & | _permeability |
permeability More... | |
Real | _diffusivity |
Diffusive Kernel that models nonzero capillary pressure in Q2P models The Variable of this Kernel should be the saturation.
Definition at line 28 of file Q2PSaturationDiffusion.h.
Q2PSaturationDiffusion::Q2PSaturationDiffusion | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file Q2PSaturationDiffusion.C.
|
protectedvirtual |
Definition at line 55 of file Q2PSaturationDiffusion.C.
|
protectedvirtual |
Definition at line 64 of file Q2PSaturationDiffusion.C.
|
protectedvirtual |
Definition at line 48 of file Q2PSaturationDiffusion.C.
|
protected |
water density
Definition at line 41 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 58 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
permeability
Definition at line 56 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
porepressure at the quadpoints
Definition at line 47 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
variable number of the porepressure variable
Definition at line 50 of file Q2PSaturationDiffusion.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
water relative permeability
Definition at line 44 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
fluid viscosity
Definition at line 53 of file Q2PSaturationDiffusion.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().