modify for coupling-cpp and hpp

This commit is contained in:
hamidrezanorouzi
2022-12-10 01:32:54 +03:30
parent 878c281d45
commit 8cc47b1c47
393 changed files with 1679 additions and 1679 deletions

View File

@ -1,6 +1,6 @@
set(source_files
iterateGeometry.C
iterateGeometry.cpp
)
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos Utilities)

View File

@ -18,10 +18,10 @@ Licence:
-----------------------------------------------------------------------------*/
#include "systemControl.H"
#include "geometryMotion.H"
#include "commandLine.H"
#include "readControlDict.H"
#include "systemControl.hpp"
#include "geometryMotion.hpp"
#include "commandLine.hpp"
#include "readControlDict.hpp"
using pFlow::commandLine;
@ -43,10 +43,10 @@ commandLine cmds(
// this should be palced in each main
#include "initialize_Control.H"
#include "initialize_Control.hpp"
#include "setProperty.H"
#include "setSurfaceGeometry.H"
#include "setProperty.hpp"
#include "setSurfaceGeometry.hpp"
do
@ -56,7 +56,7 @@ commandLine cmds(
}while( Control++);
// this should be palced in each main
#include "finalize.H"
#include "finalize.hpp"
}