modify ThemoMPPICFoam
This commit is contained in:
parent
ba0c6c6063
commit
211cb97540
2 changed files with 11 additions and 14 deletions
|
|
@ -1,3 +1,3 @@
|
|||
ThermoMPPICFoam.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/ThermoMPPICFoam
|
||||
EXE = $(FOAM_APPBIN)/ThermoMPPICFoam
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
DEV_PATH=../../libs
|
||||
|
||||
EXE_INC = \
|
||||
-I. \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
|
|
@ -7,6 +5,7 @@ EXE_INC = \
|
|||
-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/coalCombustion/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||||
|
|
@ -19,15 +18,14 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/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)/regionModels/regionModel/lnInclude \
|
||||
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
|
||||
-I$(LIB_SRC)/combustionModels/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude \
|
||||
-I$(FOAM_SOLVERS)/combustion/reactingFoam \
|
||||
-I$(DEV_PATH)/combustionModels_POSTECH/lnInclude \
|
||||
-I$(DEV_PATH)/chemistryModel_POSTECH/lnInclude \
|
||||
-I$(DEV_PATH)/radiationModels_POSTECH/lnInclude \
|
||||
-I$(DEV_PATH)/intermediate_POSTECH/lnInclude
|
||||
-I$(FOAM_SOLVERS)/combustion/reactingFoam
|
||||
|
||||
|
||||
EXE_LIBS = \
|
||||
|
|
@ -36,6 +34,7 @@ EXE_LIBS = \
|
|||
-lturbulenceModels \
|
||||
-lcompressibleTurbulenceModels \
|
||||
-llagrangian \
|
||||
-llagrangianIntermediate \
|
||||
-llagrangianTurbulence \
|
||||
-lspecie \
|
||||
-lcompressibleTransportModels \
|
||||
|
|
@ -47,13 +46,11 @@ EXE_LIBS = \
|
|||
-lthermophysicalFunctions \
|
||||
-lreactionThermophysicalModels \
|
||||
-lSLGThermo \
|
||||
-lchemistryModel \
|
||||
-lradiationModels \
|
||||
-lODE \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lcombustionModels \
|
||||
-lfvOptions \
|
||||
-lsampling \
|
||||
-L$(FOAM_USER_LIBBIN)\
|
||||
-lcombustionModels_POSTECH \
|
||||
-llagrangianIntermediate_POSTECH \
|
||||
-lchemistryModel_POSTECH \
|
||||
-lradiationModels_POSTECH
|
||||
-lsampling
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue