Constitutive Model Base Class. More...
#include <ElasticDamageModel.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
ElasticDamageModel (Teuchos::ParameterList *p, const Teuchos::RCP< Albany::Layouts > &dl) | |
Constructor. | |
virtual | ~ElasticDamageModel () |
Virtual Destructorstructor. | |
virtual void | computeState (typename Traits::EvalData workset, std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > dep_fields, std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > eval_fields) |
Method to compute the state (e.g. | |
Private Member Functions | |
ElasticDamageModel (const ElasticDamageModel &) | |
Private to prohibit copying. | |
ElasticDamageModel & | operator= (const ElasticDamageModel &) |
Private to prohibit copying. | |
Private Attributes | |
RealType | max_damage_ |
Damage parameters. | |
RealType | saturation_ |
Constitutive Model Base Class.
Definition at line 22 of file ElasticDamageModel.hpp.
typedef EvalT::ScalarT LCM::ElasticDamageModel< EvalT, Traits >::ScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 26 of file ElasticDamageModel.hpp.
typedef EvalT::MeshScalarT LCM::ElasticDamageModel< EvalT, Traits >::MeshScalarT |
Reimplemented from LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 27 of file ElasticDamageModel.hpp.
LCM::ElasticDamageModel< EvalT, Traits >::ElasticDamageModel | ( | Teuchos::ParameterList * | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Constructor.
Definition at line 18 of file ElasticDamageModel_Def.hpp.
virtual LCM::ElasticDamageModel< EvalT, Traits >::~ElasticDamageModel | ( | ) | [inline, virtual] |
Virtual Destructorstructor.
Definition at line 43 of file ElasticDamageModel.hpp.
LCM::ElasticDamageModel< EvalT, Traits >::ElasticDamageModel | ( | const ElasticDamageModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
void LCM::ElasticDamageModel< EvalT, Traits >::computeState | ( | typename Traits::EvalData | workset, | |
std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > | dep_fields, | |||
std::map< std::string, Teuchos::RCP< PHX::MDField< ScalarT > > > | eval_fields | |||
) | [virtual] |
Method to compute the state (e.g.
energy, stress, tangent)
Implements LCM::ConstitutiveModel< EvalT, Traits >.
Definition at line 74 of file ElasticDamageModel_Def.hpp.
ElasticDamageModel& LCM::ElasticDamageModel< EvalT, Traits >::operator= | ( | const ElasticDamageModel< EvalT, Traits > & | ) | [private] |
Private to prohibit copying.
RealType LCM::ElasticDamageModel< EvalT, Traits >::max_damage_ [private] |
Damage parameters.
Definition at line 70 of file ElasticDamageModel.hpp.
RealType LCM::ElasticDamageModel< EvalT, Traits >::saturation_ [private] |
Definition at line 70 of file ElasticDamageModel.hpp.