7for (phaseModel& phase :
fluid.phases())
9 const volScalarField&
alpha = phase;
10 volVectorField&
U = phase.U();
12 volScalarField nuEff(
turbulence->nut() + phase.nu());
20 + fvm::div(phase.alphaPhi(),
U)
25 + fvm::div(phase.phi(),
U)
26 - fvm::Sp(fvc::div(phase.phi()),
U)
29 - fvm::laplacian(
alpha*nuEff,
U)
32 alpha*(nuEff*dev(
T(fvc::grad(
U))) ),
45 mag(
U()) - maxSlamVelocity,
46 dimensionedScalar(
"U0", dimVelocity, Zero)
compressible::turbulenceModel & turbulence
autoPtr< multiphaseSystem::dragCoeffFields > dragCoeffs(fluid.dragCoeffs())
PtrList< fvVectorMatrix > UEqns(fluid.phases().size())