https://mooseframework.inl.gov
PoroFullSatTimeDerivative.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
13 #include "TimeDerivative.h"
14 
15 // Forward Declarations
16 
23 {
24 public:
26 
27  PoroFullSatTimeDerivative(const InputParameters & parameters);
28 
29 protected:
30  virtual Real computeQpResidual();
31 
32  virtual Real computeQpJacobian();
33 
34  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
35 
36 private:
39 
42 
45 
47  unsigned int _ndisp;
48 
50  std::vector<unsigned int> _disp_var_num;
51 
54 
57 
60 
63 };
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
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)
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...
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
PoroFullSatTimeDerivative(const InputParameters &parameters)
const MaterialProperty< Real > & _done_over_biot_modulus_dP
d(1/M)/d(porepressure)
unsigned int _ndisp
number of displacement variables