iterateGeometry and geometryPhasicFlow refactor

This commit is contained in:
Hamidreza Norouzi
2024-02-05 21:28:30 -08:00
parent 5b4a524afe
commit c0cf200fa8
4 changed files with 47 additions and 33 deletions

View File

@ -2,6 +2,6 @@
add_subdirectory(iterateSphereParticles)
#add_subdirectory(iterateGeometry)
add_subdirectory(iterateGeometry)
#add_subdirectory(sphereGranFlow)

View File

@ -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 "<<END_WARNING;
auto geom = geometry(Control, proprties);
/*do
{
surfGeometry.iterate();
}while( Control++);
}while( Control++);*/
// this should be palced in each main
#include "finalize.hpp"