This evaluator calculate residual of the linear momentum balance equation for the thermoporomechanics problem. More...
#include <ThermoPoroPlasticityResidMomentum.hpp>

Public Member Functions | |
| ThermoPoroPlasticityResidMomentum (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< ScalarT, Cell, QuadPoint, Dim, Dim > | TotalStress |
| PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | defgrad |
| PHX::MDField< ScalarT, Cell, QuadPoint > | J |
| PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
| PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | uDotDot |
| PHX::MDField< MeshScalarT, Cell, Node, QuadPoint > | wBF |
| PHX::MDField< ScalarT, Cell, QuadPoint > | Bulk |
| PHX::MDField< ScalarT, Cell, QuadPoint > | alphaSkeleton |
| PHX::MDField< ScalarT, Cell, QuadPoint > | Temp |
| PHX::MDField< ScalarT, Cell, QuadPoint > | TempRef |
| PHX::MDField< ScalarT, Cell, Node, Dim > | ExResidual |
| std::size_t | numNodes |
| std::size_t | numQPs |
| std::size_t | numDims |
| bool | enableTransient |
| ScalarT | dTemp |
| Intrepid::FieldContainer< ScalarT > | F_inv |
| Intrepid::FieldContainer< ScalarT > | F_invT |
| Intrepid::FieldContainer< ScalarT > | JF_invT |
| Intrepid::FieldContainer< ScalarT > | thermoEPS |
This evaluator calculate residual of the linear momentum balance equation for the thermoporomechanics problem.
Definition at line 25 of file ThermoPoroPlasticityResidMomentum.hpp.
typedef EvalT::ScalarT LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::ScalarT [private] |
Definition at line 39 of file ThermoPoroPlasticityResidMomentum.hpp.
typedef EvalT::MeshScalarT LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::MeshScalarT [private] |
Definition at line 40 of file ThermoPoroPlasticityResidMomentum.hpp.
| LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::ThermoPoroPlasticityResidMomentum | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file ThermoPoroPlasticityResidMomentum_Def.hpp.
| void LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 96 of file ThermoPoroPlasticityResidMomentum_Def.hpp.
| void LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 117 of file ThermoPoroPlasticityResidMomentum_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::TotalStress [private] |
Definition at line 43 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::defgrad [private] |
Definition at line 44 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::J [private] |
Definition at line 45 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::wGradBF [private] |
Definition at line 46 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::uDotDot [private] |
Definition at line 48 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::wBF [private] |
Definition at line 49 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::Bulk [private] |
Definition at line 51 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::alphaSkeleton [private] |
Definition at line 52 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::Temp [private] |
Definition at line 54 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::TempRef [private] |
Definition at line 55 of file ThermoPoroPlasticityResidMomentum.hpp.
PHX::MDField<ScalarT,Cell,Node,Dim> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::ExResidual [private] |
Definition at line 59 of file ThermoPoroPlasticityResidMomentum.hpp.
std::size_t LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::numNodes [private] |
Definition at line 61 of file ThermoPoroPlasticityResidMomentum.hpp.
std::size_t LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::numQPs [private] |
Definition at line 62 of file ThermoPoroPlasticityResidMomentum.hpp.
std::size_t LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::numDims [private] |
Definition at line 63 of file ThermoPoroPlasticityResidMomentum.hpp.
bool LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::enableTransient [private] |
Definition at line 64 of file ThermoPoroPlasticityResidMomentum.hpp.
ScalarT LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::dTemp [private] |
Definition at line 65 of file ThermoPoroPlasticityResidMomentum.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::F_inv [private] |
Definition at line 68 of file ThermoPoroPlasticityResidMomentum.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::F_invT [private] |
Definition at line 69 of file ThermoPoroPlasticityResidMomentum.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::JF_invT [private] |
Definition at line 70 of file ThermoPoroPlasticityResidMomentum.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoPoroPlasticityResidMomentum< EvalT, Traits >::thermoEPS [private] |
Definition at line 72 of file ThermoPoroPlasticityResidMomentum.hpp.
1.7.1