2022-12-03 08:42:56 +00:00
|
|
|
|
|
|
|
set(SourceFiles
|
2024-12-25 14:56:53 +00:00
|
|
|
domainDistribute/domainDistribute.cpp
|
2022-12-24 11:30:00 +00:00
|
|
|
DEMSystem/DEMSystem.cpp
|
2023-01-02 11:01:40 +00:00
|
|
|
sphereDEMSystem/sphereFluidParticles.cpp
|
2024-12-26 15:37:39 +00:00
|
|
|
sphereDEMSystem/sphereDEMSystem.cpp
|
2024-12-28 09:52:12 +00:00
|
|
|
grainDEMSystem/grainFluidParticles.cpp
|
|
|
|
grainDEMSystem/grainDEMSystem.cpp
|
2022-12-03 08:42:56 +00:00
|
|
|
)
|
|
|
|
|
2022-12-06 15:20:47 +00:00
|
|
|
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
|
2022-12-03 08:42:56 +00:00
|
|
|
|
|
|
|
pFlow_add_library_install(DEMSystems SourceFiles link_libs)
|
|
|
|
|
|
|
|
|
|
|
|
|