|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 15 ![]() |
Hi everyone,
I tried to run a test case with pimpleFoam but I got this error in my terminal. any idea to resolve the problem??? here is my error : Code:
Starting time loop
Courant Number mean: 6.40406250002 max: 11.0400000016
Time = 0.025
PIMPLE: iteration 1
Force (per unit density) on foil:
(155.747394113 -1835.07680434 0)
--> FOAM FATAL IO ERROR:
keyword div((nuEff*dev2(T(grad(U))))) is undefined in dictionary "/home/top/OpenFOAM/top-3.0.0/turbinesFoam-master/tutorials/actuatorLine/pimpleFoam/system/fvSchemes.divSchemes"
file: /home/top/OpenFOAM/top-3.0.0/turbinesFoam-master/tutorials/actuatorLine/pimpleFoam/system/fvSchemes.divSchemes from line 29 to line 33.
From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 442.
FOAM exiting
Code:
divSchemes
{
default none;
div(phi,U) bounded Gauss upwind;
div((nuEff*dev(T(grad(U))))) Gauss linear;
div(phi,epsilon) bounded Gauss upwind;
div(phi,k) bounded Gauss upwind;
}
|
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 31 ![]() |
Carefully read the error message and compare it to the contents of your fvSchemes. Hint - you are missing a single character.
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
|
|
|
|
|
|
|
#3 |
|
Member
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 15 ![]() |
I've just begin learning OpenFOAM, so I'm still not familiar with it's stuffs. by the way I'm running a tutorial example and it has been developed by someone else.
could you please tell me what single character i missed? thanks |
|
|
|
|
|
|
|
|
#4 |
|
Member
gereksiz
Join Date: Mar 2015
Posts: 42
Rep Power: 12 ![]() |
--> FOAM FATAL IO ERROR: keyword div((nuEff*dev2(T(grad(U))))) is undefined in dictionary "/home/top/OpenFOAM/top-3.0.0/turbinesFoam-master/tutorials/actuatorLine/pimpleFoam/system/fvSchemes.divSchemes"
It says div((nuEff*dev2(T(grad(U))))) is missing. According to your scheme table, it is really missing, because you only have the first one, you need the second one as well. div((nuEff*dev(T(grad(U))))) div((nuEff*dev2(T(grad(U))))) |
|
|
|
|
|
|
|
|
#5 | |
|
Member
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 15 ![]() |
Quote:
|
||
|
|
|
||
![]() |
| Tags |
| divergence, fvschemes, pimplefoam |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries | NickG | OpenFOAM Installation | 3 | December 30, 2019 01:21 |
| [blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
| [swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
| OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |
| DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |