13 #if !defined(KRATOS_APPLY_KINEMATIC_CONSTRAINTS_PROCESS )
14 #define KRATOS_APPLY_KINEMATIC_CONSTRAINTS_PROCESS
97 void Execute()
override;
99 void ExecuteInitializeSolutionStep()
override;
118 std::string
Info()
const override;
121 void PrintInfo(std::ostream& rOStream)
const override;
124 void PrintData(std::ostream& rOStream)
const override;
188 std::vector<GenericFunctionUtility> mVelocityFunctions;
189 std::vector<GenericFunctionUtility> mAngularVelocityFunctions;
192 std::vector<TableType::Pointer> mpVelocityTable;
193 std::vector<TableType::Pointer> mpAngularVelocityTable;
243 std::ostream& rOStream,
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
void ExecuteFinalizeSolutionStep() override
this function will be executed at every time step AFTER performing the solve phase
Definition: periodic_interface_process.hpp:55
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Auxiliary process to apply forces and moments to particles.
Definition: apply_kinematic_constraints_process.hpp:66
KRATOS_CLASS_POINTER_DEFINITION(ApplyKinematicConstraintsProcess)
Pointer definition of ApplyKinematicConstraintsProcess.
Table< double, double > TableType
Defining a table with double argument and result type as table type.
Definition: apply_kinematic_constraints_process.hpp:75
Definition: interval_utility.h:27
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The base class for all processes in Kratos.
Definition: process.h:49
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432