-fluid_mass_old/dt with the fluid mass being lumped to the nodes. More...
#include <Q2PNegativeNodalMassOld.h>
Public Member Functions | |
Q2PNegativeNodalMassOld (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
Protected Attributes | |
const RichardsDensity & | _density |
const VariableValue & | _other_var_nodal_old |
old value of the other variable (this is porepressure if the Variable is saturation) More... | |
bool | _var_is_pp |
whether the "other variable" is actually porepressure More... | |
const MaterialProperty< Real > & | _porosity_old |
value of the porosity at the start of the timestep More... | |
-fluid_mass_old/dt with the fluid mass being lumped to the nodes.
Definition at line 26 of file Q2PNegativeNodalMassOld.h.
Q2PNegativeNodalMassOld::Q2PNegativeNodalMassOld | ( | const InputParameters & | parameters | ) |
Definition at line 43 of file Q2PNegativeNodalMassOld.C.
|
protectedvirtual |
Definition at line 53 of file Q2PNegativeNodalMassOld.C.
|
protected |
Definition at line 34 of file Q2PNegativeNodalMassOld.h.
Referenced by computeQpResidual().
|
protected |
old value of the other variable (this is porepressure if the Variable is saturation)
Definition at line 37 of file Q2PNegativeNodalMassOld.h.
Referenced by computeQpResidual().
|
protected |
value of the porosity at the start of the timestep
Definition at line 43 of file Q2PNegativeNodalMassOld.h.
Referenced by computeQpResidual().
|
protected |
whether the "other variable" is actually porepressure
Definition at line 40 of file Q2PNegativeNodalMassOld.h.
Referenced by computeQpResidual().