13 #if !defined (KRATOS_ELASTOPLASTIC_MOHRCOULOMB_COHESIVE_3D_LAW_H_INCLUDED)
14 #define KRATOS_ELASTOPLASTIC_MOHRCOULOMB_COHESIVE_3D_LAW_H_INCLUDED
45 ConstitutiveLaw::Pointer
Clone()
const override
62 void GetLawFeatures(Features& rFeatures)
override;
66 void InitializeMaterial(
const Properties& rMaterialProperties,
const GeometryType& rElementGeometry,
const Vector& rShapeFunctionsValues )
override;
70 void CalculateMaterialResponseCauchy(
Parameters & rValues)
override;
72 void FinalizeMaterialResponseCauchy(
Parameters & rValues)
override;
124 virtual double GetShearResultantStressVector(
Vector& StressVector);
132 virtual void StressVectorInstersectionYieldSurfaces(
Vector& rStressVector,
const double ts,
const double ts_intersection,
const double ft);
146 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:32
ConstitutiveLaw::Pointer Clone() const override
Clone function (has to be implemented by any derived class)
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:45
KRATOS_CLASS_POINTER_DEFINITION(ElastoPlasticMohrCoulombCohesive3DLaw)
~ElastoPlasticMohrCoulombCohesive3DLaw() override
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:56
ElastoPlasticMohrCoulombCohesive3DLaw()
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:41
ElastoPlasticMohrCoulombCohesive3DLaw(const ElastoPlasticMohrCoulombCohesive3DLaw &rOther)
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:51
Vector mPlasticStrainVector
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:113
Vector mOldPlasticStrainVector
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:114
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
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
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
#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
list ts
Definition: radii_error_plotter.py:48
Definition: constitutive_law.h:189
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:86
double PenaltyStiffness
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:90
double DilatancyAngle
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:93
double NormalStiffness
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:88
double Cohesion
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:94
double FrictionAngle
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:92
double ShearStiffness
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:89
double TensileStrength
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:91
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:98
Vector n_MC
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:104
Vector np_MC
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:108
Vector n_TC
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:105
double YieldFunction_MC
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:100
Vector np_TC
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:109
double YieldFunction_CutOff
Definition: elastoplastic_mohr_coulomb_cohesive_3D_law.hpp:101