2022-12-03 12:12:56 +03:30
|
|
|
|
|
|
|
set(SourceFiles
|
2024-12-25 18:26:53 +03:30
|
|
|
domainDistribute/domainDistribute.cpp
|
2022-12-24 15:00:00 +03:30
|
|
|
DEMSystem/DEMSystem.cpp
|
2023-01-02 14:31:40 +03:30
|
|
|
sphereDEMSystem/sphereFluidParticles.cpp
|
2024-12-26 19:07:39 +03:30
|
|
|
sphereDEMSystem/sphereDEMSystem.cpp
|
2024-12-28 13:22:12 +03:30
|
|
|
grainDEMSystem/grainFluidParticles.cpp
|
|
|
|
grainDEMSystem/grainDEMSystem.cpp
|
2022-12-03 12:12:56 +03:30
|
|
|
)
|
|
|
|
|
2022-12-06 18:50:47 +03:30
|
|
|
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
|
2022-12-03 12:12:56 +03:30
|
|
|
|
|
|
|
pFlow_add_library_install(DEMSystems SourceFiles link_libs)
|
|
|
|
|
|
|
|
|
|
|
|
|