Now the interFoam and compressibleInterFoam families of solvers use the same alphaEqn formulation and supporting all of the MULES options without code-duplication. The semi-implicit MULES support allows running with significantly larger time-steps but this does reduce the interface sharpness.
26 lines
817 B
Plaintext
26 lines
817 B
Plaintext
EXE_INC = \
|
|
-I. \
|
|
-I../VoF \
|
|
-I../interFoam \
|
|
-ImultiphaseMixtureThermo/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmultiphaseMixtureThermo \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-linterfaceProperties \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools
|