|
[Sponsors] |
laplacian1%7cAUp is undefined in dictionary problem with icoFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 6, 2007, 05:05 |
Hi to all,
I've this msg of e
|
#1 |
New Member
Giuseppe Noviello
Join Date: Mar 2009
Location: Palese bari
Posts: 19
Rep Power: 17 |
Hi to all,
I've this msg of error with my case using icoFoam solver, which means? Someone can help me? --> FOAM FATAL IO ERROR : keyword laplacian((1|A(U)),p) is undefined in diction ary "/home/giuseppe/OpenFOAM/giuseppe-1.4/run/tutorials/icoFoam/prova/system/fvS chemes::laplacianSchemes" file: /home/giuseppe/OpenFOAM/giuseppe-1.4/run/tutorials/icoFoam/prova/system/fv Schemes::laplacianSchemes from line 44 to line 46. From function dictionary::lookupEntry(const word& keyword) const in file db/dictionary/dictionary.C at line 146. So my fvSchemes is: ddtSchemes { default Euler; } gradSchemes { default Gauss linear; grad(p) Gauss linear; } divSchemes { default none; div(phi,U) Gauss linear; } laplacianSchemes { default none; laplacian(nu,U) Gauss linear corrected; laplacian(1|A(U),p) Gauss linear corrected; } interpolationSchemes { default linear; interpolate(HbyA) linear; } snGradSchemes { default corrected; } fluxRequired { default no; p; } Thanks in advantage |
|
May 6, 2007, 05:19 |
Is it likely that you have inc
|
#2 |
New Member
Zaki Saldi
Join Date: Mar 2009
Posts: 18
Rep Power: 17 |
Is it likely that you have inconsistency in your laplacian term writing?
OF complains that it can't find laplacian((1|A(U)),p), since in your fvSchemes it is written as laplacian(1|A(U),p) (notice the difference in brackets). Good luck. |
|
September 4, 2012, 15:46 |
|
#3 | |
New Member
Wei Liu
Join Date: Apr 2011
Location: West Lafayette, IN
Posts: 29
Rep Power: 15 |
Quote:
Have you solved your problem? I also have this problem recently! Thanks! Wei |
||
June 14, 2013, 07:24 |
|
#4 |
New Member
hasan hasan hasan
Join Date: Apr 2013
Posts: 4
Rep Power: 13 |
how about use only the default:
laplacianSchemes { default Gauss linear corrected; } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error OF15dev interDyMFoam keyword agglomerator is undefined in dictionary | eberberovic | OpenFOAM Running, Solving & CFD | 6 | July 29, 2019 12:54 |
InterDyMFoam in 15dev keyword agglomerator is undefined in dictionary | eberberovic | OpenFOAM Running, Solving & CFD | 0 | February 16, 2009 11:17 |
RadialModel is undefined in dictionary | mahaputra | OpenFOAM Running, Solving & CFD | 1 | February 9, 2009 01:16 |
Problem with icoFoam | nadine | OpenFOAM Running, Solving & CFD | 1 | August 28, 2008 05:49 |
Problem with IcoFoam in parallel | skabilan | OpenFOAM Running, Solving & CFD | 12 | April 1, 2008 06:55 |