13 #if !defined(KRATOS_RANS_NUT_NODAL_UPDATE_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_NUT_NODAL_UPDATE_PROCESS_H_INCLUDED
67 const std::string& rModelPartName,
85 void ExecuteInitializeSolutionStep()
override;
87 void ExecuteAfterCouplingSolveStep()
override;
89 const Parameters GetDefaultParameters()
const override;
96 std::string
Info()
const override;
99 void PrintInfo(std::ostream& rOStream)
const override;
102 void PrintData(std::ostream& rOStream)
const override;
111 std::string mModelPartName;
113 bool mIsInitialized =
false;
125 std::ostream& rOStream,
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
Updates nodal VISCOSITY.
Definition: rans_nut_nodal_update_process.h:47
~RansNutNodalUpdateProcess() override=default
Destructor.
RansNutNodalUpdateProcess & operator=(RansNutNodalUpdateProcess const &rOther)=delete
Assignment operator.
KRATOS_CLASS_POINTER_DEFINITION(RansNutNodalUpdateProcess)
Pointer definition of RansNutNodalUpdateProcess.
RansNutNodalUpdateProcess(RansNutNodalUpdateProcess 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