Skip to content
Snippets Groups Projects
options 1.35 KiB
Newer Older
EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/pdfs/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/solids/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/solidMixture/lnInclude \
Andrew Heather's avatar
Andrew Heather committed
    -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
    -I$(LIB_SRC)/turbulenceModels \
    -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
    -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
    -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
    -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
    -I$(LIB_SRC)/surfaceFilmModels/lnInclude
    -llagrangian \
    -lpdf \
    -lliquids \
    -lliquidMixture \
    -lsolids \
    -lsolidMixture \
    -lspecie \
    -lbasicThermophysicalModels \
Andrew Heather's avatar
Andrew Heather committed
    -lreactionThermophysicalModels \
    -lchemistryModel \
    -lradiation \
    -lODE \