5 #if !defined(KRATOS_BEAM_PARTICLE_H_INCLUDED)
6 #define KRATOS_BEAM_PARTICLE_H_INCLUDED
33 BeamParticle(Element::Pointer p_continuum_spheric_particle);
41 std::string
Info()
const override
43 std::stringstream buffer;
44 buffer <<
"BeamParticle" ;
49 void PrintInfo(std::ostream& rOStream)
const override {rOStream <<
"BeamParticle";}
52 void PrintData(std::ostream& rOStream)
const override {}
54 void CreateContinuumConstitutiveLaws()
override;
55 void ContactAreaWeighting()
override;
56 void CalculateMeanContactArea(
const bool has_mpi,
const ProcessInfo& r_process_info)
override;
57 double CalculateMaxSearchDistance(
const bool has_mpi,
const ProcessInfo& r_process_info)
override;
59 virtual void Initialize(
const ProcessInfo& r_process_info)
override;
68 void Move(
const double delta_t,
const bool rotation_option,
const double force_reduction_factor,
const int StepFlag)
override;
70 void FinalizeSolutionStep(
const ProcessInfo& r_process_info)
override;
78 void save(
Serializer& rSerializer)
const override
96 rOStream << std::endl;
Definition: beam_particle.h:17
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: beam_particle.h:49
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: beam_particle.h:52
BaseType::ParticleDataBuffer BaseBufferType
Definition: beam_particle.h:25
std::unique_ptr< BaseType::ParticleDataBuffer > BaseBufferPointerType
Definition: beam_particle.h:26
std::string Info() const override
Turn back information as a string.
Definition: beam_particle.h:41
SphericContinuumParticle BaseType
Definition: beam_particle.h:24
virtual ~BeamParticle()
Destructor.
Definition: beam_particle.h:38
std::vector< Kratos::DEMBeamConstitutiveLaw::Pointer > mBeamConstitutiveLawArray
Definition: beam_particle.h:74
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(BeamParticle)
Pointer definition of BeamParticle.
std::size_t IndexType
Definition: flags.h:74
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
Definition: spheric_continuum_particle.h:26
virtual void CalculateOnContinuumContactElements(size_t i_neighbour_count, double LocalElasticContactForce[3], double ElasticLocalRotationalMoment[3], double contact_sigma, double contact_tau, double failure_criterion_state, double acumulated_damage, int time_steps, double calculation_area)
Definition: spheric_continuum_particle.cpp:844
Definition: spheric_particle.h:59
#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
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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307
float delta_t
Definition: rotatingcone_PureConvectionBenchmarking.py:129