CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

about parcel evolve function

Register Blogs Community New Posts Updated Threads Search

Like Tree18Likes
  • 2 Post By openfoammaofnepo
  • 5 Post By cnsidero
  • 1 Post By openfoammaofnepo
  • 8 Post By cnsidero
  • 2 Post By cnsidero

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 17, 2016, 17:07
Default about parcel evolve function
  #1
Senior Member
 
Join Date: Jan 2013
Posts: 372
Rep Power: 14
openfoammaofnepo is on a distinguished road
Hi,

In some OpenFOAM lagrangian solver, such as coalChemistryFOAM, the link for this solver is
Code:
https://github.com/OpenFOAM/OpenFOAM-2.3.x/blob/master/applications/solvers/lagrangian/coalChemistryFoam/createClouds.H#L16
There is the following lines:
Code:
        coalParcels.evolve();

        limestoneParcels.evolve();
The objects of coalParcels and limestoneParcels are defined in "createClouds.H":
Code:
Info<< "\nConstructing coal cloud" << endl;
coalCloud coalParcels
(
    "coalCloud1",
    rho,
    U,
    g,
    slgThermo
);

Info<< "\nConstructing limestone cloud" << endl;
basicThermoCloud limestoneParcels
(
    "limestoneCloud1",
    rho,
    U,
    g,
    slgThermo
);
But I did not find the function of evolve() in OpenFOAM, I mean the specific form of this function. Could anybody give me some hints about this? Thanks.
Kummi and YANGLU1021 like this.
openfoammaofnepo is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] refineWallLayer Error Yuby OpenFOAM Meshing & Mesh Conversion 2 November 11, 2021 11:04
compressible flow in turbocharger riesotto OpenFOAM 50 May 26, 2014 01:47
[blockMesh] error message with modeling a cube with a hold at the center hsingtzu OpenFOAM Meshing & Mesh Conversion 2 March 14, 2012 09:56
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 06:59
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50


All times are GMT -4. The time now is 21:18.