mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Supports separate turbulence models for each phase Complete Lahey k-epsilon model provided kineticTheory and particle-pressure models folded into same turbulence framework by the addition of phase-pressure functions
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
EXE_INC = \
|
|
-I../twoPhaseSystem \
|
|
-I../interfacialModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lincompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie
|