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
8 lines
190 B
C
8 lines
190 B
C
#include "readTimeControls.H"
|
|
#include "alphaControls.H"
|
|
|
|
Switch implicitPhasePressure
|
|
(
|
|
alphaControls.lookupOrDefault<Switch>("implicitPhasePressure", false)
|
|
);
|