KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Short class definition. More...
#include <simo_exponential_thermal_hardening_rule.hpp>
Public Member Functions | |
Type Definitions | |
KRATOS_CLASS_POINTER_DEFINITION (SimoExponentialThermalHardeningRule) | |
Pointer definition of SimoExponentialThermalHardeningRule. More... | |
Life Cycle | |
SimoExponentialThermalHardeningRule () | |
Default constructor. More... | |
SimoExponentialThermalHardeningRule (SimoExponentialThermalHardeningRule const &rOther) | |
Copy constructor. More... | |
SimoExponentialThermalHardeningRule & | operator= (SimoExponentialThermalHardeningRule const &rOther) |
Assignment operator. More... | |
HardeningRule::Pointer | Clone () const override |
Clone. More... | |
~SimoExponentialThermalHardeningRule () override | |
Destructor. More... | |
Operations | |
double & | CalculateDeltaThermalHardening (const PlasticDataType &rVariables, double &rDeltaThermalHardening) override |
Operations. More... | |
Input and output | |
std::string | Info () const override |
Turn back information as a string. More... | |
void | PrintInfo (std::ostream &rOStream) const override |
Print information about this object. More... | |
void | PrintData (std::ostream &rOStream) const override |
Print object's data. More... | |
Public Member Functions inherited from Kratos::SimoExponentialHardeningRule | |
KRATOS_CLASS_POINTER_DEFINITION (SimoExponentialHardeningRule) | |
Pointer definition of SimoExponentialHardeningRule. More... | |
SimoExponentialHardeningRule () | |
Default constructor. More... | |
SimoExponentialHardeningRule (SimoExponentialHardeningRule const &rOther) | |
Copy constructor. More... | |
SimoExponentialHardeningRule & | operator= (SimoExponentialHardeningRule const &rOther) |
Assignment operator. More... | |
~SimoExponentialHardeningRule () override | |
Destructor. More... | |
double & | CalculateHardening (const PlasticDataType &rVariables, double &rHardening) override |
Operations. More... | |
double & | CalculateDeltaHardening (const PlasticDataType &rVariables, double &rDeltaHardening) override |
Public Member Functions inherited from Kratos::HardeningRule | |
HardeningRule () | |
Default constructor. More... | |
HardeningRule (HardeningRule const &rOther) | |
Copy constructor. More... | |
HardeningRule & | operator= (HardeningRule const &rOther) |
Assignment operator. More... | |
virtual | ~HardeningRule () |
Destructor. More... | |
virtual double & | CalculateDeltaHardening (const PlasticDataType &rVariables, double &rDeltaHardening, const MatrixType &rPlasticPotentialDerivative) |
KRATOS_CLASS_POINTER_DEFINITION (HardeningRule) | |
Pointer definition of HardeningRule. More... | |
Protected Member Functions | |
Protected Operations | |
double & | CalculateThermalReferenceEffect (const PlasticDataType &rVariables, double &rThermalFactor) override |
double & | CalculateThermalCurrentEffect (const PlasticDataType &rVariables, double &rThermalFactor) override |
Protected Member Functions inherited from Kratos::SimoExponentialHardeningRule | |
virtual double & | CalculateAndAddIsotropicHardening (const PlasticDataType &rVariables, double &rIsotropicHardening) |
virtual double & | CalculateAndAddKinematicHardening (const PlasticDataType &rVariables, double &rKinematicHardening) |
virtual double & | CalculateAndAddDeltaIsotropicHardening (const PlasticDataType &rVariables, double &rDeltaIsotropicHardening) |
virtual double & | CalculateAndAddDeltaKinematicHardening (const PlasticDataType &rVariables, double &rDeltaKinematicHardening) |
Serialization | |
class | Serializer |
Additional Inherited Members | |
Public Types inherited from Kratos::HardeningRule | |
typedef ConstitutiveModelData::MatrixType | MatrixType |
typedef ConstitutiveModelData::VectorType | VectorType |
typedef ConstitutiveModelData::ModelData | ModelDataType |
typedef ConstitutiveModelData::MaterialData | MaterialDataType |
typedef InternalVariables< VarSize > | InternalVariablesType |
typedef PlasticModelData< VarSize > | PlasticDataType |
Static Protected Attributes inherited from Kratos::SimoExponentialHardeningRule | |
constexpr static const double | mTheta = 1.0 |
Static Protected Attributes inherited from Kratos::HardeningRule | |
constexpr static std::size_t | VarSize = 1 |
Short class definition.
Detail class definition.
Kratos::SimoExponentialThermalHardeningRule::SimoExponentialThermalHardeningRule | ( | ) |
Default constructor.
Kratos::SimoExponentialThermalHardeningRule::SimoExponentialThermalHardeningRule | ( | SimoExponentialThermalHardeningRule const & | rOther | ) |
Copy constructor.
|
override |
Destructor.
|
overridevirtual |
|
overrideprotectedvirtual |
Reimplemented from Kratos::SimoExponentialHardeningRule.
|
overrideprotectedvirtual |
Reimplemented from Kratos::SimoExponentialHardeningRule.
|
overridevirtual |
Clone.
Reimplemented from Kratos::SimoExponentialHardeningRule.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::SimoExponentialHardeningRule.
Kratos::SimoExponentialThermalHardeningRule::KRATOS_CLASS_POINTER_DEFINITION | ( | SimoExponentialThermalHardeningRule | ) |
Pointer definition of SimoExponentialThermalHardeningRule.
SimoExponentialThermalHardeningRule & Kratos::SimoExponentialThermalHardeningRule::operator= | ( | SimoExponentialThermalHardeningRule const & | rOther | ) |
Assignment operator.
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::SimoExponentialHardeningRule.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::SimoExponentialHardeningRule.
|
friend |