13 #if !defined(KRATOS_APPLY_FORCES_AND_MOMENTS_PROCESS )
14 #define KRATOS_APPLY_FORCES_AND_MOMENTS_PROCESS
94 void Execute()
override;
96 void ExecuteInitializeSolutionStep()
override;
115 std::string
Info()
const override;
118 void PrintInfo(std::ostream& rOStream)
const override;
121 void PrintData(std::ostream& rOStream)
const override;
183 std::vector<GenericFunctionUtility> mForceFunctions;
184 std::vector<GenericFunctionUtility> mMomentFunctions;
187 std::vector<TableType::Pointer> mpForceTable;
188 std::vector<TableType::Pointer> mpMomentTable;
238 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_forces_and_moments_process.hpp:63
KRATOS_CLASS_POINTER_DEFINITION(ApplyForcesAndMomentsProcess)
Pointer definition of ApplyForcesAndMomentsProcess.
Table< double, double > TableType
Defining a table with double argument and result type as table type.
Definition: apply_forces_and_moments_process.hpp:72
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