repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed unneeded lib dependency from mdInitialise
[foam-extend-3.2.git]
/
applications
/
solvers
/
lagrangian
/
coalChemistryFoam
/
createClouds.H
blob
dbd7cf9659140945f1647d73b68255bfce4b38d4
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
);