00001 { 00002 solve 00003 ( 00004 fvm::ddt(rho, h) 00005 + fvm::div(phi, h) 00006 - fvm::laplacian(turbulence->alphaEff(), h) 00007 == 00008 DpDt 00009 ); 00010 00011 thermo.correct(); 00012 } 00013 00014 // ************************ vim: set sw=4 sts=4 et: ************************ //