-
Notifications
You must be signed in to change notification settings - Fork 42
/
CMakeLists.txt
42 lines (36 loc) · 1.02 KB
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# this file (0.17) may be outdated, and it is not needed as third-party module
fc_copy_to_mod_path("Cfd"
)
INSTALL(
FILES
Init.py
InitGui.py
# OpenFOAM solver related
CfdAnalysis.py
CfdSolver.py
CfdSolverFoam.py
CfdTools.py
CfdCaseWriterFoam.py
CfdRunnableFoam.py
CfdResult.py
TaskPanelCfdSolverControl.ui
_TaskPanelCfdSolverControl.py
_ViewProviderCfdSolverFoam.py
TaskPanelCfdResult.ui
_TaskPanelCfdResult.py
_ViewProviderCfdResult.py
_CommandCfdAnalysis.py
_CommandCfdSolverFoam.py
_CommandCfdSolverControl.py
_CommandCfdResult.py
FoamCaseBuilder/BasicBuilder.py
FoamCaseBuilder/__init__.py
FoamCaseBuilder/utility.py
FoamCaseBuilder/ThermalBuilder.py
FoamCaseBuilder/FoamTemplateString.py
FoamCaseBuilder/TestBuilder.py
FoamCaseBuilder/Readme.md
FoamCaseBuilder/Roadmap.md
DESTINATION
Mod/Cfd
)