createClouds.H
Go to the documentation of this file.
1Info<< "\nConstructing coal cloud" << endl;
2coalCloud coalParcels
3(
4 "coalCloud1",
5 rho,
6 U,
7 g,
9);
10
11Info<< "\nConstructing limestone cloud" << endl;
12basicThermoCloud limestoneParcels
13(
14 "limestoneCloud1",
15 rho,
16 U,
17 g,
19);
const uniformDimensionedVectorField & g
Cloud class to introduce thermodynamic parcels.
Cloud class to introduce coal parcels.
U
Definition: pEqn.H:72
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
SLGThermo slgThermo(mesh, thermo)