Home
Downloads
Documentation
Installation
User Guide
man-pages
API Documentation
README
Release Notes
Changes
License
Support
SourceForge Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
applications
solvers
lagrangian
coalChemistryFoam
createClouds.H
Go to the documentation of this file.
1
Info
<<
"\nConstructing coal cloud"
<<
endl
;
2
thermoCoalCloud
coalParcels
3
(
4
"coalCloud1"
,
5
rho
,
6
U
,
7
g,
8
thermo
9
);
10
11
Info
<<
"\nConstructing limestone cloud"
<<
endl
;
12
basicThermoCloud
limestoneParcels
13
(
14
"limestoneCloud1"
,
15
rho
,
16
U
,
17
g,
18
thermo
19
);