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         betav*fvm::ddt(rho, h)
00005       + mvConvection->fvmDiv(phi, h)
00006       - fvm::laplacian(Db, h)
00007      ==
00008         betav*DpDt
00009     );
00010 
00011     thermo.correct();
00012 }
Copyright © 2000-2009 OpenCFD Ltd