Thermo Mechancial Momentum Residual. More...
#include <ThermoMechanicalMomentumResidual.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
ThermoMechanicalMomentumResidual (const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
ScalarT & | getValue (const std::string &n) |
Private Attributes | |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | stress |
PHX::MDField< ScalarT, Cell, QuadPoint > | J |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | defgrad |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint > | wBF |
ScalarT | zGrav |
PHX::MDField< ScalarT, Cell, Node, Dim > | Residual |
std::size_t | numNodes |
std::size_t | numQPs |
std::size_t | numDims |
std::string | matModel |
Intrepid::FieldContainer< ScalarT > | F_inv |
Intrepid::FieldContainer< ScalarT > | F_invT |
Intrepid::FieldContainer< ScalarT > | JF_invT |
Intrepid::FieldContainer< ScalarT > | P |
Thermo Mechancial Momentum Residual.
This evaluator computes the residual for the ThermoMechanical Problem
Definition at line 24 of file ThermoMechanicalMomentumResidual.hpp.
typedef EvalT::ScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::ScalarT |
Definition at line 29 of file ThermoMechanicalMomentumResidual.hpp.
typedef EvalT::MeshScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::MeshScalarT |
Definition at line 30 of file ThermoMechanicalMomentumResidual.hpp.
LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::ThermoMechanicalMomentumResidual | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 19 of file ThermoMechanicalMomentumResidual_Def.hpp.
void LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 65 of file ThermoMechanicalMomentumResidual_Def.hpp.
void LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 79 of file ThermoMechanicalMomentumResidual_Def.hpp.
ThermoMechanicalMomentumResidual< EvalT, Traits >::ScalarT & LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::getValue | ( | const std::string & | n | ) |
Definition at line 110 of file ThermoMechanicalMomentumResidual_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::stress [private] |
Definition at line 44 of file ThermoMechanicalMomentumResidual.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::J [private] |
Definition at line 45 of file ThermoMechanicalMomentumResidual.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::defgrad [private] |
Definition at line 46 of file ThermoMechanicalMomentumResidual.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::wGradBF [private] |
Definition at line 47 of file ThermoMechanicalMomentumResidual.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::wBF [private] |
Definition at line 48 of file ThermoMechanicalMomentumResidual.hpp.
ScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::zGrav [private] |
Definition at line 49 of file ThermoMechanicalMomentumResidual.hpp.
PHX::MDField<ScalarT,Cell,Node,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::Residual [private] |
Definition at line 52 of file ThermoMechanicalMomentumResidual.hpp.
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numNodes [private] |
Definition at line 54 of file ThermoMechanicalMomentumResidual.hpp.
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numQPs [private] |
Definition at line 55 of file ThermoMechanicalMomentumResidual.hpp.
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numDims [private] |
Definition at line 56 of file ThermoMechanicalMomentumResidual.hpp.
std::string LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::matModel [private] |
Definition at line 59 of file ThermoMechanicalMomentumResidual.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::F_inv [private] |
Definition at line 62 of file ThermoMechanicalMomentumResidual.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::F_invT [private] |
Definition at line 63 of file ThermoMechanicalMomentumResidual.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::JF_invT [private] |
Definition at line 64 of file ThermoMechanicalMomentumResidual.hpp.
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::P [private] |
Definition at line 65 of file ThermoMechanicalMomentumResidual.hpp.