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_J2_axisym_2D_law.hpp
Go to the documentation of this file.
1 //
2 // Project Name: KratosPfemSolidMechanicsApplication $
3 // Created by: $Author: LMonforte $
4 // Last modified by: $Co-Author: $
5 // Date: $Date: July 2015 $
6 // Revision: $Revision: 0.0 $
7 //
8 //
9 
10 #if !defined (KRATOS_HENCKY_J2_AXISYM_STRAIN_2D_LAW_H_INCLUDED)
11 #define KRATOS_HENCKY_J2_AXISYM_STRAIN_2D_LAW_H_INCLUDED
12 
13 // System includes
14 
15 // External includes
16 
17 // Project includes
22 
23 
24 namespace Kratos
25 {
36 class KRATOS_API(PFEM_SOLID_MECHANICS_APPLICATION) HenckyJ2PlasticAxisym2DLaw
38 
39 {
40 public:
46  typedef std::size_t SizeType;
47 
48  typedef FlowRule::Pointer FlowRulePointer;
49  typedef YieldCriterion::Pointer YieldCriterionPointer;
50  typedef HardeningLaw::Pointer HardeningLawPointer;
51  typedef Properties::Pointer PropertiesPointer;
52 
58 
67 
68 
69  HenckyJ2PlasticAxisym2DLaw(FlowRulePointer pFlowRule, YieldCriterionPointer pYieldCriterion, HardeningLawPointer pHardeningLaw);
70 
75 
76 
81  //HyperElasticPlasticJ2PlaneStrain2DLaw& operator=(const HyperElasticPlasticJ2PlaneStrain2DLaw& rOther);
82 
87  ConstitutiveLaw::Pointer Clone() const override;
88 
92  virtual ~HenckyJ2PlasticAxisym2DLaw();
93 
112  //int Check(const Properties& rProperties, const GeometryType& rGeometry, const ProcessInfo& rCurrentProcessInfo);
113 
114 
115 
122  //String Info() const override;
126  //void PrintInfo(std::ostream& rOStream) const override;
130  //void PrintData(std::ostream& rOStream) const override;
131 
132 protected:
133 
139 
146 
148 
149 private:
150 
153 
154 
158 
159 
163 
164 
168 
169 
174 
175 
179  friend class Serializer;
180 
181  void save(Serializer& rSerializer) const override
182  {
184  }
185 
186  void load(Serializer& rSerializer) override
187  {
189  }
190 
191 
192 
193 }; // Class HyperElasticPlasticJ2PlaneStrain2DLaw
194 } // namespace Kratos.
195 #endif // KRATOS_HENCKY_MATSUOKA_AXISYM_STRAIN_2D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
Definition: hencky_J2_axisym_2D_law.hpp:39
std::size_t SizeType
Definition: hencky_J2_axisym_2D_law.hpp:46
KRATOS_CLASS_POINTER_DEFINITION(HenckyJ2PlasticAxisym2DLaw)
HardeningLaw::Pointer HardeningLawPointer
Definition: hencky_J2_axisym_2D_law.hpp:50
YieldCriterion::Pointer YieldCriterionPointer
Definition: hencky_J2_axisym_2D_law.hpp:49
ProcessInfo ProcessInfoType
Definition: hencky_J2_axisym_2D_law.hpp:44
Properties::Pointer PropertiesPointer
Definition: hencky_J2_axisym_2D_law.hpp:51
ConstitutiveLaw BaseType
Definition: hencky_J2_axisym_2D_law.hpp:45
FlowRule::Pointer FlowRulePointer
Definition: hencky_J2_axisym_2D_law.hpp:48
Definition: non_linear_hencky_plastic_axisym_2D_law.hpp:30
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