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

ftEqn.H

Go to the documentation of this file.
00001 if (composition.contains("ft"))
00002 {
00003     volScalarField& ft = composition.Y("ft");
00004 
00005     solve
00006     (
00007         betav*fvm::ddt(rho, ft)
00008       + mvConvection->fvmDiv(phi, ft)
00009       - fvm::laplacian(Db, ft)
00010     );
00011 }
Copyright © 2000-2009 OpenCFD Ltd