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

Solving problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 24, 2009, 04:29
Default HI jasak sir I imported Nac
  #1
New Member
 
VENKATESH T LAMANI
Join Date: Mar 2009
Location: BANGALORE, KARNATAKA, INDIA
Posts: 11
Rep Power: 17
openfoam is on a distinguished road
HI jasak sir

I imported Naca0012 fluent file to Foam
i used simple foam as solver. the problem is that i am not getting correct U and P distribution for the U=50m/s,I think i am wrong somewhere giving boundary conditions and one more thing for the different angle of attack how to specify velocity
it is component only naa ,like in this case Ux=50cos0 and Uy=50sin0 for 0 AOA.

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4.1 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

// Field Dictionary

FoamFile
{
version 2.0;
format ascii;

root "/home/openfoam14/OpenFOAM/openfoam14-1.4.1/run/opvenkat";
case "v";
instance "0";
local "";

class volVectorField;
object U;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


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

internalField uniform (0 0 0);

boundaryField
{
FARFIELD3
{
type zeroGradient;
}

FARFIELD2
{
type fixedValue;
value uniform (50 0 0);
}

FARFIELD1
{
type fixedValue;
value uniform (50 0 0);
}

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

frontAndBackPlanes
{
type empty;
}
}


// ************************************************** *********************** //

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4.1 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

// Field Dictionary

FoamFile
{
version 2.0;
format ascii;

root "/home/openfoam14/OpenFOAM/openfoam14-1.4.1/run/opvenkat";
case "v";
instance "0";
local "";

class volScalarField;
object p;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
FARFIELD3
{
type fixedValue;
value uniform 0;
}

FARFIELD2
{
type zeroGradient;
}

FARFIELD1
{
type zeroGradient;
}

AIRFOIL
{
type zeroGradient;
}

frontAndBackPlanes
{
type empty;
}
}


// ************************************************** *********************** //
openfoam 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
Solving a 3D turbulent problem ramesh FLUENT 0 June 16, 2008 05:44
solving problem !!! need help !!! bne FLUENT 0 June 19, 2007 07:36
problem in solving "wave generation" problem san FLUENT 2 April 3, 2006 23:37
Solving Uz component in 2D problem dhanurao OpenFOAM Running, Solving & CFD 2 August 26, 2005 14:15
problem in solving such an equation R Main CFD Forum 5 May 27, 2005 07:49


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