From 4c36418ec8d1a5572331975181ac1714284e2c2e Mon Sep 17 00:00:00 2001 From: Hamidreza Norouzi Date: Sun, 24 Mar 2024 03:57:16 -0700 Subject: [PATCH] solver sphereGranFlow without particles insertion --- solvers/CMakeLists.txt | 2 +- .../sphereGranFlow/createDEMComponents.hpp | 10 ++-- solvers/sphereGranFlow/sphereGranFlow.cpp | 60 +++++++++---------- 3 files changed, 35 insertions(+), 37 deletions(-) diff --git a/solvers/CMakeLists.txt b/solvers/CMakeLists.txt index aa711841..7db5fd36 100644 --- a/solvers/CMakeLists.txt +++ b/solvers/CMakeLists.txt @@ -4,4 +4,4 @@ add_subdirectory(iterateSphereParticles) add_subdirectory(iterateGeometry) -#add_subdirectory(sphereGranFlow) +add_subdirectory(sphereGranFlow) diff --git a/solvers/sphereGranFlow/createDEMComponents.hpp b/solvers/sphereGranFlow/createDEMComponents.hpp index 92cf1f53..6fcbde29 100755 --- a/solvers/sphereGranFlow/createDEMComponents.hpp +++ b/solvers/sphereGranFlow/createDEMComponents.hpp @@ -19,11 +19,11 @@ Licence: -----------------------------------------------------------------------------*/ // -REPORT(0)<<"\nReading sphere particles . . ."<( objectFile( @@ -36,12 +36,12 @@ REPORT(0)<<"\nCreating particle insertion object . . ."<