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>
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
EXE_INC = \
|
|
-IhelpTypes/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lhelpTypes \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lturbulenceModels \
|
|
-lincompressibleTurbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lthermoTools \
|
|
-lradiationModels \
|
|
-lfluidThermophysicalModels
|