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.
List of all members
Kratos::SimoExponentialThermalHardeningRule Class Reference

Short class definition. More...

#include <simo_exponential_thermal_hardening_rule.hpp>

Inheritance diagram for Kratos::SimoExponentialThermalHardeningRule:
Collaboration diagram for Kratos::SimoExponentialThermalHardeningRule:

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...
 
SimoExponentialThermalHardeningRuleoperator= (SimoExponentialThermalHardeningRule const &rOther)
 Assignment operator. More...
 
HardeningRule::Pointer Clone () const override
 Clone. More...
 
 ~SimoExponentialThermalHardeningRule () override
 Destructor. More...
 
Operations
doubleCalculateDeltaThermalHardening (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...
 
SimoExponentialHardeningRuleoperator= (SimoExponentialHardeningRule const &rOther)
 Assignment operator. More...
 
 ~SimoExponentialHardeningRule () override
 Destructor. More...
 
doubleCalculateHardening (const PlasticDataType &rVariables, double &rHardening) override
 Operations. More...
 
doubleCalculateDeltaHardening (const PlasticDataType &rVariables, double &rDeltaHardening) override
 
- Public Member Functions inherited from Kratos::HardeningRule
 HardeningRule ()
 Default constructor. More...
 
 HardeningRule (HardeningRule const &rOther)
 Copy constructor. More...
 
HardeningRuleoperator= (HardeningRule const &rOther)
 Assignment operator. More...
 
virtual ~HardeningRule ()
 Destructor. More...
 
virtual doubleCalculateDeltaHardening (const PlasticDataType &rVariables, double &rDeltaHardening, const MatrixType &rPlasticPotentialDerivative)
 
 KRATOS_CLASS_POINTER_DEFINITION (HardeningRule)
 Pointer definition of HardeningRule. More...
 

Protected Member Functions

Protected Operations
doubleCalculateThermalReferenceEffect (const PlasticDataType &rVariables, double &rThermalFactor) override
 
doubleCalculateThermalCurrentEffect (const PlasticDataType &rVariables, double &rThermalFactor) override
 
- Protected Member Functions inherited from Kratos::SimoExponentialHardeningRule
virtual doubleCalculateAndAddIsotropicHardening (const PlasticDataType &rVariables, double &rIsotropicHardening)
 
virtual doubleCalculateAndAddKinematicHardening (const PlasticDataType &rVariables, double &rKinematicHardening)
 
virtual doubleCalculateAndAddDeltaIsotropicHardening (const PlasticDataType &rVariables, double &rDeltaIsotropicHardening)
 
virtual doubleCalculateAndAddDeltaKinematicHardening (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< VarSizeInternalVariablesType
 
typedef PlasticModelData< VarSizePlasticDataType
 
- 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
 

Detailed Description

Short class definition.

Detail class definition.

Constructor & Destructor Documentation

◆ SimoExponentialThermalHardeningRule() [1/2]

Kratos::SimoExponentialThermalHardeningRule::SimoExponentialThermalHardeningRule ( )

Default constructor.

◆ SimoExponentialThermalHardeningRule() [2/2]

Kratos::SimoExponentialThermalHardeningRule::SimoExponentialThermalHardeningRule ( SimoExponentialThermalHardeningRule const &  rOther)

Copy constructor.

◆ ~SimoExponentialThermalHardeningRule()

Kratos::SimoExponentialThermalHardeningRule::~SimoExponentialThermalHardeningRule ( )
override

Destructor.

Member Function Documentation

◆ CalculateDeltaThermalHardening()

double & Kratos::SimoExponentialThermalHardeningRule::CalculateDeltaThermalHardening ( const PlasticDataType rVariables,
double rDeltaThermalHardening 
)
overridevirtual

Operations.

Calculate Hardening function derivatives

Reimplemented from Kratos::HardeningRule.

◆ CalculateThermalCurrentEffect()

double & Kratos::SimoExponentialThermalHardeningRule::CalculateThermalCurrentEffect ( const PlasticDataType rVariables,
double rThermalFactor 
)
overrideprotectedvirtual

◆ CalculateThermalReferenceEffect()

double & Kratos::SimoExponentialThermalHardeningRule::CalculateThermalReferenceEffect ( const PlasticDataType rVariables,
double rThermalFactor 
)
overrideprotectedvirtual

◆ Clone()

HardeningRule::Pointer Kratos::SimoExponentialThermalHardeningRule::Clone ( ) const
overridevirtual

Clone.

Reimplemented from Kratos::SimoExponentialHardeningRule.

◆ Info()

std::string Kratos::SimoExponentialThermalHardeningRule::Info ( ) const
inlineoverridevirtual

Turn back information as a string.

Reimplemented from Kratos::SimoExponentialHardeningRule.

◆ KRATOS_CLASS_POINTER_DEFINITION()

Kratos::SimoExponentialThermalHardeningRule::KRATOS_CLASS_POINTER_DEFINITION ( SimoExponentialThermalHardeningRule  )

Pointer definition of SimoExponentialThermalHardeningRule.

◆ operator=()

SimoExponentialThermalHardeningRule & Kratos::SimoExponentialThermalHardeningRule::operator= ( SimoExponentialThermalHardeningRule const &  rOther)

Assignment operator.

◆ PrintData()

void Kratos::SimoExponentialThermalHardeningRule::PrintData ( std::ostream &  rOStream) const
inlineoverridevirtual

Print object's data.

Reimplemented from Kratos::SimoExponentialHardeningRule.

◆ PrintInfo()

void Kratos::SimoExponentialThermalHardeningRule::PrintInfo ( std::ostream &  rOStream) const
inlineoverridevirtual

Print information about this object.

Reimplemented from Kratos::SimoExponentialHardeningRule.

Friends And Related Function Documentation

◆ Serializer

friend class Serializer
friend

The documentation for this class was generated from the following files: