mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
22 lines
774 B
Plaintext
22 lines
774 B
Plaintext
EXE_INC = \
|
|
-I../twoPhaseSystem \
|
|
-I../interfacialModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude \
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lincompressibleTransportModels \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels
|