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

FvSchemes from 12 to 11

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2006, 12:28
Default hi, i was making a simulation
  #1
fedegavo
Guest
 
Posts: n/a
hi, i was making a simulation using sonicTurbFoam with OpenFoam 1.2, but now i've to work with 1.1. starting the simualtion and adapting the "divSchemes" part, now it gives me this error message:

FOAM FATAL IO ERROR : keyword laplacian((rho|A(U)),p) is undefined in dictionary "/gamma/gaviraghi/OpenFOAM/vampire2/system/fvSchemes::laplacianSchemes"

file: /gamma/gaviraghi/OpenFOAM/vampire2/system/fvSchemes::laplacianSchemes from line 53 to line 59.

Function: dictionary::lookupEntry(const word& keyword) const
in file: db/dictionary/dictionary.C at line: 148.


and this is the part of the file from 1.2:

laplacianSchemes
{
default none;
laplacian(muEff,U) Gauss linear limited 0.5;
laplacian(DkEff,k) Gauss linear limited 0.5;
laplacian(DREff,R) Gauss linear limited 0.5;
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
laplacian((rho*1|A(U)),p) Gauss linear limited 0.5;
laplacian(alphaEff,h) Gauss linear limited 0.5;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p;
}


so, can someboby help me to adapt this file for the 1.1 version, please?

thank

federico
  Reply With Quote

Old   January 20, 2006, 13:49
Default Just put that missing laplacia
  #2
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Just put that missing laplacianScheme from the error message in there. (use copy&paste)

You seem to have one in there which looks very much like it but has an extra '*'
mattijs 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
Problem in fvschemes divSchemes cannot use Gauss linearUpwind nico765 OpenFOAM Bugs 30 August 9, 2018 07:39
FvSchemes sega OpenFOAM Running, Solving & CFD 2 February 15, 2010 11:07
General help for fvSchemes and fvSolution settings harly OpenFOAM Running, Solving & CFD 4 September 7, 2009 10:31
flux required keyword in fvSchemes srinath OpenFOAM Running, Solving & CFD 1 June 19, 2008 11:44


All times are GMT -4. The time now is 04:41.