1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-08 03:07:03 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
thirdParty
tutorials
utilities
Utilities
checkPhasicFlow
geometryPhasicFlow
pFlowToVTK
particlesPhasicFlow
postprocessPhasicFlow
CMakeLists.txt
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/utilities/CMakeLists.txt
HRN 75fba2710e Utility postProcess is modified to be used in Version 1.0
- counting dictionary is added to postProcess
- Code need to be modified to cleaned (fields in the repository should be removed onces postProcess is passed the next time step)
2024-11-18 20:27:44 +03:30

14 lines
213 B
CMake

add_subdirectory(checkPhasicFlow)
add_subdirectory(particlesPhasicFlow)
add_subdirectory(geometryPhasicFlow)
add_subdirectory(pFlowToVTK)
add_subdirectory(Utilities)
add_subdirectory(postprocessPhasicFlow)