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_plane_strain_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_PLANE_STRAIN_2D_LAW_H_INCLUDED)
11 #define KRATOS_BORJA_HENCKY_CAM_CLAY_PLASTIC_PLANE_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) BorjaHenckyCamClayPlasticPlaneStrain2DLaw
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 
98  double& GetValue( const Variable<double>& rThisVariable, double& rValue ) override;
99 
100  void SetValue( const Variable<double>& rThisVariable, const double& rValue, const ProcessInfo& rCurrentProcessInfo ) override;
101 
102  void SetValue( const Variable<Vector>& rThisVarialbe, const Vector& rValue, const ProcessInfo& rCurrentProcessInfo ) override;
103 
104  int Check( const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo) override;
119  //int Check(const Properties& rProperties, const GeometryType& rGeometry, const ProcessInfo& rCurrentProcessInfo);
120 
121 
122 
129  //String Info() const override;
133  //void PrintInfo(std::ostream& rOStream) const override;
137  //void PrintData(std::ostream& rOStream) const override;
138 
139 protected:
140 
146 
150 
154 
156 
157 private:
158 
161 
162 
166 
167 
171 
172 
176 
177 
182 
183 
187  friend class Serializer;
188 
189  void save(Serializer& rSerializer) const override
190  {
192  }
193 
194  void load(Serializer& rSerializer) override
195  {
197  }
198 
199 
200 
201 }; // Class HyperElasticPlasticJ2PlaneStrain2DLaw
202 } // namespace Kratos.
203 #endif // KRATOS_HENCKY_MATSUOKA_PLASTIC_PLANE_STRAIN_2D_LAW_H_INCLUDED defined
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:39
YieldCriterion::Pointer YieldCriterionPointer
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:49
ConstitutiveLaw BaseType
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:45
KRATOS_CLASS_POINTER_DEFINITION(BorjaHenckyCamClayPlasticPlaneStrain2DLaw)
FlowRule::Pointer FlowRulePointer
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:48
std::size_t SizeType
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:46
Properties::Pointer PropertiesPointer
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:51
ProcessInfo ProcessInfoType
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:44
HardeningLaw::Pointer HardeningLawPointer
Definition: borja_hencky_cam_clay_plane_strain_2D_law.hpp:50
Definition: constitutive_law.h:47
Geometry base class.
Definition: geometry.h:71
Definition: non_linear_hencky_plastic_plane_strain_2D_law.hpp:31
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