|
[Sponsors] |
January 20, 2006, 13:28 |
hi, i was making a simulation
|
#1 |
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 |
|
January 20, 2006, 14:49 |
Just put that missing laplacia
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
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 '*' |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in fvschemes divSchemes cannot use Gauss linearUpwind | nico765 | OpenFOAM Bugs | 30 | August 9, 2018 08:39 |
FvSchemes | sega | OpenFOAM Running, Solving & CFD | 2 | February 15, 2010 12:07 |
General help for fvSchemes and fvSolution settings | harly | OpenFOAM Running, Solving & CFD | 4 | September 7, 2009 11:31 |
flux required keyword in fvSchemes | srinath | OpenFOAM Running, Solving & CFD | 1 | June 19, 2008 12:44 |