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>
59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
EXE_INC = \
|
|
-I../sprayDyMFoam \
|
|
-I.. \
|
|
-I../../reactingParcelFoam \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I${LIB_SRC}/meshTools/lnInclude \
|
|
-I${LIB_SRC}/sampling/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/spray/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/ODE/lnInclude \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
|
|
-I$(LIB_SRC)/combustionModels/lnInclude \
|
|
-I$(LIB_SRC)/regionFaModels/lnInclude \
|
|
-I$(LIB_SRC)/faOptions/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lthermoTools \
|
|
-llagrangian \
|
|
-llagrangianIntermediate \
|
|
-llagrangianTurbulence \
|
|
-llagrangianSpray \
|
|
-lspecie \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lthermophysicalProperties \
|
|
-lreactionThermophysicalModels \
|
|
-lSLGThermo \
|
|
-lchemistryModel \
|
|
-lradiationModels \
|
|
-lODE \
|
|
-lengine \
|
|
-lregionModels \
|
|
-lsurfaceFilmModels \
|
|
-lcombustionModels \
|
|
-lregionFaModels \
|
|
-lfiniteArea \
|
|
-lfaOptions
|