Kernel = biot_coefficient*d(volumetric_strain)/dt + (1/biot_modulus)*d(porepressure)/dt this is the time-derivative for poromechanics for a single-phase, fully-saturated fluid with constant bulk modulus. More...
#include <PoroFullSatTimeDerivative.h>
Public Member Functions | |
PoroFullSatTimeDerivative (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Private Attributes | |
const VariableValue & | _u_old |
old value of porepressure More... | |
const MaterialProperty< Real > & | _volstrain |
volumetric strain More... | |
const MaterialProperty< Real > & | _volstrain_old |
old value of volumetric strain More... | |
unsigned int | _ndisp |
number of displacement variables More... | |
std::vector< unsigned int > | _disp_var_num |
variable number of the displacements variables More... | |
const MaterialProperty< Real > & | _alpha |
Biot coefficient. More... | |
const MaterialProperty< Real > & | _one_over_biot_modulus |
1/M, where M is the Biot modulus More... | |
const MaterialProperty< Real > & | _done_over_biot_modulus_dP |
d(1/M)/d(porepressure) More... | |
const MaterialProperty< Real > & | _done_over_biot_modulus_dep |
d(1/M)/d(volumetric strain) More... | |
Kernel = biot_coefficient*d(volumetric_strain)/dt + (1/biot_modulus)*d(porepressure)/dt this is the time-derivative for poromechanics for a single-phase, fully-saturated fluid with constant bulk modulus.
Definition at line 26 of file PoroFullSatTimeDerivative.h.
PoroFullSatTimeDerivative::PoroFullSatTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file PoroFullSatTimeDerivative.C.
|
protectedvirtual |
Definition at line 60 of file PoroFullSatTimeDerivative.C.
|
protectedvirtual |
Definition at line 68 of file PoroFullSatTimeDerivative.C.
|
protectedvirtual |
Definition at line 51 of file PoroFullSatTimeDerivative.C.
|
private |
Biot coefficient.
Definition at line 55 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
variable number of the displacements variables
Definition at line 52 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and PoroFullSatTimeDerivative().
|
private |
d(1/M)/d(volumetric strain)
Definition at line 64 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpOffDiagJacobian().
|
private |
d(1/M)/d(porepressure)
Definition at line 61 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpJacobian().
|
private |
number of displacement variables
Definition at line 49 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and PoroFullSatTimeDerivative().
|
private |
1/M, where M is the Biot modulus
Definition at line 58 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
old value of porepressure
Definition at line 40 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
volumetric strain
Definition at line 43 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpResidual().
|
private |
old value of volumetric strain
Definition at line 46 of file PoroFullSatTimeDerivative.h.
Referenced by computeQpResidual().