1 surfaceScalarField muEff
4 twoPhaseProperties.muf()
5 + fvc::interpolate(rho*turbulence->nut())
8 // Calculate and cache mu for the porous media
9 volScalarField mu(twoPhaseProperties.mu());
15 - fvm::laplacian(muEff, U)
16 - (fvc::grad(U) & fvc::grad(muEff))
17 //- fvc::div(muEff*(fvc::interpolate(dev(fvc::grad(U))) & mesh.Sf()))
22 pZones.addResistance(UEqn);
24 if (momentumPredictor)
32 fvc::interpolate(rho)*(g & mesh.Sf())
34 fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)