OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

hEqn.H

Go 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 }
Copyright © 2000-2009 OpenCFD Ltd