13 #if !defined(KRATOS_RANS_NUT_K_OMEGA_SST_UPDATE_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_NUT_K_OMEGA_SST_UPDATE_PROCESS_H_INCLUDED
69 const std::string& rModelPartName,
70 const double MinValue,
90 void ExecuteInitializeSolutionStep()
override;
92 void ExecuteAfterCouplingSolveStep()
override;
94 const Parameters GetDefaultParameters()
const override;
101 std::string
Info()
const override;
104 void PrintInfo(std::ostream& rOStream)
const override;
107 void PrintData(std::ostream& rOStream)
const override;
116 std::string mModelPartName;
119 bool mIsInitialized =
false;
135 template <
unsigned int TDim>
136 double CalculateElementNuT(
150 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
Base class for all Elements.
Definition: element.h:60
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
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Calculates turbulent kinematic viscosity.
Definition: rans_nut_k_omega_sst_update_process.h:49
KRATOS_CLASS_POINTER_DEFINITION(RansNutKOmegaSSTUpdateProcess)
Pointer definition of RansNutKOmegaSSTUpdateProcess.
RansNutKOmegaSSTUpdateProcess & operator=(RansNutKOmegaSSTUpdateProcess const &rOther)=delete
Assignment operator.
RansNutKOmegaSSTUpdateProcess(RansNutKOmegaSSTUpdateProcess const &rOther)=delete
Copy constructor.
~RansNutKOmegaSSTUpdateProcess() override=default
Destructor.
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