13 #if !defined(KRATOS_RANS_APPLY_FLAG_PROCESS_H_INCLUDED)
14 #define KRATOS_RANS_APPLY_FLAG_PROCESS_H_INCLUDED
75 const Parameters GetDefaultParameters()
const override;
82 std::string
Info()
const override;
85 void PrintInfo(std::ostream& rOStream)
const override;
88 void PrintData(std::ostream& rOStream)
const override;
99 std::string mModelPartName;
100 std::string mFlagVariableName;
102 bool mFlagVariableValue;
104 std::vector<std::string> mModelPartsForConditionFlags;
117 void ApplyNodeFlags();
128 void ApplyConditionFlags(
141 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 aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
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
Apply a specific flag for nodes and conditions.
Definition: rans_apply_flag_to_skin_process.h:43
RansApplyFlagToSkinProcess(RansApplyFlagToSkinProcess const &rOther)=delete
Copy constructor.
~RansApplyFlagToSkinProcess() override=default
Destructor.
KRATOS_CLASS_POINTER_DEFINITION(RansApplyFlagToSkinProcess)
Pointer definition of RansApplyFlagToSkinProcess.
RansApplyFlagToSkinProcess & operator=(RansApplyFlagToSkinProcess const &rOther)=delete
Assignment operator.
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