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/coupled/conjugateHeatFoam/Make/options

23 lines
795 B
Text
Raw Normal View History

EXE_INC = \
-I../conjugateHeatTransfer/lnInclude \
2013-07-17 13:57:27 +00:00
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/coupledMatrix/lnInclude \
2013-07-17 13:57:27 +00:00
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
EXE_LIBS = \
2013-07-17 13:57:27 +00:00
-lincompressibleTurbulenceModel \
-lincompressibleRASModels \
-lincompressibleTransportModels \
-lcoupledLduMatrix \
2011-10-12 09:30:15 +00:00
-lfiniteVolume \
2013-07-17 13:57:27 +00:00
-lradiation \
-lbasicThermophysicalModels \
-lspecie \
-lconjugateHeatTransfer