13 #if !defined (KRATOS_ELASTOPLASTIC_MOHRCOULOMB_COHESIVE_2D_LAW_H_INCLUDED)
14 #define KRATOS_ELASTOPLASTIC_MOHRCOULOMB_COHESIVE_2D_LAW_H_INCLUDED
40 ConstitutiveLaw::Pointer
Clone()
const override
57 void GetLawFeatures(Features& rFeatures)
override;
59 void InitializeMaterial(
const Properties& rMaterialProperties,
const GeometryType& rElementGeometry,
const Vector& rShapeFunctionsValues )
override;
69 double GetShearResultantStressVector(
Vector& StressVector)
override;
71 void StressVectorInstersectionYieldSurfaces(
Vector& rStressVector,
const double ts,
const double ts_intersection,
const double ft)
override;
73 void ConstitutiveMatrixInstersectionYieldSurfaces(
Vector& StressVector,
Matrix& rConstitutiveMatrix, ConstitutiveLawVariables& rVariables)
override;
75 void GetElasticConstitutiveMatrix(
Matrix& rElasticConstitutiveMatrix, ConstitutiveLawVariables& rVariables,
Parameters& rValues)
override;
85 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
Definition: elastoplastic_mohr_coulomb_cohesive_2D_law.hpp:27
ElastoPlasticMohrCoulombCohesive2DLaw(const ElastoPlasticMohrCoulombCohesive2DLaw &rOther)
Definition: elastoplastic_mohr_coulomb_cohesive_2D_law.hpp:46
KRATOS_CLASS_POINTER_DEFINITION(ElastoPlasticMohrCoulombCohesive2DLaw)
~ElastoPlasticMohrCoulombCohesive2DLaw() override
Definition: elastoplastic_mohr_coulomb_cohesive_2D_law.hpp:51
ElastoPlasticMohrCoulombCohesive2DLaw()
Definition: elastoplastic_mohr_coulomb_cohesive_2D_law.hpp:36
ConstitutiveLaw::Pointer Clone() const override
Clone function (has to be implemented by any derived class)
Definition: elastoplastic_mohr_coulomb_cohesive_2D_law.hpp:40
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:32
Geometry base class.
Definition: geometry.h:71
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
list ts
Definition: radii_error_plotter.py:48