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.
hyperelastic_plastic_U_P_J2_3D_law.hpp
Go to the documentation of this file.
1 //
2 // Project Name: KratosSolidMechanicsApplication $
3 // Created by: $Author: JMCarbonell $
4 // Last modified by: $Co-Author: $
5 // Date: $Date: July 2015 $
6 // Revision: $Revision: 0.0 $
7 //
8 //
9 
10 #if !defined (KRATOS_HYPERELASTIC_PLASTIC_U_P_J2_3D_LAW_H_INCLUDED)
11 #define KRATOS_HYPERELASTIC_PLASTIC_U_P_J2_3D_LAW_H_INCLUDED
12 
13 // System includes
14 
15 // External includes
16 
17 // Project includes
19 
20 
21 
22 namespace Kratos
23 {
32 class KRATOS_API(SOLID_MECHANICS_APPLICATION) HyperElasticPlasticUPJ23DLaw : public HyperElasticPlasticUP3DLaw
33 {
34 public:
40  typedef std::size_t SizeType;
41 
42  typedef FlowRule::Pointer FlowRulePointer;
43  typedef YieldCriterion::Pointer YieldCriterionPointer;
44  typedef HardeningLaw::Pointer HardeningLawPointer;
45  typedef Properties::Pointer PropertiesPointer;
46 
52 
61 
62 
64 
69 
70 
75  //HyperElasticPlasticUPJ23DLaw& operator=(const HyperElasticPlasticUPJ23DLaw& rOther);
76 
81  ConstitutiveLaw::Pointer Clone() const override;
82 
86  ~HyperElasticPlasticUPJ23DLaw() override;
87 
106  //int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo);
107 
108 
109 
116  //String Info() const override;
120  //void PrintInfo(std::ostream& rOStream) const override;
124  //void PrintData(std::ostream& rOStream) const override;
125 
126 protected:
127 
133 
140 
142 
143 private:
144 
147 
148 
152 
153 
157 
158 
162 
163 
168 
169 
173  friend class Serializer;
174 
175  void save(Serializer& rSerializer) const override
176  {
178  }
179 
180  void load(Serializer& rSerializer) override
181  {
183  }
184 
185 
186 
187 }; // Class HyperElasticPlasticUPJ23DLaw
188 } // namespace Kratos.
189 #endif // KRATOS_HYPERELASTIC_PLASTIC_U_P_J2_3D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_3D_law.hpp:62
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_3D_law.hpp:61
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_3D_law.hpp:63
Definition: hyperelastic_plastic_U_P_3D_law.hpp:32
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:33
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:44
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:43
Properties::Pointer PropertiesPointer
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:45
ProcessInfo ProcessInfoType
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:38
std::size_t SizeType
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:40
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:42
ConstitutiveLaw BaseType
Definition: hyperelastic_plastic_U_P_J2_3D_law.hpp:39
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticPlasticUPJ23DLaw)
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#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