mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
25 lines
924 B
Plaintext
25 lines
924 B
Plaintext
EXE_INC = \
|
|
-IphaseModel/lnInclude \
|
|
-ImultiphaseSystem/lnInclude \
|
|
-ImultiphaseFixedFluxPressure \
|
|
-IinterfacialModels/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/LES/LESModel \
|
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmultiphaseSystem \
|
|
-lcompressibleMultiPhaseModel \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lcompressibleMultiphaseEulerianInterfacialModels \
|
|
-lincompressibleLESModels \
|
|
-lincompressibleRASModels \
|
|
-lfiniteVolume
|