10 #if !defined(KRATOS_SIMO_J2_THERMO_PLASTICITY_MODEL_H_INCLUDED )
11 #define KRATOS_SIMO_J2_THERMO_PLASTICITY_MODEL_H_INCLUDED
101 ConstitutiveModel::Pointer
Clone()
const override
103 return Kratos::make_shared<SimoJ2ThermoPlasticityModel>(*
this);
136 rScalarVariables.push_back(TEMPERATURE);
146 if(rThisVariable == PLASTIC_STRAIN || rThisVariable == DELTA_PLASTIC_STRAIN )
149 if(rThisVariable == PLASTIC_DISSIPATION || rThisVariable == DELTA_PLASTIC_DISSIPATION )
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];
175 if (rThisVariable==PLASTIC_DISSIPATION)
177 rValue = this->mThermalVariables.PlasticDissipation;
181 if (rThisVariable==DELTA_PLASTIC_DISSIPATION)
183 rValue = this->mThermalVariables.DeltaPlasticDissipation;
199 std::string
Info()
const override
201 std::stringstream buffer;
202 buffer <<
"SimoJ2ThermoPlasticityModel" ;
209 rOStream <<
"SimoJ2ThermoPlasticityModel";
215 rOStream <<
"SimoJ2ThermoPlasticityModel 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_thermal_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_thermal_hardening_rule.hpp:49
Short class definition.
Definition: simo_J2_thermo_plasticity_model.hpp:51
IncompressibleNeoHookeanModel ElasticityModelType
Definition: simo_J2_thermo_plasticity_model.hpp:58
SimoJ2ThermoPlasticityModel & operator=(SimoJ2ThermoPlasticityModel const &rOther)
Assignment operator.
Definition: simo_J2_thermo_plasticity_model.hpp:94
BaseType::InternalVariablesType InternalVariablesType
Definition: simo_J2_thermo_plasticity_model.hpp:77
BaseType::MaterialDataType MaterialDataType
Definition: simo_J2_thermo_plasticity_model.hpp:75
void GetDomainVariablesList(std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override
Definition: simo_J2_thermo_plasticity_model.hpp:129
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: simo_J2_thermo_plasticity_model.hpp:207
BaseType::SizeType SizeType
Definition: simo_J2_thermo_plasticity_model.hpp:71
std::string Info() const override
Turn back information as a string.
Definition: simo_J2_thermo_plasticity_model.hpp:199
BaseType::VoigtIndexType VoigtIndexType
Definition: simo_J2_thermo_plasticity_model.hpp:72
BaseType::PlasticDataType PlasticDataType
Definition: simo_J2_thermo_plasticity_model.hpp:76
NonLinearAssociativePlasticityModel< ElasticityModelType, YieldSurfaceType > BaseType
Definition: simo_J2_thermo_plasticity_model.hpp:67
bool Has(const Variable< double > &rThisVariable) override
Definition: simo_J2_thermo_plasticity_model.hpp:144
YieldSurfaceType::Pointer YieldSurfacePointer
Definition: simo_J2_thermo_plasticity_model.hpp:64
double & GetValue(const Variable< double > &rThisVariable, double &rValue) override
Definition: simo_J2_thermo_plasticity_model.hpp:159
ElasticityModelType::Pointer ElasticityModelPointer
Definition: simo_J2_thermo_plasticity_model.hpp:59
BaseType::Pointer BaseTypePointer
Definition: simo_J2_thermo_plasticity_model.hpp:70
SimoExponentialThermalHardeningRule HardeningRuleType
Definition: simo_J2_thermo_plasticity_model.hpp:62
KRATOS_CLASS_POINTER_DEFINITION(SimoJ2ThermoPlasticityModel)
Pointer definition of SimoJ2ThermoPlasticityModel.
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: simo_J2_thermo_plasticity_model.hpp:213
~SimoJ2ThermoPlasticityModel() override
Destructor.
Definition: simo_J2_thermo_plasticity_model.hpp:107
MisesHuberThermalYieldSurface< HardeningRuleType > YieldSurfaceType
Definition: simo_J2_thermo_plasticity_model.hpp:63
SimoJ2ThermoPlasticityModel(SimoJ2ThermoPlasticityModel const &rOther)
Copy constructor.
Definition: simo_J2_thermo_plasticity_model.hpp:91
ConstitutiveModel::Pointer Clone() const override
Clone.
Definition: simo_J2_thermo_plasticity_model.hpp:101
SimoJ2ThermoPlasticityModel()
Default constructor.
Definition: simo_J2_thermo_plasticity_model.hpp:88
BaseType::MatrixType MatrixType
Definition: simo_J2_thermo_plasticity_model.hpp:73
BaseType::ModelDataType ModelDataType
Definition: simo_J2_thermo_plasticity_model.hpp:74
#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