src folder

This commit is contained in:
hamidrezanorouzi
2022-09-05 01:56:29 +04:30
parent 9d177aba28
commit ac5c3f08af
97 changed files with 11707 additions and 13 deletions

View File

@ -0,0 +1,19 @@
set(SourceFiles
dynamicPointStructure/dynamicPointStructure.C
particles/particles.C
SphereParticles/sphereShape/sphereShape.C
SphereParticles/sphereParticles/sphereParticles.C
Insertion/shapeMixture/shapeMixture.C
Insertion/insertion/insertion.C
Insertion/Insertion/Insertions.C
Insertion/insertionRegion/insertionRegion.C
Insertion/insertionRegion/timeFlowControl.C
)
set(link_libs Kokkos::kokkos phasicFlow Integration Property)
pFlow_add_library_install(Particles SourceFiles link_libs)