diff --git a/solvers/CMakeLists.txt b/solvers/CMakeLists.txt index 4cd77431..aa711841 100644 --- a/solvers/CMakeLists.txt +++ b/solvers/CMakeLists.txt @@ -2,6 +2,6 @@ add_subdirectory(iterateSphereParticles) -#add_subdirectory(iterateGeometry) +add_subdirectory(iterateGeometry) #add_subdirectory(sphereGranFlow) diff --git a/solvers/iterateGeometry/iterateGeometry.cpp b/solvers/iterateGeometry/iterateGeometry.cpp index a43212c1..4bf81abd 100755 --- a/solvers/iterateGeometry/iterateGeometry.cpp +++ b/solvers/iterateGeometry/iterateGeometry.cpp @@ -28,13 +28,15 @@ Licence: * (https://github.com/PhasicFlow/phasicFlow/tree/main/tutorials/iterateGeometry) * folder. */ - -#include "systemControl.hpp" -#include "geometryMotion.hpp" -#include "commandLine.hpp" -#include "readControlDict.hpp" -using pFlow::commandLine; +#include "vocabs.hpp" +#include "systemControl.hpp" +#include "geometry.hpp" +//#include "geometryMotion.hpp" +#include "commandLine.hpp" +//#include "readControlDict.hpp" + +using namespace pFlow; int main( int argc, char* argv[] ) { @@ -57,14 +59,15 @@ commandLine cmds( #include "initialize_Control.hpp" #include "setProperty.hpp" - #include "setSurfaceGeometry.hpp" + //#include "setSurfaceGeometry.hpp" - - do + WARNING<<"Code should be changed "<