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

reactindFoam (v 2.1.1) doesn't want PISO algorithm ?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2013, 07:19
Default reactindFoam (v 2.1.1) doesn't want PISO algorithm ?
  #1
Member
 
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 13
camille131 is on a distinguished road
Dear openFoamers,
I m trying to run a simulation with reactingFoam on O.F 2.1.1.

The algorithm selected in fvSolution is PIMPLE but I d like to use PISO beacause one of my predecessor dis it like that and I'd like to try it too beacause my simu isn't running now.

Thus when a write
Code:
PISO 
{
    nCorrectors     2;
    nNonOrthogonalCorrectors 0;
}

in fvSolution instead of

Code:
PIMPLE
{
    momentumPredictor no;
    nOuterCorrectors  1;
    nCorrectors     2;
    nNonOrthogonalCorrectors 0;
}
I receive the error message

Code:
--> FOAM FATAL IO ERROR: 
keyword PIMPLE is undefined in dictionary "/home/camille/Bureau/NewMesh/reac.org/system/fvSolution"

file: /home/camille/Bureau/NewMesh/reac.org/system/fvSolution from line 22 to line 79.

    From function dictionary::subDict(const word& keyword) const
    in file db/dictionary/dictionary.C at line 461.

FOAM exiting

Should I change anything else to use PISO or it is just not possible in this version?

Thank you for your help

Cam
camille131 is offline   Reply With Quote

Old   May 29, 2013, 07:36
Default
  #2
New Member
 
Soeren
Join Date: Oct 2012
Posts: 11
Rep Power: 13
Atoom is on a distinguished road
are you running pisoFoam?
Atoom is offline   Reply With Quote

Old   May 29, 2013, 07:38
Default
  #3
Member
 
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 13
camille131 is on a distinguished road
No actually

Quote:
I m trying to run a simulation with reactingFoam
camille131 is offline   Reply With Quote

Old   May 29, 2013, 08:15
Default
  #4
New Member
 
Soeren
Join Date: Oct 2012
Posts: 11
Rep Power: 13
Atoom is on a distinguished road
In OpenFoam/applications/solvers/combustion/reactingFoam/reactingFoam.c you find the solver using pimpleFoam libraries probably your predecessor wrote his own solver?
Atoom is offline   Reply With Quote

Old   May 29, 2013, 09:14
Default
  #5
Member
 
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 13
camille131 is on a distinguished road
I thought he was just using a modified reactingFoam version for ignition such as : http://openfoamwiki.net/index.php/Contrib_reactingFoam.

I know he was running it on an older version (v 1.7.1) than mine 2.1.1..

in fact I can see "pimplecontrol" in OpenFoam/applications/solvers/combustion/reactingFoam/reactingFoam.c ...


I juste looked up in the same fle for the icoFoam solver which uses PISO algorithm according to the cavity tutorial case but I don 't see the word "pisocontrol" or something like that..
camille131 is offline   Reply With Quote

Old   May 29, 2013, 09:15
Default
  #6
Member
 
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 13
camille131 is on a distinguished road
I juste see
Code:
#include "readPISOControls.H"
but nothing else.
camille131 is offline   Reply With Quote

Old   May 29, 2013, 09:40
Default
  #7
Member
 
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 13
camille131 is on a distinguished road
I just have a look at the source file for reactingFoam 1.6-ext and it actually used PISO such as the 1.7.1 version.


But now in the 2.1.1 version it is not the case anymore.

Furthemore, I can't see any readChemistryProperties.H in this code. (2.1.1) such in the older (1.6 or 1.7.1)


How is the chemistry token into account?
camille131 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
Peric Piso Algorithm Yahoo Main CFD Forum 1 September 14, 2012 02:06
Non-linearity Pressure Equation -- PISO algorithm gdeneyer OpenFOAM Programming & Development 1 August 23, 2012 05:19
PISO Algorithm Hooman Main CFD Forum 0 June 11, 2012 05:29
Is it possible to use PISO algorithm for steady case Gearb0x OpenFOAM Running, Solving & CFD 9 July 15, 2010 00:49
Piso algorithm Rooz Main CFD Forum 0 October 6, 2003 09:07


All times are GMT -4. The time now is 09:20.