13 #if !defined(KRATOS_RANS_EPSILON_TURBULENT_MIXING_LENGTH_INLET_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_EPSILON_TURBULENT_MIXING_LENGTH_INLET_PROCESS_H_INCLUDED
82 void ExecuteInitializeSolutionStep()
override;
86 const Parameters GetDefaultParameters()
const override;
93 std::string
Info()
const override;
96 void PrintInfo(std::ostream& rOStream)
const override;
99 void PrintData(std::ostream& rOStream)
const override;
109 std::string mModelPartName;
110 double mTurbulentMixingLength;
125 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
The base class for all processes in Kratos.
Definition: process.h:49
Sets epsilon value best on turbulent mixing length.
Definition: rans_epsilon_turbulent_mixing_length_inlet_process.h:50
KRATOS_CLASS_POINTER_DEFINITION(RansEpsilonTurbulentMixingLengthInletProcess)
Pointer definition of RansEpsilonTurbulentMixingLengthInletProcess.
RansEpsilonTurbulentMixingLengthInletProcess(RansEpsilonTurbulentMixingLengthInletProcess const &rOther)=delete
Copy constructor.
RansEpsilonTurbulentMixingLengthInletProcess & operator=(RansEpsilonTurbulentMixingLengthInletProcess const &rOther)=delete
Assignment operator.
~RansEpsilonTurbulentMixingLengthInletProcess() override=default
Destructor.
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