13 #if !defined(KRATOS_RANS_NUT_Y_PLUS_WALL_FUNCTION_UPDATE_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_NUT_Y_PLUS_WALL_FUNCTION_UPDATE_PROCESS_H_INCLUDED
58 const std::string& rModelPartName,
59 const double MinValue,
79 void ExecuteInitializeSolutionStep()
override;
81 void ExecuteAfterCouplingSolveStep()
override;
83 const Parameters GetDefaultParameters()
const override;
90 std::string
Info()
const override;
93 void PrintInfo(std::ostream& rOStream)
const override;
96 void PrintData(std::ostream& rOStream)
const override;
105 std::string mModelPartName;
108 bool mIsInitialized =
false;
120 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
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
Definition: rans_nut_y_plus_wall_function_update_process.h:38
KRATOS_CLASS_POINTER_DEFINITION(RansNutYPlusWallFunctionUpdateProcess)
Pointer definition of RansNutYPlusWallFunctionUpdateProcess.
RansNutYPlusWallFunctionUpdateProcess & operator=(RansNutYPlusWallFunctionUpdateProcess const &rOther)=delete
Assignment operator.
~RansNutYPlusWallFunctionUpdateProcess() override=default
Destructor.
RansNutYPlusWallFunctionUpdateProcess(RansNutYPlusWallFunctionUpdateProcess const &rOther)=delete
Copy constructor.
static int EchoLevel
Definition: co_sim_EMPIRE_API.h:42
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