mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
first modifications for coupling
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
set(source_files
|
||||
sphereGranFlow.C
|
||||
)
|
||||
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction)
|
||||
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
|
||||
|
||||
pFlow_make_executable_install(sphereGranFlow source_files link_lib)
|
||||
|
@ -26,6 +26,7 @@ Licence:
|
||||
#include "contactSearch.H"
|
||||
#include "sphereInteraction.H"
|
||||
#include "commandLine.H"
|
||||
#include "readControlDict.H"
|
||||
|
||||
using pFlow::output;
|
||||
using pFlow::endl;
|
||||
@ -47,6 +48,8 @@ commandLine cmds(
|
||||
"DEM solver for non-cohesive spherical particles with particle insertion "
|
||||
"mechanism and moving geometry");
|
||||
|
||||
bool isCoupling = false;
|
||||
|
||||
if(!cmds.parse(argc, argv)) return 0;
|
||||
|
||||
// this should be palced in each main
|
||||
|
Reference in New Issue
Block a user