mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
26 lines
977 B
Plaintext
26 lines
977 B
Plaintext
EXE_INC = \
|
|
-IphaseModel/lnInclude \
|
|
-ImultiphaseSystem/lnInclude \
|
|
-ImultiphaseFixedFluxPressure \
|
|
/*-IkineticTheoryModels/lnInclude*/ \
|
|
-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 \
|
|
/*-lcompressibleKineticTheoryModel*/ \
|
|
-lincompressibleLESModels \
|
|
-lfiniteVolume
|