5 - fvm::Sp(fvc::div(phi), h)
6 - fvm::laplacian(turb.alphaEff(), h)
8 fvc::div(phi/fvc::interpolate(rho), rho/psi, "div(U,p)")
9 - (rho/psi)*fvc::div(phi/fvc::interpolate(rho))
21 Info<< "Min/max T:" << min(thermo.T()).value() << ' '
22 << max(thermo.T()).value() << endl;