1 surfaceScalarField nuEff
4 twoPhaseProperties.nuf()
5 + fvc::interpolate(turbulence->nut())
8 // Convection term to be added separately, depending on singlePhase switch
13 - fvm::laplacian(nuEff, U)
14 - (fvc::grad(U) & fvc::grad(nuEff))
16 - alpha1*fvm::Sp(beach.damping(), U)
20 Switch singlePhase(pimple.lookup("singlePhase"));
24 UEqn += pos(alpha1 - 0.1)*fvm::div(phi, U);
25 // UEqn += alpha1*fvm::div(phi, U);
29 UEqn += fvm::div(phi, U);
32 if (oCorr == nOuterCorr - 1)
48 fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)
49 - ghf*fvc::snGrad(rho)
57 U *= pos(alpha1 - 0.1);
58 U.correctBoundaryConditions();