PorousFlowEffectiveStressCoupling computes -coefficient*effective_porepressure*grad_component(test) where component is the spatial component (not a fluid component!) More...
#include <PorousFlowEffectiveStressCoupling.h>
Public Member Functions | |
PorousFlowEffectiveStressCoupling (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const PorousFlowDictator & | _dictator |
The PorousFlow dictator that holds global info about the simulation. More... | |
const Real | _coefficient |
Biot coefficient. More... | |
const unsigned int | _component |
The spatial component. More... | |
const MaterialProperty< Real > & | _pf |
Effective porepressure. More... | |
const MaterialProperty< std::vector< Real > > & | _dpf_dvar |
d(effective porepressure)/(d porflow variable) More... | |
const bool | _rz |
Whether an RZ coordinate system is being used. More... | |
PorousFlowEffectiveStressCoupling computes -coefficient*effective_porepressure*grad_component(test) where component is the spatial component (not a fluid component!)
Definition at line 26 of file PorousFlowEffectiveStressCoupling.h.
PorousFlowEffectiveStressCoupling::PorousFlowEffectiveStressCoupling | ( | const InputParameters & | parameters | ) |
Definition at line 34 of file PorousFlowEffectiveStressCoupling.C.
|
overrideprotectedvirtual |
Definition at line 58 of file PorousFlowEffectiveStressCoupling.C.
|
overrideprotectedvirtual |
Definition at line 70 of file PorousFlowEffectiveStressCoupling.C.
|
overrideprotectedvirtual |
Definition at line 50 of file PorousFlowEffectiveStressCoupling.C.
|
protected |
Biot coefficient.
Definition at line 40 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
The spatial component.
Definition at line 43 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), and PorousFlowEffectiveStressCoupling().
|
protected |
The PorousFlow dictator that holds global info about the simulation.
Definition at line 37 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
d(effective porepressure)/(d porflow variable)
Definition at line 49 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
Effective porepressure.
Definition at line 46 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpResidual().
|
protected |
Whether an RZ coordinate system is being used.
Definition at line 52 of file PorousFlowEffectiveStressCoupling.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().