repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
lagrangian
/
porousExplicitSourceReactingParcelFoam
/
createClouds.H
blob
954b74e069f5463683ba0941a1f2818a5258e9fc
1
Info<< "\nConstructing reacting cloud" << endl;
2
basicReactingMultiphaseCloud parcels
3
(
4
"reactingCloud1",
5
rho,
6
U,
7
g,
8
slgThermo
9
);