mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
set(source_files
|
||||
iterateGeometry.C
|
||||
iterateGeometry.cpp
|
||||
)
|
||||
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos Utilities)
|
||||
|
||||
|
@ -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"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user