options 1.38 KB
Newer Older
shunbo's avatar
shunbo committed
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
EXE_INC = \
	-IBCs/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/gpufiniteVolume/lnInclude \
    -I$(LIB_SRC)/gpuOpenFOAM/lnInclude \
    -I${LIB_SRC}/meshTools/lnInclude \
    -I${LIB_SRC}/sampling/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/specie/lnInclude \
    -I$(LIB_SRC)/transportModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/chemistryModel/lnInclude \
	-I$(LIB_SRC)/thermophysicalModels-GPU/thermophysicalProperties/lnInclude \
	-I$(LIB_SRC)/thermophysicalModels-GPU/thermophysicalFunctions/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/reactionThermo/lnInclude \
    -I$(LIB_SRC)/combustionModels-GPU/lnInclude \
    -I$(LIB_SRC)/dynamicFvMesh/lnInclude


EXE_LIBS = \
    -lfiniteVolume \
    -lgpufiniteVolume \
    -lgpuOpenFOAM \
    -lmeshTools \
    -lsampling \
    -lturbulenceModels-GPU \
    -lcompressibleTurbulenceModels-GPU \
    -lspecie-GPU \
    -lcompressibleTransportModels-GPU \
    -lfluidThermophysicalModels-GPU \
	-lthermophysicalProperties-GPU \
    -lreactionThermophysicalModels-GPU \
    -lchemistryModel-GPU \
    -lcombustionModels-GPU \
    -lrhoCentralFoam-GPU \
    -ldynamicFvMesh \
    -ltopoChangerFvMesh