20 "The displacements appropriate for the simulation geometry and coordinate system");
22 "(1/biot_modulus)*d(porepressure)/dt. This is the time-derivative " 23 "for poromechanics for a single-phase, fully-saturated fluid with " 24 "constant bulk modulus");
31 _volstrain(getMaterialProperty<
Real>(
"volumetric_strain")),
32 _volstrain_old(getMaterialPropertyOld<
Real>(
"volumetric_strain")),
34 _ndisp(coupledComponents(
"displacements")),
35 _disp_var_num(_ndisp),
37 _alpha(getMaterialProperty<
Real>(
"biot_coefficient")),
39 _one_over_biot_modulus(getMaterialProperty<
Real>(
"one_over_biot_modulus")),
40 _done_over_biot_modulus_dP(
41 getMaterialPropertyDerivative<
Real>(
"one_over_biot_modulus", _var.
name())),
42 _done_over_biot_modulus_dep(
43 getMaterialPropertyDerivative<
Real>(
"one_over_biot_modulus",
"volumetric_strain"))
45 for (
unsigned i = 0; i <
_ndisp; ++i)
55 return _test[_i][_qp] * res / _dt;
63 return _test[_i][_qp] * jac / _dt;
70 for (
unsigned i = 0; i <
_ndisp; ++i)
72 jac = _grad_phi[_j][_qp](i);
76 return _test[_i][_qp] * jac / _dt;
static InputParameters validParams()
const MaterialProperty< Real > & _done_over_biot_modulus_dep
d(1/M)/d(volumetric strain)
const VariableValue & _u_old
old value of porepressure
static InputParameters validParams()
registerMooseObject("RichardsApp", PoroFullSatTimeDerivative)
virtual Real computeQpResidual()
std::vector< unsigned int > _disp_var_num
variable number of the displacements variables
const MaterialProperty< Real > & _volstrain
volumetric strain
const MaterialProperty< Real > & _alpha
Biot coefficient.
const MaterialProperty< Real > & _volstrain_old
old value of volumetric strain
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
virtual Real computeQpJacobian()
const MaterialProperty< Real > & _one_over_biot_modulus
1/M, where M is the Biot modulus
Kernel = biot_coefficient*d(volumetric_strain)/dt + (1/biot_modulus)*d(porepressure)/dt this is the t...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
PoroFullSatTimeDerivative(const InputParameters ¶meters)
const MaterialProperty< Real > & _done_over_biot_modulus_dP
d(1/M)/d(porepressure)
unsigned int _ndisp
number of displacement variables