Balance of energy residual for large deformation thermoporomechanics problem. More...
#include <ThermoPoroPlasticityResidMass.hpp>
Public Member Functions | |
ThermoPoroPlasticityResidMass (const 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 > | densityPoreFluid |
PHX::MDField< ScalarT, Cell, QuadPoint > | Temp |
PHX::MDField< ScalarT, Cell, QuadPoint > | RefTemp |
PHX::MDField< ScalarT, Cell, QuadPoint > | stabParameter |
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< ScalarT, Cell, QuadPoint > | young_modulus_ |
PHX::MDField< ScalarT, Cell, QuadPoint > | poissons_ratio_ |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | TGrad |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | TempGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | alphaMixture |
PHX::MDField< ScalarT, Cell, QuadPoint > | alphaPoreFluid |
PHX::MDField< ScalarT, Cell, QuadPoint > | alphaSkeleton |
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< 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 |
std::string | TempName |
bool | haveSource |
bool | haveConvection |
bool | haveAbsorption |
bool | enableTransient |
bool | haverhoCp |
unsigned int | numNodes |
unsigned int | numQPs |
unsigned int | numDims |
unsigned int | worksetSize |
Intrepid::FieldContainer< ScalarT > | flux |
Intrepid::FieldContainer< ScalarT > | fgravity |
Intrepid::FieldContainer< ScalarT > | fluxdt |
Intrepid::FieldContainer< ScalarT > | pterm |
Intrepid::FieldContainer< ScalarT > | Tterm |
Intrepid::FieldContainer< ScalarT > | aterm |
Intrepid::FieldContainer< ScalarT > | tpterm |
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 | Tempbar |
ScalarT | vol |
ScalarT | trialPbar |
ScalarT | shearModulus |
ScalarT | bulkModulus |
ScalarT | safeFactor |
PHX::MDField< ScalarT, Cell, Node > | TResidual |
Balance of energy residual for large deformation thermoporomechanics problem.
Definition at line 26 of file ThermoPoroPlasticityResidMass.hpp.
typedef EvalT::ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file ThermoPoroPlasticityResidMass.hpp.
typedef EvalT::MeshScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file ThermoPoroPlasticityResidMass.hpp.
LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::ThermoPoroPlasticityResidMass | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file ThermoPoroPlasticityResidMass_Def.hpp.
void LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 180 of file ThermoPoroPlasticityResidMass_Def.hpp.
void LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 215 of file ThermoPoroPlasticityResidMass_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::wBF [private] |
Definition at line 44 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::porePressure [private] |
Definition at line 45 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::densityPoreFluid [private] |
Definition at line 46 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Temp [private] |
Definition at line 47 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::RefTemp [private] |
Definition at line 48 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::stabParameter [private] |
Definition at line 49 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::ThermalCond [private] |
Definition at line 50 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::kcPermeability [private] |
Definition at line 51 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::porosity [private] |
Definition at line 52 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::biotCoefficient [private] |
Definition at line 53 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::biotModulus [private] |
Definition at line 54 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::young_modulus_ [private] |
Definition at line 55 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::poissons_ratio_ [private] |
Definition at line 56 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::wGradBF [private] |
Definition at line 57 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::TGrad [private] |
Definition at line 58 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::TempGrad [private] |
Definition at line 59 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::alphaMixture [private] |
Definition at line 60 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::alphaPoreFluid [private] |
Definition at line 61 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::alphaSkeleton [private] |
Definition at line 62 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Source [private] |
Definition at line 63 of file ThermoPoroPlasticityResidMass.hpp.
Teuchos::Array<double> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::convectionVels [private] |
Definition at line 64 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::rhoCp [private] |
Definition at line 65 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Absorption [private] |
Definition at line 66 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::strain [private] |
Definition at line 67 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::defgrad [private] |
Definition at line 68 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::J [private] |
Definition at line 69 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::coordVec [private] |
Definition at line 72 of file ThermoPoroPlasticityResidMass.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::cubature [private] |
Definition at line 73 of file ThermoPoroPlasticityResidMass.hpp.
Teuchos::RCP<shards::CellTopology> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::cellType [private] |
Definition at line 74 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::weights [private] |
Definition at line 75 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Dummy> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::deltaTime [private] |
Definition at line 78 of file ThermoPoroPlasticityResidMass.hpp.
std::string LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::strainName [private] |
Definition at line 81 of file ThermoPoroPlasticityResidMass.hpp.
std::string LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::porePressureName [private] |
Definition at line 81 of file ThermoPoroPlasticityResidMass.hpp.
std::string LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::porosityName [private] |
Definition at line 81 of file ThermoPoroPlasticityResidMass.hpp.
std::string LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::JName [private] |
Definition at line 81 of file ThermoPoroPlasticityResidMass.hpp.
std::string LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::TempName [private] |
Definition at line 81 of file ThermoPoroPlasticityResidMass.hpp.
bool LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::haveSource [private] |
Definition at line 86 of file ThermoPoroPlasticityResidMass.hpp.
bool LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::haveConvection [private] |
Definition at line 87 of file ThermoPoroPlasticityResidMass.hpp.
bool LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::haveAbsorption [private] |
Definition at line 88 of file ThermoPoroPlasticityResidMass.hpp.
bool LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::enableTransient [private] |
Definition at line 89 of file ThermoPoroPlasticityResidMass.hpp.
bool LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::haverhoCp [private] |
Definition at line 90 of file ThermoPoroPlasticityResidMass.hpp.
unsigned int LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::numNodes [private] |
Definition at line 91 of file ThermoPoroPlasticityResidMass.hpp.
unsigned int LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::numQPs [private] |
Definition at line 92 of file ThermoPoroPlasticityResidMass.hpp.
unsigned int LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::numDims [private] |
Definition at line 93 of file ThermoPoroPlasticityResidMass.hpp.
unsigned int LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::worksetSize [private] |
Definition at line 94 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::flux [private] |
Definition at line 97 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::fgravity [private] |
Definition at line 98 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::fluxdt [private] |
Definition at line 99 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::pterm [private] |
Definition at line 100 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Tterm [private] |
Definition at line 101 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::aterm [private] |
Definition at line 102 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::tpterm [private] |
Definition at line 103 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::refPoints [private] |
Definition at line 106 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::refWeights [private] |
Definition at line 107 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::jacobian [private] |
Definition at line 108 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::jacobian_inv [private] |
Definition at line 109 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Gc [private] |
Definition at line 110 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::F_inv [private] |
Definition at line 113 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::F_invT [private] |
Definition at line 114 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::C [private] |
Definition at line 115 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Cinv [private] |
Definition at line 116 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::JF_invT [private] |
Definition at line 117 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::KJF_invT [private] |
Definition at line 118 of file ThermoPoroPlasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Kref [private] |
Definition at line 119 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::porePbar [private] |
Definition at line 121 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::Tempbar [private] |
Definition at line 121 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::vol [private] |
Definition at line 121 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::trialPbar [private] |
Definition at line 122 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::shearModulus [private] |
Definition at line 123 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::bulkModulus [private] |
Definition at line 123 of file ThermoPoroPlasticityResidMass.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::safeFactor [private] |
Definition at line 124 of file ThermoPoroPlasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,Node> LCM::ThermoPoroPlasticityResidMass< EvalT, Traits >::TResidual [private] |
Definition at line 129 of file ThermoPoroPlasticityResidMass.hpp.