Evaluates recovery modulus, either as a constant, or temperature dependent. More...
#include <RecoveryModulus.hpp>

Public Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
| RecoveryModulus (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 > | recoveryModulus |
| bool | is_constant |
| Is recoveryModulus constant, or random field. | |
| ScalarT | constant_value |
| Constant value. | |
| PHX::MDField< ScalarT, Cell, QuadPoint > | Temperature |
| Optional dependence on Temperature Rd = c1 * exp(c2/Temperature). | |
| bool | isThermoElastic |
| ScalarT | c1 |
| ScalarT | c2 |
| RealType | refTemp |
| Teuchos::RCP < Stokhos::KL::ExponentialRandomField < MeshScalarT > > | exp_rf_kl |
| Exponential random field. | |
| Teuchos::Array< ScalarT > | rv |
| Values of the random variables. | |
Evaluates recovery modulus, either as a constant, or temperature dependent.
Definition at line 27 of file RecoveryModulus.hpp.
| typedef EvalT::ScalarT LCM::RecoveryModulus< EvalT, Traits >::ScalarT |
Definition at line 33 of file RecoveryModulus.hpp.
| typedef EvalT::MeshScalarT LCM::RecoveryModulus< EvalT, Traits >::MeshScalarT |
Definition at line 34 of file RecoveryModulus.hpp.
| LCM::RecoveryModulus< EvalT, Traits >::RecoveryModulus | ( | Teuchos::ParameterList & | p | ) |
Definition at line 17 of file RecoveryModulus_Def.hpp.
| void LCM::RecoveryModulus< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 96 of file RecoveryModulus_Def.hpp.
| void LCM::RecoveryModulus< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 107 of file RecoveryModulus_Def.hpp.
| RecoveryModulus< EvalT, Traits >::ScalarT & LCM::RecoveryModulus< EvalT, Traits >::getValue | ( | const std::string & | n | ) |
Definition at line 143 of file RecoveryModulus_Def.hpp.
std::size_t LCM::RecoveryModulus< EvalT, Traits >::numQPs [private] |
Definition at line 47 of file RecoveryModulus.hpp.
std::size_t LCM::RecoveryModulus< EvalT, Traits >::numDims [private] |
Definition at line 48 of file RecoveryModulus.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> LCM::RecoveryModulus< EvalT, Traits >::coordVec [private] |
Definition at line 49 of file RecoveryModulus.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::RecoveryModulus< EvalT, Traits >::recoveryModulus [private] |
Definition at line 50 of file RecoveryModulus.hpp.
bool LCM::RecoveryModulus< EvalT, Traits >::is_constant [private] |
Is recoveryModulus constant, or random field.
Definition at line 53 of file RecoveryModulus.hpp.
ScalarT LCM::RecoveryModulus< EvalT, Traits >::constant_value [private] |
Constant value.
Definition at line 56 of file RecoveryModulus.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::RecoveryModulus< EvalT, Traits >::Temperature [private] |
Optional dependence on Temperature Rd = c1 * exp(c2/Temperature).
Definition at line 59 of file RecoveryModulus.hpp.
bool LCM::RecoveryModulus< EvalT, Traits >::isThermoElastic [private] |
Definition at line 60 of file RecoveryModulus.hpp.
ScalarT LCM::RecoveryModulus< EvalT, Traits >::c1 [private] |
Definition at line 61 of file RecoveryModulus.hpp.
ScalarT LCM::RecoveryModulus< EvalT, Traits >::c2 [private] |
Definition at line 62 of file RecoveryModulus.hpp.
RealType LCM::RecoveryModulus< EvalT, Traits >::refTemp [private] |
Definition at line 63 of file RecoveryModulus.hpp.
Teuchos::RCP< Stokhos::KL::ExponentialRandomField<MeshScalarT> > LCM::RecoveryModulus< EvalT, Traits >::exp_rf_kl [private] |
Exponential random field.
Definition at line 66 of file RecoveryModulus.hpp.
Teuchos::Array<ScalarT> LCM::RecoveryModulus< EvalT, Traits >::rv [private] |
Values of the random variables.
Definition at line 69 of file RecoveryModulus.hpp.
1.7.1