|
|
|
hEqn.HGo to the documentation of this file.00001 { 00002 solve 00003 ( 00004 fvm::ddt(rho, h) 00005 + mvConvection->fvmDiv(phi, h) 00006 - fvm::laplacian(turbulence->alphaEff(), h) 00007 == 00008 DpDt 00009 + dieselSpray.heatTransferSource() 00010 ); 00011 00012 thermo.correct(); 00013 } |