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.
thermal_modified_mises_nonlocal_damage_plane_stress_2D_law.hpp
Go to the documentation of this file.
1 //
2 // Project Name: KratosDamApplication $
3 // Last Modified by: $Author: Ignasi de Pouplana $
4 // Date: $Date: February 2017 $
5 // Revision: $Revision: 1.0 $
6 //
7 
8 #if !defined (KRATOS_THERMAL_MODIFIED_MISES_NONLOCAL_DAMAGE_PLANE_STRESS_2D_LAW_H_INCLUDED)
9 #define KRATOS_THERMAL_MODIFIED_MISES_NONLOCAL_DAMAGE_PLANE_STRESS_2D_LAW_H_INCLUDED
10 
11 // Project includes
12 #include "includes/serializer.h"
13 
14 // Application includes
16 #include "custom_constitutive/custom_hardening_laws/modified_exponential_damage_hardening_law.hpp"
17 #include "custom_constitutive/custom_yield_criteria/modified_mises_yield_criterion.hpp"
20 
21 namespace Kratos
22 {
23 
25 {
26 
27 public:
28 
30 
31  typedef FlowRule::Pointer FlowRulePointer;
32  typedef YieldCriterion::Pointer YieldCriterionPointer;
33  typedef HardeningLaw::Pointer HardeningLawPointer;
34 
36 
39 
42 
45 
48 
50 
51  int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo) const override;
52 
53  ConstitutiveLaw::Pointer Clone() const override;
54 
56 
57 protected:
58 
60 
62 
63 private:
64 
66 
67  friend class Serializer;
68 
69  void save(Serializer& rSerializer) const override
70  {
72  }
73 
74  void load(Serializer& rSerializer) override
75  {
77  }
78 
79 }; // Class ThermalModifiedMisesNonlocalDamagePlaneStress2DLaw
80 } // namespace Kratos.
81 #endif // KRATOS_THERMAL_MODIFIED_MISES_NONLOCAL_DAMAGE_PLANE_STRESS_2D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
Geometry base class.
Definition: geometry.h:71
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
Definition: thermal_modified_mises_nonlocal_damage_plane_stress_2D_law.hpp:25
HardeningLaw::Pointer HardeningLawPointer
Definition: thermal_modified_mises_nonlocal_damage_plane_stress_2D_law.hpp:33
KRATOS_CLASS_POINTER_DEFINITION(ThermalModifiedMisesNonlocalDamagePlaneStress2DLaw)
YieldCriterion::Pointer YieldCriterionPointer
Definition: thermal_modified_mises_nonlocal_damage_plane_stress_2D_law.hpp:32
FlowRule::Pointer FlowRulePointer
Definition: thermal_modified_mises_nonlocal_damage_plane_stress_2D_law.hpp:31
Definition: thermal_nonlocal_damage_plane_stress_2D_law.hpp:22
#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