5 #if !defined(KRATOS_PARTICLE_CONTACT_ELEMENT_H_INCLUDED )
6 #define KRATOS_PARTICLE_CONTACT_ELEMENT_H_INCLUDED
51 void Initialize(
const ProcessInfo& r_process_info)
override;
55 void FinalizeSolutionStep(
const ProcessInfo& r_process_info)
override;
63 void PrepareForPrinting();
84 std::string
Info()
const override;
91 virtual void save(
Serializer& rSerializer)
const override
96 virtual void load(Serializer& rSerializer)
override
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Definition: constitutive_law.h:47
Base class for all Elements.
Definition: element.h:60
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
Definition: Particle_Contact_Element.h:28
double mContactTau
Definition: Particle_Contact_Element.h:72
ConstitutiveLaw ConstitutiveLawType
Reference type definition for constitutive laws.
Definition: Particle_Contact_Element.h:33
array_1d< double, 3 > mLocalContactForce
Definition: Particle_Contact_Element.h:69
array_1d< double, 3 > mElasticLocalRotationalMoment
Definition: Particle_Contact_Element.h:70
double mContactRadius
Definition: Particle_Contact_Element.h:76
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: Particle_Contact_Element.h:35
double mContactFailure
Definition: Particle_Contact_Element.h:73
void CalculateMeanContactArea(const bool has_mpi)
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: Particle_Contact_Element.h:37
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(ParticleContactElement)
Counted pointer of ParticleContactElement.
double mUnidimendionalDamage
Definition: Particle_Contact_Element.h:75
double mFailureCriterionState
Definition: Particle_Contact_Element.h:74
double mContactSigma
Definition: Particle_Contact_Element.h:71
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
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
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
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
TDataType Calculate(GeometryType &dummy, const Variable< TDataType > &rVariable)
Definition: add_geometries_to_python.cpp:103
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307