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.
17 lines
636 B
Plaintext
17 lines
636 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)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/parcel/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-llagrangian \
|
|
-llagrangianParcel \
|
|
-llagrangianParcelTurbulence
|