Added a function object for the reacting Euler-Euler solvers which evaluates and writes out the blended interfacial forces acting on a given phase (drag, virtual mass, lift, wall lubrication and turbulent dispersion). Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/functionObjects/field/lnInclude \
|
|
-I../interfacialModels/lnInclude \
|
|
-I../phaseSystems/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfieldFunctionObjects \
|
|
-lfiniteVolume
|