mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
surface film modelling - provides mechanism whereby particles can be re-introduced to a cloud - new injection models - new particle properties determined by pulling data from the surface film model
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
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 \
|
|
-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
|
|
|
|
LIB_LIBS = \
|
|
-lsurfaceFilmModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-llagrangian \
|
|
-lpdf \
|
|
-lliquids \
|
|
-lliquidMixture \
|
|
-lsolids \
|
|
-lsolidMixture \
|
|
-lspecie \
|
|
-lbasicThermophysicalModels \
|
|
-lreactionThermophysicalModels \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels
|