19 lines
275 B
C++
19 lines
275 B
C++
Info<< "\nConstructing coal cloud" << endl;
|
|
thermoCoalCloud coalParcels
|
|
(
|
|
"coalCloud1",
|
|
rho,
|
|
U,
|
|
g,
|
|
thermo
|
|
);
|
|
|
|
Info<< "\nConstructing limestone cloud" << endl;
|
|
basicThermoCloud limestoneParcels
|
|
(
|
|
"limestoneCloud1",
|
|
rho,
|
|
U,
|
|
g,
|
|
thermo
|
|
);
|