|
[Sponsors] |
February 21, 2005, 04:10 |
--> FOAM FATAL IO ERROR : ke
|
#1 |
Guest
Posts: n/a
|
--> FOAM FATAL IO ERROR : keyword (psi*p) is undefined in dictionary "/afs/nada.kth.se/home/nada/marcok/PDC/sonicOodles/base/system/fvSolution::solvers"
file: /afs/nada.kth.se/home/nada/marcok/PDC/sonicOodles/base/system/fvSolution::solvers from line 27 to line 34. Function: dictionary::lookupEntry(const word& keyword) const in file: db/dictionary/dictionary.C at line: 144. FOAM exiting What does this mean? I do not have any div psi*p in my equations. Not at least that I'm avare of. What should I do? |
|
February 21, 2005, 05:03 |
It says that you are trying t
|
#2 |
Guest
Posts: n/a
|
It says that you are trying to solve an equation for the variable called (psi*p) and that in your case "base", in the solvers section of the system/fvSolution dictionary you did not define which solver to use.
To be more precise, the variable you are trying to solve for (rho, by the looks of things), has been created automatically (sounds dubious, you may have already lost the oldTime() and similar, depending on the precise nature of error you've made) rather than being named. I would suggest looking at sonicFoam in detail, especially at the bottom of the createFields.H volScalarField rho ( IOobject ( "rho", runTime.timeName(), runTime ), psi*p ); See, this one is named! Enjoy, Hrv |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FvSolution pRefCell and pRefValue | maka | OpenFOAM Pre-Processing | 5 | February 17, 2015 03:00 |
General help for fvSchemes and fvSolution settings | harly | OpenFOAM Running, Solving & CFD | 4 | September 7, 2009 10:31 |
Programmatically create fvSolution dictionary | cliffoi | OpenFOAM Running, Solving & CFD | 14 | February 12, 2009 02:50 |
User defined bc | anja | OpenFOAM Running, Solving & CFD | 20 | June 6, 2008 12:12 |
User Defined GUI | Frederik | FLUENT | 0 | June 23, 2006 16:12 |