9 #if !defined(KRATOS_REMOVE_SAVE_WALL_PROCESS_INCLUDED )
10 #define KRATOS_REMOVE_SAVE_WALL_PROCESS_INCLUDED
111 for(ModelPart::NodesContainerType::iterator in =
fluid_model_part.NodesBegin() ;
116 if (in->FastGetSolutionStepValue(FLAG_VARIABLE)==5)
126 for(ModelPart::NodesContainerType::iterator in =
wall_model_part.NodesBegin() ;
129 unsigned int id=in->GetId();
135 for(ModelPart::NodesContainerType::iterator in =
fluid_model_part.NodesBegin() ;
143 for(ModelPart::NodesContainerType::iterator in =
wall_model_part.NodesBegin() ;
169 std::string
Info()
const override
171 return "RemoveAndSaveWallNodesProcess";
177 rOStream <<
"RemoveAndSaveWallNodesProcess";
297 rOStream << std::endl;
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
The base class for all processes in Kratos.
Definition: process.h:49
Short class definition.
Definition: remove_and_save_wall_process.h:66
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: remove_and_save_wall_process.h:181
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: remove_and_save_wall_process.h:175
std::string Info() const override
Turn back information as a string.
Definition: remove_and_save_wall_process.h:169
KRATOS_CLASS_POINTER_DEFINITION(RemoveAndSaveWallNodesProcess)
Pointer definition of PushStructureProcess.
RemoveAndSaveWallNodesProcess()
Default constructor.
Definition: remove_and_save_wall_process.h:79
void RemoveAndSave(ModelPart &fluid_model_part, ModelPart &wall_model_part)
Definition: remove_and_save_wall_process.h:106
~RemoveAndSaveWallNodesProcess() override
Destructor.
Definition: remove_and_save_wall_process.h:87
#define KRATOS_CATCH(MoreInfo)
Definition: define.h:110
#define KRATOS_TRY
Definition: define.h:109
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
fluid_model_part
Definition: edgebased_PureConvection.py:18
wall_model_part
Definition: script_THERMAL_CORRECT.py:30