Public Types | Public Member Functions | Private Attributes

LCM::ThermoMechanicalMomentumResidual< EvalT, Traits > Class Template Reference

Thermo Mechancial Momentum Residual. More...

#include <ThermoMechanicalMomentumResidual.hpp>

Collaboration diagram for LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >:
Collaboration graph
[legend]

List of all members.

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)
ScalarTgetValue (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< ScalarTF_inv
Intrepid::FieldContainer< ScalarTF_invT
Intrepid::FieldContainer< ScalarTJF_invT
Intrepid::FieldContainer< ScalarTP

Detailed Description

template<typename EvalT, typename Traits>
class LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >

Thermo Mechancial Momentum Residual.

This evaluator computes the residual for the ThermoMechanical Problem

Definition at line 24 of file ThermoMechanicalMomentumResidual.hpp.


Member Typedef Documentation

template<typename EvalT, typename Traits>
typedef EvalT::ScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::ScalarT

Definition at line 29 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
typedef EvalT::MeshScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::MeshScalarT

Definition at line 30 of file ThermoMechanicalMomentumResidual.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::ThermoMechanicalMomentumResidual ( const Teuchos::ParameterList &  p  ) 

Definition at line 19 of file ThermoMechanicalMomentumResidual_Def.hpp.


Member Function Documentation

template<typename EvalT , typename Traits >
void LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::postRegistrationSetup ( typename Traits::SetupData  d,
PHX::FieldManager< Traits > &  vm 
)

Definition at line 65 of file ThermoMechanicalMomentumResidual_Def.hpp.

template<typename EvalT , typename Traits >
void LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 79 of file ThermoMechanicalMomentumResidual_Def.hpp.

template<typename EvalT , typename Traits >
ThermoMechanicalMomentumResidual< EvalT, Traits >::ScalarT & LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::getValue ( const std::string &  n  ) 

Definition at line 110 of file ThermoMechanicalMomentumResidual_Def.hpp.


Member Data Documentation

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::stress [private]

Definition at line 44 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::J [private]

Definition at line 45 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::defgrad [private]

Definition at line 46 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::wGradBF [private]

Definition at line 47 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::wBF [private]

Definition at line 48 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
ScalarT LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::zGrav [private]

Definition at line 49 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,Node,Dim> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::Residual [private]

Definition at line 52 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numNodes [private]

Definition at line 54 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numQPs [private]

Definition at line 55 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
std::size_t LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::numDims [private]

Definition at line 56 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
std::string LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::matModel [private]

Definition at line 59 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::F_inv [private]

Definition at line 62 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::F_invT [private]

Definition at line 63 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::JF_invT [private]

Definition at line 64 of file ThermoMechanicalMomentumResidual.hpp.

template<typename EvalT, typename Traits>
Intrepid::FieldContainer<ScalarT> LCM::ThermoMechanicalMomentumResidual< EvalT, Traits >::P [private]

Definition at line 65 of file ThermoMechanicalMomentumResidual.hpp.


The documentation for this class was generated from the following files: