mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
EXE_INC = \
|
|
-I../dieselEngineFoam \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/dieselSpray/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
|
|
-I$(LIB_SRC)/../applications/solvers/reactionThermo/XiFoam \
|
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/ODE/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lcompressibleTurbulenceModel \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lreactionThermophysicalModels \
|
|
-llagrangian \
|
|
-lmeshTools \
|
|
-ldieselSpray \
|
|
-lliquidProperties \
|
|
-lliquidMixtureProperties \
|
|
-lthermophysicalFunctions \
|
|
-lspecie \
|
|
-lbasicThermophysicalModels \
|
|
-llaminarFlameSpeedModels \
|
|
-lchemistryModel \
|
|
-lODE \
|
|
-ldistributionModels \
|
|
-lfiniteVolume
|