LTS is selected by the ddt scheme e.g. in the
tutorials/multiphase/interFoam/ras/DTCHull case:
ddtSchemes
{
default localEuler rDeltaT;
}
LTSInterFoam is no longer needed now that interFoam includes LTS
support.
30 lines
959 B
Text
30 lines
959 B
Text
EXE_INC = \
|
|
-I.. \
|
|
-I../../interFoam/interDyMFoam \
|
|
-I../../interFoam \
|
|
-I../multiphaseMixture/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)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fvOptions/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmultiphaseInterFoam \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lturbulenceModels \
|
|
-lincompressibleTurbulenceModels \
|
|
-lfiniteVolume \
|
|
-ldynamicMesh \
|
|
-ldynamicFvMesh \
|
|
-ltopoChangerFvMesh \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling
|