13 #if !defined(KRATOS_RANS_APPLY_EXACT_NODAL_PERIODIC_CONDITION_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_APPLY_EXACT_NODAL_PERIODIC_CONDITION_PROCESS_H_INCLUDED
77 const Parameters GetDefaultParameters()
const override;
84 std::string
Info()
const override;
87 void PrintInfo(std::ostream& rOStream)
const override;
90 void PrintData(std::ostream& rOStream)
const override;
102 std::string mMasterModelPartName;
103 std::string mSlaveModelPartName;
109 double mTranslationMagnitude;
114 double mRotationAngle;
133 void CreatePeriodicConditions();
168 std::ostream& rOStream,
void ExecuteInitialize() override
Definition: periodic_interface_process.hpp:37
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Definition: amatrix_interface.h:41
This class aims to manage different model parts across multi-physics simulations.
Definition: model.h:60
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
A process to create periodic conditions between two boundaries.
Definition: rans_apply_exact_nodal_periodic_condition_process.h:45
~RansApplyExactNodalPeriodicConditionProcess() override=default
Destructor.
RansApplyExactNodalPeriodicConditionProcess(RansApplyExactNodalPeriodicConditionProcess const &rOther)=delete
Copy constructor.
RansApplyExactNodalPeriodicConditionProcess & operator=(RansApplyExactNodalPeriodicConditionProcess const &rOther)=delete
Assignment operator.
KRATOS_CLASS_POINTER_DEFINITION(RansApplyExactNodalPeriodicConditionProcess)
Pointer definition of RansApplyExactNodalPeriodicConditionProcess.
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