60 template<
unsigned int TDim>
73 static constexpr
SizeType VoigtSize = (TDim == 3) ? 6 : 3;
79 static constexpr
double machine_tolerance = std::numeric_limits<double>::epsilon();
119 ConstitutiveLaw::Pointer Clone()
const override;
152 bool ValidateInput(
const Properties& rMaterialProperties)
override;
161 void InitializeMaterial(
164 const Vector& rShapeFunctionsValues
219 double CalculateDelaminationDamageExponentialSoftening (
224 const double equivalent_stress);
244 void CalculateTangentTensor(
277 Vector mDelaminationDamageModeOne;
278 Vector mDelaminationDamageModeTwo;
301 void save(
Serializer& rSerializer)
const override
304 rSerializer.
save(
"DelaminationDamageModeOne", mDelaminationDamageModeOne);
305 rSerializer.
save(
"DelaminationDamageModeTwo", mDelaminationDamageModeTwo);
306 rSerializer.
save(
"ThresholdModeOne", mThresholdModeOne);
307 rSerializer.
save(
"ThresholdModeTwo", mThresholdModeTwo);
313 rSerializer.
load(
"DelaminationDamageModeOne", mDelaminationDamageModeOne);
314 rSerializer.
load(
"DelaminationDamageModeTwo", mDelaminationDamageModeTwo);
315 rSerializer.
load(
"ThresholdModeOne", mThresholdModeOne);
316 rSerializer.
load(
"ThresholdModeTwo", mThresholdModeTwo);
StressMeasure
Definition: constitutive_law.h:69
Geometry base class.
Definition: geometry.h:71
This law defines a parallel rule of mixture (classic law of mixture)
Definition: rule_of_mixtures_law.h:62
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
void load(std::string const &rTag, TDataType &rObject)
Definition: serializer.h:207
void save(std::string const &rTag, std::array< TDataType, TDataSize > const &rObject)
Definition: serializer.h:545
This law defines a parallel rule of mixture (classic law of mixture)
Definition: traction_separation_law.h:63
ParallelRuleOfMixturesLaw< TDim > BaseType
Definition: traction_separation_law.h:68
std::size_t SizeType
Definition: traction_separation_law.h:70
KRATOS_CLASS_POINTER_DEFINITION(TractionSeparationLaw3D)
Pointer definition of TractionSeparationLaw3D.
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
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
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
E
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:26
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:189