KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
move_mesh_utility.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Klaus B Sautter
11 // Alejandro Cornejo Velazquez
12 // Carlos Eulogio Flores
13 //
14 //
15 
16 #ifndef KRATOS_PFEM_MOVE_MESH_UTILITY_H_INCLUDED
17 #define KRATOS_PFEM_MOVE_MESH_UTILITY_H_INCLUDED
18 
19 // System includes
20 
21 // External includes
22 
23 // Project includes
24 #include "includes/define.h"
25 #include "includes/model_part.h"
26 
27 namespace Kratos {
37 class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) PFEMMoveMeshUtility
38 {
39 public:
40  typedef Node NodeType;
41 
43 
49  static void ResetPfemKinematicValues(ModelPart& rFluidModelPart);
50 }; // PFEMMoveMeshUtility
51 
52 } // Kratos
53 
54 #endif //KRATOS_PFEM_MOVE_MESH_UTILITY_H_INCLUDED
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class defines the node.
Definition: node.h:65
This utility resets the nodes of a PFEM fluid ModelPart, used especially in the PFEM-FEM coupling.
Definition: move_mesh_utility.h:38
Node NodeType
Definition: move_mesh_utility.h:40
KRATOS_CLASS_POINTER_DEFINITION(PFEMMoveMeshUtility)
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21