39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
EXE_INC = \
|
|
-IParticle \
|
|
-IElectron \
|
|
-INeutral \
|
|
-IIon \
|
|
-IInteraction \
|
|
-IStockmayer \
|
|
-ICoulomb \
|
|
-IN64 \
|
|
-ICrossSection \
|
|
-IGasState \
|
|
-IdiffusivityModel \
|
|
-I$(LIB_SRC)/finiteVolume/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)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/ODE/lnInclude \
|
|
-I$(LIB_SRC)/combustionModels/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lreactionThermophysicalModels \
|
|
-lspecie \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lchemistryModel \
|
|
-lODE \
|
|
-lcombustionModels
|