Balance of energy residual for large deformation thermoporomechanics problem. More...
#include <ThermoPoroPlasticityResidEnergy.hpp>
Public Member Functions | |
ThermoPoroPlasticityResidEnergy (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 > | refTemp |
PHX::MDField< ScalarT, Cell, QuadPoint > | alphaSkeleton |
PHX::MDField< ScalarT, Cell, QuadPoint > | gammaMixture |
PHX::MDField< ScalarT, Cell, QuadPoint > | gammaFluid |
PHX::MDField< ScalarT, Cell, QuadPoint > | Temp |
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 > | bulk |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | TGrad |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | PGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | alphaMixture |
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, Cell, QuadPoint > | young_modulus_ |
PHX::MDField< ScalarT, Cell, QuadPoint > | poissons_ratio_ |
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 > | fluxdt |
Intrepid::FieldContainer< ScalarT > | pterm |
Intrepid::FieldContainer< ScalarT > | aterm |
Intrepid::FieldContainer< ScalarT > | tterm |
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 | corrTerm |
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 ThermoPoroPlasticityResidEnergy.hpp.
typedef EvalT::ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file ThermoPoroPlasticityResidEnergy.hpp.
typedef EvalT::MeshScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file ThermoPoroPlasticityResidEnergy.hpp.
LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::ThermoPoroPlasticityResidEnergy | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file ThermoPoroPlasticityResidEnergy_Def.hpp.
void LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 200 of file ThermoPoroPlasticityResidEnergy_Def.hpp.
void LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 237 of file ThermoPoroPlasticityResidEnergy_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::wBF [private] |
Definition at line 44 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::porePressure [private] |
Definition at line 45 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::refTemp [private] |
Definition at line 46 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::alphaSkeleton [private] |
Definition at line 47 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::gammaMixture [private] |
Definition at line 48 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::gammaFluid [private] |
Definition at line 49 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Temp [private] |
Definition at line 50 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::stabParameter [private] |
Definition at line 51 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::ThermalCond [private] |
Definition at line 52 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::kcPermeability [private] |
Definition at line 53 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::porosity [private] |
Definition at line 54 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::biotCoefficient [private] |
Definition at line 55 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::biotModulus [private] |
Definition at line 56 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::bulk [private] |
Definition at line 57 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::wGradBF [private] |
Definition at line 58 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::TGrad [private] |
Definition at line 59 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::PGrad [private] |
Definition at line 60 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::alphaMixture [private] |
Definition at line 61 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Source [private] |
Definition at line 62 of file ThermoPoroPlasticityResidEnergy.hpp.
Teuchos::Array<double> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::convectionVels [private] |
Definition at line 63 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::rhoCp [private] |
Definition at line 64 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Absorption [private] |
Definition at line 65 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::strain [private] |
Definition at line 66 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::defgrad [private] |
Definition at line 68 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::J [private] |
Definition at line 69 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::coordVec [private] |
Definition at line 73 of file ThermoPoroPlasticityResidEnergy.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::cubature [private] |
Definition at line 74 of file ThermoPoroPlasticityResidEnergy.hpp.
Teuchos::RCP<shards::CellTopology> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::cellType [private] |
Definition at line 75 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::weights [private] |
Definition at line 76 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::young_modulus_ [private] |
Definition at line 78 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::poissons_ratio_ [private] |
Definition at line 79 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Dummy> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::deltaTime [private] |
Definition at line 82 of file ThermoPoroPlasticityResidEnergy.hpp.
std::string LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::strainName [private] |
Definition at line 85 of file ThermoPoroPlasticityResidEnergy.hpp.
std::string LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::porePressureName [private] |
Definition at line 85 of file ThermoPoroPlasticityResidEnergy.hpp.
std::string LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::porosityName [private] |
Definition at line 85 of file ThermoPoroPlasticityResidEnergy.hpp.
std::string LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::JName [private] |
Definition at line 85 of file ThermoPoroPlasticityResidEnergy.hpp.
std::string LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::tempName [private] |
Definition at line 85 of file ThermoPoroPlasticityResidEnergy.hpp.
bool LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::haveSource [private] |
Definition at line 90 of file ThermoPoroPlasticityResidEnergy.hpp.
bool LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::haveConvection [private] |
Definition at line 91 of file ThermoPoroPlasticityResidEnergy.hpp.
bool LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::haveAbsorption [private] |
Definition at line 92 of file ThermoPoroPlasticityResidEnergy.hpp.
bool LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::enableTransient [private] |
Definition at line 93 of file ThermoPoroPlasticityResidEnergy.hpp.
bool LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::haverhoCp [private] |
Definition at line 94 of file ThermoPoroPlasticityResidEnergy.hpp.
unsigned int LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::numNodes [private] |
Definition at line 95 of file ThermoPoroPlasticityResidEnergy.hpp.
unsigned int LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::numQPs [private] |
Definition at line 96 of file ThermoPoroPlasticityResidEnergy.hpp.
unsigned int LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::numDims [private] |
Definition at line 97 of file ThermoPoroPlasticityResidEnergy.hpp.
unsigned int LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::worksetSize [private] |
Definition at line 98 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::flux [private] |
Definition at line 101 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::fluxdt [private] |
Definition at line 102 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::pterm [private] |
Definition at line 103 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::aterm [private] |
Definition at line 104 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::tterm [private] |
Definition at line 105 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::tpterm [private] |
Definition at line 106 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<RealType> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::refPoints [private] |
Definition at line 108 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<RealType> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::refWeights [private] |
Definition at line 109 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::jacobian [private] |
Definition at line 110 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::jacobian_inv [private] |
Definition at line 111 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Gc [private] |
Definition at line 112 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::F_inv [private] |
Definition at line 115 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::F_invT [private] |
Definition at line 116 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::C [private] |
Definition at line 117 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Cinv [private] |
Definition at line 118 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::JF_invT [private] |
Definition at line 119 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::KJF_invT [private] |
Definition at line 120 of file ThermoPoroPlasticityResidEnergy.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Kref [private] |
Definition at line 121 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::porePbar [private] |
Definition at line 123 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::Tempbar [private] |
Definition at line 123 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::vol [private] |
Definition at line 123 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::corrTerm [private] |
Definition at line 123 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::trialPbar [private] |
Definition at line 124 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::shearModulus [private] |
Definition at line 126 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::bulkModulus [private] |
Definition at line 126 of file ThermoPoroPlasticityResidEnergy.hpp.
ScalarT LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::safeFactor [private] |
Definition at line 127 of file ThermoPoroPlasticityResidEnergy.hpp.
PHX::MDField<ScalarT,Cell,Node> LCM::ThermoPoroPlasticityResidEnergy< EvalT, Traits >::TResidual [private] |
Definition at line 130 of file ThermoPoroPlasticityResidEnergy.hpp.