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

Unknown Discretization scheme

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By hjasak

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 14, 2008, 13:04
Default Hi everybody! I'm trying to
  #1
Member
 
Leonardo Nettis
Join Date: Mar 2009
Posts: 72
Rep Power: 17
dinonettis is on a distinguished road
Hi everybody!

I'm trying to solve the following problem that occurrs when I start the simulation of a naca profile with rhoTurbFoam:

FOAM FATAL IO ERROR : Unknown discretisation scheme <>

Valid schemes are :

46
(
Phi
localBlended
Minmod
MUSCLV
QUICKV
QUICK
MC
vanLeerV
upwind
limitedCubicV
limitedLinearV
SuperBeeV
filteredLinear2
vanLeer
limitedCubic
SFCD
midPoint
clippedLinear
OSPREV
outletStabilised
SuperBee
linearUpwind
filteredLinear
SFCDV
MUSCL
Gamma
GammaV
vanAlbada
MinmodV
downwind
localMin
vanAlbadaV
localMax
linearUpwindV
UMISTV
limitedLinear
skewCorrected
linear
UMIST
reverseLinear
filteredLinear2V
weighted
blended
MCV
cubic
OSPRE
)


file: /home/nettis/OpenFOAM/nettis-1.4.1/run/tutorials/rhoTurbFoam/naca0012/system/fvS chemes::div(phi,U) at line 41.

From function surfaceInterpolationScheme<type>::New(const fvMesh&, const surfaceScalarField&, Istream&)
in file lnInclude/surfaceInterpolationScheme.C at line 135.

FOAM exiting


I've checked that everything it's ok in the fvschemes files but I still obtain this message. What can I do????
Thank you in advance

dino
dinonettis is offline   Reply With Quote

Old   March 14, 2008, 13:13
Default No, everything is not OK: show
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
No, everything is not OK: show me a like which starts with div(phi,U)

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   March 15, 2008, 19:03
Default Hi Hrv, this is my fvscheme
  #3
Member
 
Leonardo Nettis
Join Date: Mar 2009
Posts: 72
Rep Power: 17
dinonettis is on a distinguished road
Hi Hrv,

this is my fvschemes file. I hope you can help me!!!

------------------------------------------------
ddtSchemes
{
default Euler;
}

gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
}

divSchemes
{
default none;
div(phi,U) Gauss <>;
div(phid,p) Gauss <>;
div(phiU,p) Gauss linear;
div(phi,h) Gauss <>;
div(phi,k) Gauss <>;
div(phi,epsilon) Gauss <>;
div(phi,R) Gauss <>;
div((rho*R)) Gauss linear;
div(R) Gauss linear;
div(U) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear;
}

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

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p;
}
-------------------------------------------------

thank you very much.

dino
dinonettis is offline   Reply With Quote

Old   March 16, 2008, 09:52
Default Here's your problem: div(ph
  #4
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
Here's your problem:

div(phi,U) Gauss ;
div(phid,p) Gauss ;


This should say something like

div(phi,U) Gauss upwind;

and all others should be similar.

Enjoy,

Hrv
immortality likes this.
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Time discretization scheme cfd Main CFD Forum 0 September 10, 2007 06:05
New discretization scheme arkangel OpenFOAM Running, Solving & CFD 2 June 7, 2007 21:41
Standard discretization scheme Salwan FLUENT 1 February 22, 2007 19:24
VOF Discretization Scheme soy FLUENT 1 June 26, 2006 07:46
Unknown Difference Scheme Jan Christian Dittmer Main CFD Forum 8 August 9, 2005 04:36


All times are GMT -4. The time now is 20:17.