mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
iterateGeometry and geometryPhasicFlow refactor
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
add_subdirectory(iterateSphereParticles)
|
||||
|
||||
#add_subdirectory(iterateGeometry)
|
||||
add_subdirectory(iterateGeometry)
|
||||
|
||||
#add_subdirectory(sphereGranFlow)
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user