This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/combustion/reactingFoam/Make/options

21 lines
662 B
Text
Raw Normal View History

EXE_INC = \
2010-08-26 14:22:03 +00:00
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
2010-08-26 14:22:03 +00:00
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
2010-08-26 14:22:03 +00:00
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
2012-01-29 11:41:59 +00:00
-lbasicThermophysicalModels \
2010-10-04 14:55:12 +00:00
-lcompressibleTurbulenceModel \
-lcompressibleRASModels \
2010-08-26 14:22:03 +00:00
-lcompressibleLESModels \
-lreactionThermophysicalModels \
-lspecie \
-lchemistryModel \
2010-08-26 14:22:03 +00:00
-lODE \
-lfiniteVolume \
-llduSolvers