first modifications for coupling

This commit is contained in:
hamidrezanorouzi
2022-12-03 12:12:56 +03:30
parent 14ef70bfdf
commit 2b514d0302
31 changed files with 701 additions and 47 deletions

11
DEMSystems/CMakeLists.txt Normal file
View File

@ -0,0 +1,11 @@
set(SourceFiles
sphereDEMSystem/sphereDEMSystem.C
)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction)
pFlow_add_library_install(DEMSystems SourceFiles link_libs)