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

hsEqn.H

Go to the documentation of this file.
00001 {
00002     solve
00003     (
00004         fvm::ddt(rho, hs)
00005       + mvConvection->fvmDiv(phi, hs)
00006       - fvm::laplacian(turbulence->alphaEff(), hs)
00007      ==
00008        DpDt
00009      + dieselSpray.heatTransferSource()().dimensionedInternalField()
00010      + chemistrySh
00011     );
00012 
00013     thermo.correct();
00014 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines