Evaluates shear modulus, either as a constant or a truncated KL expansion. More...
#include <ShearModulus.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
ShearModulus (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 | |
std::size_t | numQPs |
std::size_t | numDims |
PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | coordVec |
PHX::MDField< ScalarT, Cell, QuadPoint > | shearModulus |
bool | is_constant |
Is shear modulus constant, or random field. | |
ScalarT | constant_value |
Constant value. | |
PHX::MDField< ScalarT, Cell, QuadPoint > | Temperature |
Optional dependence on Temperature (mu = mu_const + dmudT * T). | |
bool | isThermoElastic |
ScalarT | dmudT_value |
RealType | refTemp |
Teuchos::RCP < Stokhos::KL::ExponentialRandomField < MeshScalarT > > | exp_rf_kl |
Exponential random field. | |
Teuchos::Array< ScalarT > | rv |
Values of the random variables. |
Evaluates shear modulus, either as a constant or a truncated KL expansion.
Definition at line 28 of file ShearModulus.hpp.
typedef EvalT::ScalarT LCM::ShearModulus< EvalT, Traits >::ScalarT |
Definition at line 34 of file ShearModulus.hpp.
typedef EvalT::MeshScalarT LCM::ShearModulus< EvalT, Traits >::MeshScalarT |
Definition at line 35 of file ShearModulus.hpp.
LCM::ShearModulus< EvalT, Traits >::ShearModulus | ( | Teuchos::ParameterList & | p | ) |
Definition at line 17 of file ShearModulus_Def.hpp.
void LCM::ShearModulus< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 92 of file ShearModulus_Def.hpp.
void LCM::ShearModulus< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 103 of file ShearModulus_Def.hpp.
ShearModulus< EvalT, Traits >::ScalarT & LCM::ShearModulus< EvalT, Traits >::getValue | ( | const std::string & | n | ) |
Definition at line 136 of file ShearModulus_Def.hpp.
std::size_t LCM::ShearModulus< EvalT, Traits >::numQPs [private] |
Definition at line 48 of file ShearModulus.hpp.
std::size_t LCM::ShearModulus< EvalT, Traits >::numDims [private] |
Definition at line 49 of file ShearModulus.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> LCM::ShearModulus< EvalT, Traits >::coordVec [private] |
Definition at line 50 of file ShearModulus.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ShearModulus< EvalT, Traits >::shearModulus [private] |
Definition at line 51 of file ShearModulus.hpp.
bool LCM::ShearModulus< EvalT, Traits >::is_constant [private] |
Is shear modulus constant, or random field.
Definition at line 54 of file ShearModulus.hpp.
ScalarT LCM::ShearModulus< EvalT, Traits >::constant_value [private] |
Constant value.
Definition at line 57 of file ShearModulus.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ShearModulus< EvalT, Traits >::Temperature [private] |
Optional dependence on Temperature (mu = mu_const + dmudT * T).
Definition at line 60 of file ShearModulus.hpp.
bool LCM::ShearModulus< EvalT, Traits >::isThermoElastic [private] |
Definition at line 61 of file ShearModulus.hpp.
ScalarT LCM::ShearModulus< EvalT, Traits >::dmudT_value [private] |
Definition at line 62 of file ShearModulus.hpp.
RealType LCM::ShearModulus< EvalT, Traits >::refTemp [private] |
Definition at line 63 of file ShearModulus.hpp.
Teuchos::RCP< Stokhos::KL::ExponentialRandomField<MeshScalarT> > LCM::ShearModulus< EvalT, Traits >::exp_rf_kl [private] |
Exponential random field.
Definition at line 66 of file ShearModulus.hpp.
Teuchos::Array<ScalarT> LCM::ShearModulus< EvalT, Traits >::rv [private] |
Values of the random variables.
Definition at line 69 of file ShearModulus.hpp.