mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
thermoTools is a relocation of various existing tools: - src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/ - src/semiPermeableBaffle/derivedFvPatchFields/ - src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/ ENH: Allwmake: reordering various compilation steps Co-authored-by: Kutalmis Bercin <kutalmis.bercin@esi-group.com>
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
EXE_INC = \
|
|
-IXiModels/XiModel \
|
|
-IXiModels/XiEqModels/XiEqModel \
|
|
-IXiModels/XiGModels/XiGModel \
|
|
-IPDRModels/dragModels/PDRDragModel \
|
|
-IlaminarFlameSpeed/SCOPE \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lengine \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lthermoTools \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lreactionThermophysicalModels \
|
|
-lspecie \
|
|
-llaminarFlameSpeedModels \
|
|
-ldynamicFvMesh
|