mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
and replaced multiphaseInterDyMFoam with a script which reports this change. The multiphaseInterDyMFoam tutorials have been moved into the multiphaseInterFoam directory. This change is one of a set of developments to merge dynamic mesh functionality into the standard solvers to improve consistency, usability, flexibility and maintainability of these solvers. Henry G. Weller CFD Direct Ltd.
27 lines
804 B
Plaintext
27 lines
804 B
Plaintext
EXE_INC = \
|
|
-I. \
|
|
-I../VoF \
|
|
-I../interFoam \
|
|
-ImultiphaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmultiphaseInterFoam \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lturbulenceModels \
|
|
-lincompressibleTurbulenceModels \
|
|
-lfiniteVolume \
|
|
-ldynamicFvMesh \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling
|