fluid_mass/dt lumped to the nodes More...
#include <Q2PNodalMass.h>
Public Member Functions | |
Q2PNodalMass (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const RichardsDensity & | _density |
const VariableValue & | _other_var_nodal |
the other variable (this is porepressure if the Variable is saturation) More... | |
unsigned int | _other_var_num |
variable number of the other variable More... | |
bool | _var_is_pp |
whether the "other variable" is actually porepressure More... | |
const MaterialProperty< Real > & | _porosity |
current value of the porosity More... | |
fluid_mass/dt lumped to the nodes
Definition at line 25 of file Q2PNodalMass.h.
Q2PNodalMass::Q2PNodalMass | ( | const InputParameters & | parameters | ) |
Definition at line 43 of file Q2PNodalMass.C.
|
protectedvirtual |
Definition at line 74 of file Q2PNodalMass.C.
|
protectedvirtual |
Definition at line 98 of file Q2PNodalMass.C.
|
protectedvirtual |
Definition at line 54 of file Q2PNodalMass.C.
|
protected |
Definition at line 37 of file Q2PNodalMass.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
the other variable (this is porepressure if the Variable is saturation)
Definition at line 40 of file Q2PNodalMass.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
variable number of the other variable
Definition at line 43 of file Q2PNodalMass.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
current value of the porosity
Definition at line 49 of file Q2PNodalMass.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
whether the "other variable" is actually porepressure
Definition at line 46 of file Q2PNodalMass.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().