This evaluator obtains effective stress and return total stress (i.e. More...
#include <TLPoroStress.hpp>
Public Member Functions | |
TLPoroStress (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 > | defGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | J |
PHX::MDField< ScalarT, Cell, QuadPoint > | stress |
PHX::MDField< ScalarT, Cell, QuadPoint > | biotCoefficient |
PHX::MDField< ScalarT, Cell, QuadPoint > | porePressure |
unsigned int | numQPs |
unsigned int | numDims |
Intrepid::FieldContainer< ScalarT > | F_inv |
Intrepid::FieldContainer< ScalarT > | F_invT |
Intrepid::FieldContainer< ScalarT > | JF_invT |
Intrepid::FieldContainer< ScalarT > | JpF_invT |
Intrepid::FieldContainer< ScalarT > | JBpF_invT |
std::string | matModel |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | totstress |
This evaluator obtains effective stress and return total stress (i.e.
with pore-fluid contribution) For now, it does not work for Neohookean AD
Definition at line 25 of file TLPoroStress.hpp.
typedef EvalT::ScalarT LCM::TLPoroStress< EvalT, Traits >::ScalarT [private] |
Definition at line 39 of file TLPoroStress.hpp.
typedef EvalT::MeshScalarT LCM::TLPoroStress< EvalT, Traits >::MeshScalarT [private] |
Definition at line 40 of file TLPoroStress.hpp.
LCM::TLPoroStress< EvalT, Traits >::TLPoroStress | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 19 of file TLPoroStress_Def.hpp.
void LCM::TLPoroStress< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 65 of file TLPoroStress_Def.hpp.
void LCM::TLPoroStress< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 79 of file TLPoroStress_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::TLPoroStress< EvalT, Traits >::defGrad [private] |
Definition at line 43 of file TLPoroStress.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroStress< EvalT, Traits >::J [private] |
Definition at line 44 of file TLPoroStress.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroStress< EvalT, Traits >::stress [private] |
Definition at line 45 of file TLPoroStress.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroStress< EvalT, Traits >::biotCoefficient [private] |
Definition at line 46 of file TLPoroStress.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::TLPoroStress< EvalT, Traits >::porePressure [private] |
Definition at line 47 of file TLPoroStress.hpp.
unsigned int LCM::TLPoroStress< EvalT, Traits >::numQPs [private] |
Definition at line 49 of file TLPoroStress.hpp.
unsigned int LCM::TLPoroStress< EvalT, Traits >::numDims [private] |
Definition at line 50 of file TLPoroStress.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroStress< EvalT, Traits >::F_inv [private] |
Definition at line 53 of file TLPoroStress.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroStress< EvalT, Traits >::F_invT [private] |
Definition at line 54 of file TLPoroStress.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroStress< EvalT, Traits >::JF_invT [private] |
Definition at line 55 of file TLPoroStress.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroStress< EvalT, Traits >::JpF_invT [private] |
Definition at line 56 of file TLPoroStress.hpp.
Intrepid::FieldContainer<ScalarT> LCM::TLPoroStress< EvalT, Traits >::JBpF_invT [private] |
Definition at line 57 of file TLPoroStress.hpp.
std::string LCM::TLPoroStress< EvalT, Traits >::matModel [private] |
Definition at line 60 of file TLPoroStress.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::TLPoroStress< EvalT, Traits >::totstress [private] |
Definition at line 64 of file TLPoroStress.hpp.