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

POTENTIALFOAM ERROR for a naca profile

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   April 10, 2008, 09:44
Default Hi everybody, I'm a new use
  #1
Member
 
Leonardo Nettis
Join Date: Mar 2009
Posts: 72
Rep Power: 17
dinonettis is on a distinguished road
Hi everybody,

I'm a new user of openfoam and I'm trying to analyse a naca profile with potentialfoam. Although I'm quite sure concerning the boundary conditions these are the results that I get on a C-grid:




The boundary conditions are the following:
-domain contour: freestream (U=239.6 m/s p=26624 Pa)
-lateral side:empty (2D analysis)
- wing: wall

and this is the 0/U file:

dimensions [0 1 -1 0 0 0 0];

internalField uniform (239.6 0 0);

boundaryField
{
defaultFaces
{
type empty;
}

lateral_side1
{
type empty;
}

lateral_side2
{
type empty;
}

outlet
{
type inletOutlet;
inletValue uniform (239.6 0 0);
value uniform (239.6 0 0);
}

wing
{
type fixedValue;
value uniform (0 0 0);
}

freestream
{
type inletOutlet;
inletValue uniform (239.6 0 0);
value uniform (239.6 0 0);
}
}


I hope somebody can help me.
Thank you very much

dino
dinonettis is offline   Reply With Quote

 


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
POTENTIALFOAM ERROR for a naca profile dinonettis OpenFOAM Running, Solving & CFD 2 April 10, 2008 12:17
Incomplete NACA 0012 profile Rif Main CFD Forum 1 January 10, 2008 02:45
naca 12 error Conor CFX 0 January 18, 2006 13:43
bladegen & NACA profile ichgut CFX 1 August 9, 2004 09:31
NACA profile validation Wolfgang Main CFD Forum 3 October 15, 2002 12:19


All times are GMT -4. The time now is 11:43.