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.
hencky_mc_strain_softening_plane_strain_2D_law.hpp
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Bodhinanda Chandra
11 //
12 
13 
14 #if !defined (KRATOS_HENCKY_MC_STRAIN_SOFTENING_PLASTIC_PLANE_STRAIN_2D_LAW_H_INCLUDED)
15 #define KRATOS_HENCKY_MC_STRAIN_SOFTENING_PLASTIC_PLANE_STRAIN_2D_LAW_H_INCLUDED
16 
17 // System includes
18 
19 // External includes
20 
21 // Project includes
26 
27 namespace Kratos
28 {
40 class KRATOS_API(PARTICLE_MECHANICS_APPLICATION) HenckyMCStrainSofteningPlasticPlaneStrain2DLaw
42 
43 {
44 public:
50  typedef std::size_t SizeType;
51 
52  typedef ParticleFlowRule::Pointer MPMFlowRulePointer;
53  typedef ParticleYieldCriterion::Pointer YieldCriterionPointer;
54  typedef ParticleHardeningLaw::Pointer HardeningLawPointer;
55  typedef Properties::Pointer PropertiesPointer;
56 
62 
71 
72 
74 
79 
80 
85  //HyperElasticPlasticJ2PlaneStrain2DLaw& operator=(const HyperElasticPlasticJ2PlaneStrain2DLaw& rOther);
86 
91  ConstitutiveLaw::Pointer Clone() const override;
92 
97 
116  int Check(const Properties& rProperties, const GeometryType& rGeometry, const ProcessInfo& rCurrentProcessInfo) const override;
117 
118 
119 
126  //virtual String Info() const;
130  //virtual void PrintInfo(std::ostream& rOStream) const;
134  //virtual void PrintData(std::ostream& rOStream) const;
135 
136 protected:
137 
143 
150 
152 
153 private:
154 
157 
158 
162 
163 
167 
168 
172 
173 
178 
179 
183  friend class Serializer;
184 
185  void save(Serializer& rSerializer) const override
186  {
188  }
189 
190  void load(Serializer& rSerializer) override
191  {
193  }
194 
195 
196 
197 }; // Class HyperElasticPlasticMohrCoulombPlaneStrain2DLaw
198 } // namespace Kratos.
199 #endif // KRATOS_HENCKY_MC_STRAIN_SOFTENING_PLASTIC_PLANE_STRAIN_2D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
Geometry base class.
Definition: geometry.h:71
Definition: hencky_plastic_plane_strain_2D_law.hpp:36
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:43
ParticleHardeningLaw::Pointer HardeningLawPointer
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:54
ConstitutiveLaw BaseType
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:49
ParticleFlowRule::Pointer MPMFlowRulePointer
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:52
ParticleYieldCriterion::Pointer YieldCriterionPointer
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:53
std::size_t SizeType
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:50
KRATOS_CLASS_POINTER_DEFINITION(HenckyMCStrainSofteningPlasticPlaneStrain2DLaw)
ProcessInfo ProcessInfoType
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:48
Properties::Pointer PropertiesPointer
Definition: hencky_mc_strain_softening_plane_strain_2D_law.hpp:55
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
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