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.
borja_hencky_cam_clay_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_BORJA_HENCKY_CAM_CLAY_PLASTIC_AXISYM_2D_LAW_H_INCLUDED)
11 #define KRATOS_BORJA_HENCKY_CAM_CLAY_PLASTIC_AXISYM_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) BorjaHenckyCamClayPlasticAxisym2DLaw
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 
70 
75 
76 
81  //HyperElasticPlasticJ2PlaneStrain2DLaw& operator=(const HyperElasticPlasticJ2PlaneStrain2DLaw& rOther);
82 
87  ConstitutiveLaw::Pointer Clone() const override;
88 
93 
112  //int Check(const Properties& rProperties, const GeometryType& rGeometry, const ProcessInfo& rCurrentProcessInfo);
113 
114  double& GetValue( const Variable<double>& rThisVariable, double& rValue ) override;
115 
116  void SetValue( const Variable<Vector>& rThisVariable, const Vector& rVector, const ProcessInfo& rCurrentProcessInfo) override;
117 
118 
119  int Check( const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo) override;
126  //String Info() const override;
130  //void PrintInfo(std::ostream& rOStream) const override;
134  //void PrintData(std::ostream& rOStream) const override;
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 HyperElasticPlasticJ2PlaneStrain2DLaw
198 } // namespace Kratos.
199 #endif // KRATOS_HENCKY_MATSUOKA_PLASTIC_PLANE_STRAIN_2D_LAW_H_INCLUDED defined
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:39
Properties::Pointer PropertiesPointer
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:51
HardeningLaw::Pointer HardeningLawPointer
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:50
YieldCriterion::Pointer YieldCriterionPointer
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:49
FlowRule::Pointer FlowRulePointer
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:48
std::size_t SizeType
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:46
KRATOS_CLASS_POINTER_DEFINITION(BorjaHenckyCamClayPlasticAxisym2DLaw)
ProcessInfo ProcessInfoType
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:44
ConstitutiveLaw BaseType
Definition: borja_hencky_cam_clay_axisym_2D_law.hpp:45
Definition: constitutive_law.h:47
Geometry base class.
Definition: geometry.h:71
Definition: non_linear_hencky_plastic_axisym_2D_law.hpp:30
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
Parameters GetValue(Parameters &rParameters, const std::string &rEntry)
Definition: add_kratos_parameters_to_python.cpp:53
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def SetValue(entity, variable, value)
Definition: coupling_interface_data.py:256
def load(f)
Definition: ode_solve.py:307