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.
hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp
Go to the documentation of this file.
1 //
2 // Project Name: KratosSolidMechanicsApplication $
3 // Created by: $Author: JMCarbonell $
4 // Last modified by: $Co-Author: $
5 // Date: $Date: July 2018 $
6 // Revision: $Revision: 0.0 $
7 //
8 //
9 
10 #if !defined (KRATOS_HYPERELASTIC_PLASTIC_THERMAL_U_P_J2_AXISYM_2D_LAW_H_INCLUDED)
11 #define KRATOS_HYPERELASTIC_PLASTIC_THERMAL_U_P_J2_AXISYM_2D_LAW_H_INCLUDED
12 
13 // System includes
14 
15 // External includes
16 
17 // Project includes
19 
20 
21 
22 namespace Kratos
23 {
32 class KRATOS_API(SOLID_MECHANICS_APPLICATION) HyperElasticPlasticThermalUPJ2Axisym2DLaw : public HyperElasticPlasticUPAxisym2DLaw
33 {
34 public:
40  typedef std::size_t SizeType;
41 
42  typedef FlowRule::Pointer FlowRulePointer;
43  typedef YieldCriterion::Pointer YieldCriterionPointer;
44  typedef HardeningLaw::Pointer HardeningLawPointer;
45  typedef Properties::Pointer PropertiesPointer;
46 
52 
61 
62 
64 
69 
70 
75  //HyperElasticPlasticThermalUPJ2Axisym2DLaw& operator=(const HyperElasticPlasticThermalUPJ2Axisym2DLaw& rOther);
76 
81  ConstitutiveLaw::Pointer Clone() const override;
82 
87 
98  double& CalculateDomainTemperature (const MaterialResponseVariables & rElasticVariables,
99  double & rTemperature) override;
100 
115  //int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, const ProcessInfo& rCurrentProcessInfo);
116 
117  bool Has( const Variable<double>& rThisVariable ) override;
118 
119  double & GetValue( const Variable<double>& rThisVariable, double& rValue ) override;
120 
121 
128  //virtual String Info() const;
132  //virtual void PrintInfo(std::ostream& rOStream) const;
136  //virtual void PrintData(std::ostream& rOStream) const;
137 
138 protected:
139 
145 
152 
154 
155 private:
156 
159 
160 
164 
165 
169 
170 
174 
175 
180 
181 
185  friend class Serializer;
186 
187  void save(Serializer& rSerializer) const override
188  {
190  }
191 
192  void load(Serializer& rSerializer) override
193  {
195  }
196 
197 
198 
199 }; // Class HyperElasticPlasticThermalUPJ2Axisym2DLaw
200 } // namespace Kratos.
201 #endif // KRATOS_HYPERELASTIC_PLASTIC_THERMAL_U_P_J2_AXISYM_2D_LAW_H_INCLUDED defined
Definition: constitutive_law.h:47
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_3D_law.hpp:62
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_3D_law.hpp:61
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_3D_law.hpp:63
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:33
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticPlasticThermalUPJ2Axisym2DLaw)
ProcessInfo ProcessInfoType
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:38
ConstitutiveLaw BaseType
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:39
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:44
std::size_t SizeType
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:40
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:43
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:42
Properties::Pointer PropertiesPointer
Definition: hyperelastic_plastic_thermal_U_P_J2_axisym_2D_law.hpp:45
Definition: hyperelastic_plastic_U_P_axisym_2D_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
bool Has(const std::string &ModelerName)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:24
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 load(f)
Definition: ode_solve.py:307
Definition: hyperelastic_3D_law.hpp:43