mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
22 lines
719 B
Plaintext
22 lines
719 B
Plaintext
EXE_INC = \
|
|
-IincompressibleTwoPhaseInteractingMixture \
|
|
-ImixtureViscosityModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/fvOptions/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I./relativeVelocityModels/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lfvOptions \
|
|
-lincompressibleTransportModels \
|
|
-ldriftFluxTransportModels \
|
|
-ldriftFluxRelativeVelocityModels
|