CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

decreasing solving time of TwoPhaseEulerFoam fluidized bed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2019, 00:10
Default decreasing solving time of TwoPhaseEulerFoam fluidized bed
  #1
New Member
 
Join Date: Mar 2019
Posts: 8
Rep Power: 7
gryphaea1635 is on a distinguished road
Dear Forum members,


I am very new to OpenFOAM and am trying to work with the fluidized bed tutorial in the twoPhaseEulerFoam section. When I start processing by typing twoPhaseEulerFoam, it takes a long time to solve. What would be typically done to reduce the processing time?



I've tried setting up parallel processing, and my decomposeDict looked like this:
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      decomposeParDict;
}


numberOfSubdomains 64;

method simple;

simpleCoeffs
{
    n    (8 8 1);
    delta    0.001;
}

hierarchicalCoeffs
{
    n    (1 1 1);
    delta    0.001;
    order    xyz;
}

manualCoeffs
{
    dataFile    "";
}

distributed    no;

roots        ();


It still took a long time, admittedly because I'm still not sure as to exactly how parallel processing works. What should I do so that the solver takes the least amount of time possible? Or would it be a better idea to modify parameters the controlDict instead?



Thank you!!
gryphaea1635 is offline   Reply With Quote

Old   April 3, 2019, 19:37
Default
  #2
New Member
 
Join Date: Mar 2019
Posts: 8
Rep Power: 7
gryphaea1635 is on a distinguished road
Sorry for the double post, but:

I really didn't know that there was a limit to the number of processors I can use, so my b if my above post seemed absurd. I checked the CPU information of my linux virtualbox, which I'm using to run openfoam, and I only have 1 cpu core. Does that mean that I can't do parallel processing on my virtualbox? How would I set up parallel processing in this case?

I'm really new to Openfoam and computing in general, so please forgive me if any parts of my question don't seem to make sense. I'd be happy to clarify.
gryphaea1635 is offline   Reply With Quote

Reply


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
chtMultiRegionSimpleFoam: maximum number of iterations excedeed. Nkl OpenFOAM Running, Solving & CFD 19 October 10, 2019 02:42
High Courant Number @ icoFoam Artex85 OpenFOAM Running, Solving & CFD 11 February 16, 2017 13:40
Cannot run the code properly: very large time step continuity error crst15 OpenFOAM Running, Solving & CFD 9 December 14, 2014 18:17
Compressor Simulation using rhoPimpleDyMFoam Jetfire OpenFOAM Running, Solving & CFD 107 December 9, 2014 13:38
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


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