Balance of mass residual for large deformation poromechanics problem. More...
#include <TLPoroPlasticityResidMass.hpp>
Public Member Functions | |
TLPoroPlasticityResidMass (Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint > | wBF |
PHX::MDField< ScalarT, Cell, QuadPoint > | porePressure |
PHX::MDField< ScalarT, Cell, QuadPoint > | Tdot |
PHX::MDField< ScalarT, Cell, QuadPoint > | ThermalCond |
PHX::MDField< ScalarT, Cell, QuadPoint > | kcPermeability |
PHX::MDField< ScalarT, Cell, QuadPoint > | porosity |
PHX::MDField< ScalarT, Cell, QuadPoint > | biotCoefficient |
PHX::MDField< ScalarT, Cell, QuadPoint > | biotModulus |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | TGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | Source |
Teuchos::Array< double > | convectionVels |
PHX::MDField< ScalarT, Cell, QuadPoint > | rhoCp |
PHX::MDField< ScalarT, Cell, QuadPoint > | Absorption |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | strain |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | defgrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | J |
PHX::MDField< ScalarT, Cell, QuadPoint > | elementLength |
PHX::MDField< MeshScalarT, Cell, Vertex, Dim > | coordVec |
Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
Teuchos::RCP < shards::CellTopology > | cellType |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | weights |
PHX::MDField< ScalarT, Dummy > | deltaTime |
std::string | strainName |
std::string | porePressureName |
std::string | porosityName |
std::string | JName |
bool | haveSource |
bool | haveConvection |
bool | haveAbsorption |
bool | enableTransient |
bool | haverhoCp |
bool | haveMechanics |
unsigned int | numNodes |
unsigned int | numQPs |
unsigned int | numDims |
unsigned int | worksetSize |
Intrepid::FieldContainer< ScalarT > | flux |
Intrepid::FieldContainer< ScalarT > | fluxdt |
Intrepid::FieldContainer< ScalarT > | pterm |
Intrepid::FieldContainer< ScalarT > | tpterm |
Intrepid::FieldContainer< ScalarT > | aterm |
Intrepid::FieldContainer < RealType > | refPoints |
Intrepid::FieldContainer < RealType > | refWeights |
Intrepid::FieldContainer < MeshScalarT > | jacobian |
Intrepid::FieldContainer < MeshScalarT > | jacobian_inv |
Intrepid::FieldContainer < MeshScalarT > | Gc |
Intrepid::FieldContainer< ScalarT > | F_inv |
Intrepid::FieldContainer< ScalarT > | F_invT |
Intrepid::FieldContainer< ScalarT > | C |
Intrepid::FieldContainer< ScalarT > | Cinv |
Intrepid::FieldContainer< ScalarT > | JF_invT |
Intrepid::FieldContainer< ScalarT > | KJF_invT |
Intrepid::FieldContainer< ScalarT > | Kref |
ScalarT | porePbar |
ScalarT | vol |
ScalarT | trialPbar |
PHX::MDField< ScalarT, Cell, Node > | TResidual |
RealType | stab_param_ |
Balance of mass residual for large deformation poromechanics problem.
Definition at line 26 of file TLPoroPlasticityResidMass.hpp.
typedef EvalT::ScalarT LCM::TLPoroPlasticityResidMass< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file TLPoroPlasticityResidMass.hpp.
typedef EvalT::MeshScalarT LCM::TLPoroPlasticityResidMass< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file TLPoroPlasticityResidMass.hpp.
LCM::TLPoroPlasticityResidMass< EvalT, Traits >::TLPoroPlasticityResidMass | ( | Teuchos::ParameterList & | p | ) |
Definition at line 19 of file TLPoroPlasticityResidMass_Def.hpp.
void LCM::TLPoroPlasticityResidMass< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 171 of file TLPoroPlasticityResidMass_Def.hpp.
void LCM::TLPoroPlasticityResidMass< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 202 of file TLPoroPlasticityResidMass_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::wBF [private] |
Definition at line 44 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::porePressure [private] |
Definition at line 45 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Tdot [private] |
Definition at line 46 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::ThermalCond [private] |
Definition at line 48 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::kcPermeability [private] |
Definition at line 49 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::porosity [private] |
Definition at line 50 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::biotCoefficient [private] |
Definition at line 51 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::biotModulus [private] |
Definition at line 52 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::wGradBF [private] |
Definition at line 53 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::TGrad [private] |
Definition at line 54 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Source [private] |
Definition at line 55 of file TLPoroPlasticityResidMass.hpp.
Teuchos::Array<double> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::convectionVels [private] |
Definition at line 56 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::rhoCp [private] |
Definition at line 57 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Absorption [private] |
Definition at line 58 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::strain [private] |
Definition at line 59 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::defgrad [private] |
Definition at line 61 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::J [private] |
Definition at line 62 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::elementLength [private] |
Definition at line 63 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::coordVec [private] |
Definition at line 66 of file TLPoroPlasticityResidMass.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > LCM::TLPoroPlasticityResidMass< EvalT, Traits >::cubature [private] |
Definition at line 67 of file TLPoroPlasticityResidMass.hpp.
Teuchos::RCP<shards::CellTopology> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::cellType [private] |
Definition at line 68 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::weights [private] |
Definition at line 69 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Dummy> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::deltaTime [private] |
Definition at line 72 of file TLPoroPlasticityResidMass.hpp.
std::string LCM::TLPoroPlasticityResidMass< EvalT, Traits >::strainName [private] |
Definition at line 75 of file TLPoroPlasticityResidMass.hpp.
std::string LCM::TLPoroPlasticityResidMass< EvalT, Traits >::porePressureName [private] |
Definition at line 75 of file TLPoroPlasticityResidMass.hpp.
std::string LCM::TLPoroPlasticityResidMass< EvalT, Traits >::porosityName [private] |
Definition at line 75 of file TLPoroPlasticityResidMass.hpp.
std::string LCM::TLPoroPlasticityResidMass< EvalT, Traits >::JName [private] |
Definition at line 75 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::haveSource [private] |
Definition at line 80 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::haveConvection [private] |
Definition at line 81 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::haveAbsorption [private] |
Definition at line 82 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::enableTransient [private] |
Definition at line 83 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::haverhoCp [private] |
Definition at line 84 of file TLPoroPlasticityResidMass.hpp.
bool LCM::TLPoroPlasticityResidMass< EvalT, Traits >::haveMechanics [private] |
Definition at line 85 of file TLPoroPlasticityResidMass.hpp.
unsigned int LCM::TLPoroPlasticityResidMass< EvalT, Traits >::numNodes [private] |
Definition at line 86 of file TLPoroPlasticityResidMass.hpp.
unsigned int LCM::TLPoroPlasticityResidMass< EvalT, Traits >::numQPs [private] |
Definition at line 87 of file TLPoroPlasticityResidMass.hpp.
unsigned int LCM::TLPoroPlasticityResidMass< EvalT, Traits >::numDims [private] |
Definition at line 88 of file TLPoroPlasticityResidMass.hpp.
unsigned int LCM::TLPoroPlasticityResidMass< EvalT, Traits >::worksetSize [private] |
Definition at line 89 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::flux [private] |
Definition at line 92 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::fluxdt [private] |
Definition at line 93 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::pterm [private] |
Definition at line 94 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::tpterm [private] |
Definition at line 95 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::aterm [private] |
Definition at line 96 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::refPoints [private] |
Definition at line 98 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::refWeights [private] |
Definition at line 99 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::jacobian [private] |
Definition at line 100 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::jacobian_inv [private] |
Definition at line 101 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Gc [private] |
Definition at line 102 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::F_inv [private] |
Definition at line 105 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::F_invT [private] |
Definition at line 106 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::C [private] |
Definition at line 107 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Cinv [private] |
Definition at line 108 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::JF_invT [private] |
Definition at line 109 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::KJF_invT [private] |
Definition at line 110 of file TLPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::Kref [private] |
Definition at line 111 of file TLPoroPlasticityResidMass.hpp.
ScalarT LCM::TLPoroPlasticityResidMass< EvalT, Traits >::porePbar [private] |
Definition at line 113 of file TLPoroPlasticityResidMass.hpp.
ScalarT LCM::TLPoroPlasticityResidMass< EvalT, Traits >::vol [private] |
Definition at line 113 of file TLPoroPlasticityResidMass.hpp.
ScalarT LCM::TLPoroPlasticityResidMass< EvalT, Traits >::trialPbar [private] |
Definition at line 114 of file TLPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,Node> LCM::TLPoroPlasticityResidMass< EvalT, Traits >::TResidual [private] |
Definition at line 120 of file TLPoroPlasticityResidMass.hpp.
RealType LCM::TLPoroPlasticityResidMass< EvalT, Traits >::stab_param_ [private] |
Definition at line 122 of file TLPoroPlasticityResidMass.hpp.