|
[Sponsors] |
keyword potentialFlow is undefined in dictionary, please help. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 21, 2013, 08:15 |
keyword potentialFlow is undefined in dictionary, please help.
|
#1 | |
New Member
Tommi P. Laiho
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
Hi,
I get this from the OpenFOAM when I try to run: Code:
potentialFoam -writep Quote:
|
||
October 21, 2013, 11:22 |
|
#2 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
This is a case where OpenFOAM is really good at telling you what is wrong with your case setup. The message
Code:
keyword potentialFlow is undefined in dictionary "/home/tommi2/OpenFOAM/tommi2-2.1.1/run/system/fvSolution" Code:
grep -R 'potentialFlow' . and find an example entry like: Code:
potentialFlow { nNonOrthogonalCorrectors 0; } Code:
nNonOrthogonalCorrectors 0; |
|
October 21, 2013, 18:12 |
|
#3 |
New Member
Tommi P. Laiho
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
Thanks. It helped. But I am running from another problem to another...I wonder if there is something wrong with my installation. Hmm...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Second Derivative Zero - Boundary Condition | fu-ki-pa | OpenFOAM | 11 | March 27, 2021 05:28 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
G95 + CGNS | Bruno | Main CFD Forum | 1 | January 30, 2007 01:34 |