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

createClouds.H

Go to the documentation of this file.
00001 Info<< "\nConstructing coal cloud" << endl;
00002 thermoCoalCloud coalParcels
00003 (
00004     "coalCloud1",
00005     rho,
00006     U,
00007     g,
00008     thermo
00009 );
00010 
00011 Info<< "\nConstructing limestone cloud" << endl;
00012 basicThermoCloud limestoneParcels
00013 (
00014     "limestoneCloud1",
00015     rho,
00016     U,
00017     g,
00018     thermo
00019 );
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines