if(mesh.moving()) { // Make the fluxes relative phi -= fvc::meshPhi(U); } # include "CourantNo.H" fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(nu, U) ); solve(UEqn == -fvc::grad(p)); // --- PISO loop volScalarField rUA = 1.0/UEqn.A(); for (int corr=0; corr