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_tresca_3D_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_TRESCA_3D_LAW_H_INCLUDED)
11 #define KRATOS_HENCKY_TRESCA_3D_LAW_H_INCLUDED
12 
13 // System includes
14 
15 // External includes
16 
17 // Project includes
19 
23 
24 namespace Kratos
25 {
34  class KRATOS_API(PFEM_SOLID_MECHANICS_APPLICATION) HenckyTresca3DLaw : public NonLinearHenckyElasticPlastic3DLaw
35  {
36  public:
42  typedef std::size_t SizeType;
43 
44  typedef FlowRule::Pointer FlowRulePointer;
45  typedef YieldCriterion::Pointer YieldCriterionPointer;
46  typedef HardeningLaw::Pointer HardeningLawPointer;
47  typedef Properties::Pointer PropertiesPointer;
48 
54 
63 
64 
65  HenckyTresca3DLaw(FlowRulePointer pFlowRule, YieldCriterionPointer pYieldCriterion, HardeningLawPointer pHardeningLaw);
66 
70  HenckyTresca3DLaw (const HenckyTresca3DLaw& rOther);
71 
72 
77  //HenckyTresca3DLaw& operator=(const HenckyTresca3DLaw& rOther);
78 
83  ConstitutiveLaw::Pointer Clone() const override;
84 
88  virtual ~HenckyTresca3DLaw();
89 
108  //int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo);
109 
110 
111 
118  //String Info() const override;
122  //void PrintInfo(std::ostream& rOStream) const override;
126  //void PrintData(std::ostream& rOStream) const override;
127 
128  protected:
129 
135 
142 
144 
145  private:
146 
149 
150 
154 
155 
159 
160 
164 
165 
170 
171 
175  friend class Serializer;
176 
177  void save(Serializer& rSerializer) const override
178  {
180  }
181 
182  void load(Serializer& rSerializer) override
183  {
185  }
186 
187 
188 
189  }; // Class HenckyTresca3DLaw
190 } // namespace Kratos.
191 #endif // KRATOS_HENCKY_TRESCA_3D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
Definition: hencky_tresca_3D_law.hpp:35
ProcessInfo ProcessInfoType
Definition: hencky_tresca_3D_law.hpp:40
ConstitutiveLaw BaseType
Definition: hencky_tresca_3D_law.hpp:41
FlowRule::Pointer FlowRulePointer
Definition: hencky_tresca_3D_law.hpp:44
Properties::Pointer PropertiesPointer
Definition: hencky_tresca_3D_law.hpp:47
std::size_t SizeType
Definition: hencky_tresca_3D_law.hpp:42
YieldCriterion::Pointer YieldCriterionPointer
Definition: hencky_tresca_3D_law.hpp:45
KRATOS_CLASS_POINTER_DEFINITION(HenckyTresca3DLaw)
HardeningLaw::Pointer HardeningLawPointer
Definition: hencky_tresca_3D_law.hpp:46
Definition: non_linear_hencky_plastic_3D_law.hpp:32
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