mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
26 lines
732 B
Plaintext
26 lines
732 B
Plaintext
INTERFOAM = $(FOAM_SOLVERS)/multiphase/interFoam
|
|
|
|
EXE_INC = \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleLESModels \
|
|
-lfiniteVolume \
|
|
-ldynamicMesh \
|
|
-lmeshTools \
|
|
-ldynamicFvMesh \
|
|
-lsampling
|
|
|
|
|