10 #if !defined(KRATOS_SIMO_J2_PLASTICITY_MODEL_H_INCLUDED )
11 #define KRATOS_SIMO_J2_PLASTICITY_MODEL_H_INCLUDED
101 ConstitutiveModel::Pointer
Clone()
const override
103 return Kratos::make_shared<SimoJ2PlasticityModel>(*
this);
146 if(rThisVariable == PLASTIC_STRAIN || rThisVariable == DELTA_PLASTIC_STRAIN )
164 if (rThisVariable==PLASTIC_STRAIN)
166 rValue = this->mInternal.Variables[0];
170 if (rThisVariable==DELTA_PLASTIC_STRAIN)
172 rValue = this->mInternal.Variables[0]-mPreviousInternal.Variables[0];
199 std::string
Info()
const override
201 std::stringstream buffer;
202 buffer <<
"SimoJ2PlasticityModel" ;
209 rOStream <<
"SimoJ2PlasticityModel";
215 rOStream <<
"SimoJ2PlasticityModel Data";
297 void save(
Serializer& rSerializer)
const override
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Short class definition.
Definition: incompressible_neo_hookean_model.hpp:50
Definition: amatrix_interface.h:41
Short class definition.
Definition: mises_huber_yield_surface.hpp:50
Short class definition.
Definition: non_linear_associative_plasticity_model.hpp:50
BaseType::SizeType SizeType
Definition: non_linear_associative_plasticity_model.hpp:67
BaseType::PlasticDataType PlasticDataType
Definition: non_linear_associative_plasticity_model.hpp:72
BaseType::InternalVariablesType InternalVariablesType
Definition: non_linear_associative_plasticity_model.hpp:73
BaseType::VoigtIndexType VoigtIndexType
Definition: non_linear_associative_plasticity_model.hpp:68
void GetDomainVariablesList(std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override
Definition: plasticity_model.hpp:259
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Short class definition.
Definition: simo_exponential_hardening_rule.hpp:49
Short class definition.
Definition: simo_J2_plasticity_model.hpp:51
SimoJ2PlasticityModel(SimoJ2PlasticityModel const &rOther)
Copy constructor.
Definition: simo_J2_plasticity_model.hpp:91
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: simo_J2_plasticity_model.hpp:213
ElasticityModelType::Pointer ElasticityModelPointer
Definition: simo_J2_plasticity_model.hpp:59
~SimoJ2PlasticityModel() override
Destructor.
Definition: simo_J2_plasticity_model.hpp:107
BaseType::MatrixType MatrixType
Definition: simo_J2_plasticity_model.hpp:73
YieldSurfaceType::Pointer YieldSurfacePointer
Definition: simo_J2_plasticity_model.hpp:64
BaseType::MaterialDataType MaterialDataType
Definition: simo_J2_plasticity_model.hpp:75
std::string Info() const override
Turn back information as a string.
Definition: simo_J2_plasticity_model.hpp:199
void GetDomainVariablesList(std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override
Definition: simo_J2_plasticity_model.hpp:129
BaseType::Pointer BaseTypePointer
Definition: simo_J2_plasticity_model.hpp:70
ConstitutiveModel::Pointer Clone() const override
Clone.
Definition: simo_J2_plasticity_model.hpp:101
SimoExponentialHardeningRule HardeningRuleType
Definition: simo_J2_plasticity_model.hpp:62
SimoJ2PlasticityModel & operator=(SimoJ2PlasticityModel const &rOther)
Assignment operator.
Definition: simo_J2_plasticity_model.hpp:94
MisesHuberYieldSurface< HardeningRuleType > YieldSurfaceType
Definition: simo_J2_plasticity_model.hpp:63
BaseType::VoigtIndexType VoigtIndexType
Definition: simo_J2_plasticity_model.hpp:72
BaseType::SizeType SizeType
Definition: simo_J2_plasticity_model.hpp:71
double & GetValue(const Variable< double > &rThisVariable, double &rValue) override
Definition: simo_J2_plasticity_model.hpp:159
KRATOS_CLASS_POINTER_DEFINITION(SimoJ2PlasticityModel)
Pointer definition of SimoJ2PlasticityModel.
IncompressibleNeoHookeanModel ElasticityModelType
Definition: simo_J2_plasticity_model.hpp:58
BaseType::ModelDataType ModelDataType
Definition: simo_J2_plasticity_model.hpp:74
SimoJ2PlasticityModel()
Default constructor.
Definition: simo_J2_plasticity_model.hpp:88
BaseType::InternalVariablesType InternalVariablesType
Definition: simo_J2_plasticity_model.hpp:77
NonLinearAssociativePlasticityModel< ElasticityModelType, YieldSurfaceType > BaseType
Definition: simo_J2_plasticity_model.hpp:67
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: simo_J2_plasticity_model.hpp:207
bool Has(const Variable< double > &rThisVariable) override
Definition: simo_J2_plasticity_model.hpp:144
BaseType::PlasticDataType PlasticDataType
Definition: simo_J2_plasticity_model.hpp:76
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_CATCH(MoreInfo)
Definition: define.h:110
#define KRATOS_TRY
Definition: define.h:109
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_model_data.hpp:92
Definition: constitutive_model_data.hpp:383