Much of the VoF functionality, particularly relating to momentum solution, is independent of the number of phases and it is useful to hold this generic VoF data and functionality in an abstract base-class and derive twoPhaseVoFSolver and multiphaseVoFSolver from it, adding two-phase and multiphase functionality respectively.
15 lines
578 B
Plaintext
15 lines
578 B
Plaintext
EXE_INC = \
|
|
-I$(FOAM_SOLVERS)/modules/twoPhaseVoFSolver/lnInclude \
|
|
-I$(FOAM_SOLVERS)/modules/VoFSolver/lnInclude \
|
|
-I$(FOAM_SOLVERS)/modules/compressibleVoF/lnInclude \
|
|
-I$(LIB_SRC)/physicalProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/twoPhaseModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/twoPhaseModels/compressibleTwoPhases/lnInclude \
|
|
-I$(LIB_SRC)/surfaceFilmModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
|
|
LIB_LIBS = \
|
|
-lsurfaceFilmModels
|