13 #ifndef KRATOS_MOVE_MODEL_PART_PROCESS_H
14 #define KRATOS_MOVE_MODEL_PART_PROCESS_H
52 void Execute()
override;
55 std::string
Info()
const override
57 return "MoveModelPartProcess";
61 void PrintInfo(std::ostream& rOStream)
const override
63 rOStream <<
"MoveModelPartProcess";
67 void PrintData(std::ostream& rOStream)
const override
69 this->PrintInfo(rOStream);
85 double mRotationAngle;
86 double mSizingMultiplier;
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
Definition: move_model_part_process.h:26
MoveModelPartProcess(MoveModelPartProcess const &rOther)=delete
Copy constructor.
MoveModelPartProcess & operator=(MoveModelPartProcess const &rOther)=delete
Assignment operator.
std::string Info() const override
Turn back information as a string.
Definition: move_model_part_process.h:55
KRATOS_CLASS_POINTER_DEFINITION(MoveModelPartProcess)
Pointer definition of Process.
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: move_model_part_process.h:67
~MoveModelPartProcess()=default
Destructor.
void operator()()
This operator is provided to call the process as a function and simply calls the Execute method.
Definition: move_model_part_process.h:47
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: move_model_part_process.h:61
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