21 #include "custom_constitutive/linear_plane_stress.h"
43 class KRATOS_API(CONSTITUTIVE_LAWS_APPLICATION) ElasticIsotropicPlaneStressUncoupledShear :
public LinearPlaneStress
82 ConstitutiveLaw::Pointer Clone()
const override;
166 void CalculatePK2Stress(
167 const Vector& rStrainVector,
202 void save(
Serializer& rSerializer)
const override
Defines a elastic constitutive law in 2D under plane stress in addition the shear modulus is independ...
Definition: elastic_isotropic_plane_stress_uncoupled_shear.h:59
std::size_t SizeType
Definition: elastic_isotropic_plane_stress_uncoupled_shear.h:67
KRATOS_CLASS_POINTER_DEFINITION(ElasticIsotropicPlaneStressUncoupledShear)
LinearPlaneStress BaseType
Definition: elastic_isotropic_plane_stress_uncoupled_shear.h:66
ProcessInfo ProcessInfoType
Definition: elastic_isotropic_plane_stress_uncoupled_shear.h:65
Geometry base class.
Definition: geometry.h:71
This class defines a small deformation linear elastic constitutive model for plane stress cases.
Definition: linear_plane_stress.h:50
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
#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
int C
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:27
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:189