CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

laplacian1%7cAUp is undefined in dictionary problem with icoFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By zakifoam

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2007, 04:05
Default 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
derath is on a distinguished road
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
derath is offline   Reply With Quote

Old   May 6, 2007, 04:19
Default Is it likely that you have inc
  #2
New Member
 
Zaki Saldi
Join Date: Mar 2009
Posts: 18
Rep Power: 17
zakifoam is on a distinguished road
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.
jamestangx likes this.
zakifoam is offline   Reply With Quote

Old   September 4, 2012, 14:46
Default
  #3
New Member
 
Wei Liu
Join Date: Apr 2011
Location: West Lafayette, IN
Posts: 29
Rep Power: 15
mathslw is on a distinguished road
Quote:
Originally Posted by derath View Post
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
Hi derath,

Have you solved your problem?
I also have this problem recently!

Thanks!

Wei
mathslw is offline   Reply With Quote

Old   June 14, 2013, 06:24
Default
  #4
New Member
 
hasan hasan hasan
Join Date: Apr 2013
Posts: 4
Rep Power: 13
hasanmas is on a distinguished road
how about use only the default:



laplacianSchemes
{
default Gauss linear corrected;
}
hasanmas is offline   Reply With Quote

Reply


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
Error OF15dev interDyMFoam keyword agglomerator is undefined in dictionary eberberovic OpenFOAM Running, Solving & CFD 6 July 29, 2019 11:54
InterDyMFoam in 15dev keyword agglomerator is undefined in dictionary eberberovic OpenFOAM Running, Solving & CFD 0 February 16, 2009 10:17
RadialModel is undefined in dictionary mahaputra OpenFOAM Running, Solving & CFD 1 February 9, 2009 00:16
Problem with icoFoam nadine OpenFOAM Running, Solving & CFD 1 August 28, 2008 04:49
Problem with IcoFoam in parallel skabilan OpenFOAM Running, Solving & CFD 12 April 1, 2008 05:55


All times are GMT -4. The time now is 03:32.