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

pimpleFoam error

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By akidess
  • 1 Post By clktp

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2016, 03:54
Question pimpleFoam error
  #1
Member
 
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 13
mohsen.boojari is on a distinguished road
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
and here is my fvSchemes file :
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;
}
mohsen.boojari is offline   Reply With Quote

Old   February 8, 2016, 05:04
Default
  #2
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Carefully read the error message and compare it to the contents of your fvSchemes. Hint - you are missing a single character.
MBttR likes this.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   February 8, 2016, 05:15
Default
  #3
Member
 
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 13
mohsen.boojari is on a distinguished road
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
mohsen.boojari is offline   Reply With Quote

Old   February 9, 2016, 08:16
Default
  #4
Member
 
gereksiz
Join Date: Mar 2015
Posts: 42
Rep Power: 11
clktp is on a distinguished road
--> 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)))))
mohsen.boojari likes this.
clktp is offline   Reply With Quote

Old   February 9, 2016, 09:47
Default
  #5
Member
 
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 13
mohsen.boojari is on a distinguished road
Quote:
Originally Posted by clktp View Post
--> 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)))))
thanks Dear taygun
mohsen.boojari is offline   Reply With Quote

Reply

Tags
divergence, fvschemes, pimplefoam


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
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries NickG OpenFOAM Installation 3 December 30, 2019 00:21
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 09:25.