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

Error~keyword SIMPLE is undefined in dictionary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 2, 2010, 03:50
Question Error~keyword SIMPLE is undefined in dictionary
  #1
New Member
 
Kelvin
Join Date: Nov 2009
Posts: 1
Rep Power: 0
cekelvin is on a distinguished road
After i run the potentialFoam

a error occured

keyword SIMPLE is undefined in dictionary ".../system/fvsolution"

i have checked the fvsolution file, there doesn't not have any 'SIMPLE' inside.

Does anyone know how to fix the problem?

Thanks you very much~
cekelvin is offline   Reply With Quote

Old   October 10, 2010, 20:31
Default
  #2
New Member
 
NieYongguang
Join Date: Sep 2010
Posts: 27
Rep Power: 15
nygbook is on a distinguished road
When I add temperature equation to simpleFoam, I have same problem.
nygbook is offline   Reply With Quote

Old   October 21, 2012, 04:46
Default
  #3
Member
 
Suranga Dharmarathne
Join Date: Jan 2011
Location: TX, USA
Posts: 39
Rep Power: 15
sdharmar is on a distinguished road
didn't get any answer yet?
sdharmar is offline   Reply With Quote

Old   January 31, 2014, 06:32
Default
  #4
New Member
 
Krishna Veera
Join Date: Jan 2013
Posts: 1
Rep Power: 0
Krishna Veera is on a distinguished road
You must be running it on simpleFoam. If the fvsolution contains PISO, this error might occur. I hope that solves your issue.
Krishna Veera is offline   Reply With Quote

Old   January 31, 2014, 07:16
Default
  #5
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
hi everybody,

If you are solving the velocity and pressure by SIMPLE algorithm you must add the following to fvSolution:

Code:
SIMPLE
{
    nNonOrthogonalCorrectors 0;
    pRefCell        0;
    pRefValue       0;

    residualControl
    {
        p_rgh           1e-2; // when you need dynamic pressure
        U               1e-4;
        T               1e-2;

        // possibly check turbulence fields
        "(k|epsilon|omega)" 1e-3;
    }
}
for more information about SIMPLE algorithm and how to use it see the below link:

http://openfoamwiki.net/index.php/Op...hm_in_OpenFOAM
adambarfi 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
Error with Wmake skabilan OpenFOAM Installation 3 July 28, 2009 00:35
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51
G95 + CGNS Bruno Main CFD Forum 1 January 30, 2007 00:34
Building OpenFoAm on SGI Altix 64bits anne OpenFOAM Installation 8 June 15, 2006 09:27


All times are GMT -4. The time now is 19:34.