|
[Sponsors] |
reactindFoam (v 2.1.1) doesn't want PISO algorithm ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 29, 2013, 08:19 |
reactindFoam (v 2.1.1) doesn't want PISO algorithm ?
|
#1 |
Member
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 14 |
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; } 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 |
|
May 29, 2013, 08:36 |
|
#2 |
New Member
Soeren
Join Date: Oct 2012
Posts: 11
Rep Power: 14 |
are you running pisoFoam?
|
|
May 29, 2013, 08:38 |
|
#3 | |
Member
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 14 |
No actually
Quote:
|
||
May 29, 2013, 09:15 |
|
#4 |
New Member
Soeren
Join Date: Oct 2012
Posts: 11
Rep Power: 14 |
In OpenFoam/applications/solvers/combustion/reactingFoam/reactingFoam.c you find the solver using pimpleFoam libraries probably your predecessor wrote his own solver?
|
|
May 29, 2013, 10:14 |
|
#5 |
Member
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 14 |
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.. |
|
May 29, 2013, 10:15 |
|
#6 |
Member
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 14 |
I juste see
Code:
#include "readPISOControls.H" |
|
May 29, 2013, 10:40 |
|
#7 |
Member
Camille
Join Date: Oct 2012
Posts: 54
Rep Power: 14 |
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? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Peric Piso Algorithm | Yahoo | Main CFD Forum | 1 | September 14, 2012 03:06 |
Non-linearity Pressure Equation -- PISO algorithm | gdeneyer | OpenFOAM Programming & Development | 1 | August 23, 2012 06:19 |
PISO Algorithm | Hooman | Main CFD Forum | 0 | June 11, 2012 06:29 |
Is it possible to use PISO algorithm for steady case | Gearb0x | OpenFOAM Running, Solving & CFD | 9 | July 15, 2010 01:49 |
Piso algorithm | Rooz | Main CFD Forum | 0 | October 6, 2003 10:07 |