![]() |
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.
|
Define the initial state of the material in terms of initial stress/strain/F. More...
#include <initial_state.h>
Public Types | |
Enum's | |
| enum class | InitialImposingType { STRAIN_ONLY = 0 , STRESS_ONLY = 1 , DEFORMATION_GRADIENT_ONLY = 2 , STRAIN_AND_STRESS = 3 , DEFORMATION_GRADIENT_AND_STRESS = 4 } |
Public Member Functions | |
Life Cycle | |
| InitialState () | |
| Default constructor. More... | |
| InitialState (const SizeType Dimension) | |
| Only defining Dimension constructor. More... | |
| InitialState (const Vector &rInitialStrainVector, const Vector &rInitialStressVector, const Matrix &rInitialDeformationGradientMatrix) | |
| InitialState (const Vector &rImposingEntity, const InitialImposingType InitialImposition=InitialImposingType::STRAIN_ONLY) | |
| InitialState (const Vector &rInitialStrainVector, const Vector &rInitialStressVector) | |
| InitialState (const Matrix &rInitialDeformationGradientMatrix) | |
| virtual | ~InitialState () |
| Destructor. More... | |
Operations | |
| unsigned int | use_count () const noexcept |
| void | SetInitialStrainVector (const Vector &rInitialStrainVector) |
| This method sets the initial strain vector. More... | |
| void | SetInitialStressVector (const Vector &rInitialStressVector) |
| This method sets the initial stress vector. More... | |
| void | SetInitialDeformationGradientMatrix (const Matrix &rInitialDeformationGradientMatrix) |
| This method sets the initial deformation gradient matrix. More... | |
| const Vector & | GetInitialStrainVector () const |
| This method returns the initial strain vector if was set before. More... | |
| const Vector & | GetInitialStressVector () const |
| This method returns the initial stress vector if was set before. More... | |
| const Matrix & | GetInitialDeformationGradientMatrix () const |
| This method returns the initial stress vector if was set before. More... | |
Input and output | |
| virtual std::string | Info () const |
| Turn back information as a string. More... | |
| virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More... | |
| virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More... | |
Type Definitions | |
| using | SizeType = std::size_t |
| KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION (InitialState) | |
| Pointer definition of NodeSearchUtility. More... | |
Member Variables | |
| class | Serializer |
| void | intrusive_ptr_add_ref (const InitialState *x) |
| void | intrusive_ptr_release (const InitialState *x) |
Define the initial state of the material in terms of initial stress/strain/F.
Storages the information regarding initial stresses/strains/F
| using Kratos::InitialState::SizeType = std::size_t |
|
strong |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Turn back information as a string.
| Kratos::InitialState::KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION | ( | InitialState | ) |
Pointer definition of NodeSearchUtility.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.
|
inlinenoexcept |
|
friend |
|
friend |
|
friend |