13 #if !defined(KRATOS_APPLY_KINEMATIC_CONSTRAINTS_TO_WALLS_PROCESS )
14 #define KRATOS_APPLY_KINEMATIC_CONSTRAINTS_TO_WALLS_PROCESS
95 void Execute()
override;
97 void ExecuteInitializeSolutionStep()
override;
116 std::string
Info()
const override;
119 void PrintInfo(std::ostream& rOStream)
const override;
122 void PrintData(std::ostream& rOStream)
const override;
186 std::vector<GenericFunctionUtility> mVelocityFunctions;
187 std::vector<GenericFunctionUtility> mAngularVelocityFunctions;
190 std::vector<TableType::Pointer> mpVelocityTable;
191 std::vector<TableType::Pointer> mpAngularVelocityTable;
241 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_to_walls_process.hpp:64
KRATOS_CLASS_POINTER_DEFINITION(ApplyKinematicConstraintsToWallsProcess)
Pointer definition of ApplyKinematicConstraintsToWallsProcess.
Table< double, double > TableType
Defining a table with double argument and result type as table type.
Definition: apply_kinematic_constraints_to_walls_process.hpp:73
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