FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 }
00012 
00013 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines