All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
createClouds.H
Go to the documentation of this file.
1 Info<< "\nConstructing reacting cloud" << endl;
2 basicReactingCloud parcels
3 (
4  "reactingCloud",
5  rho,
6  U,
7  g,
9 );
10 
11 //
12 //END-OF-FILE
13 //
14 
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
SLGThermo slgThermo(mesh, thermo)
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())