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

NACA0012 with rhoCentralFoam

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 1, 2011, 09:33
Default NACA0012 with rhoCentralFoam
  #1
Super Moderator
 
Praveen. C
Join Date: Mar 2009
Location: Bangalore
Posts: 342
Blog Entries: 6
Rep Power: 18
praveen is on a distinguished road
I am having some problem with a NACA0012 test case using rhoCentralFoam. The freestream mach is 0.75 and there is a shock. I have attached some pictures. There is something wrong with the bcs.

Some of the input options are listed below. Other input files are same as here

http://gfoam.svn.sourceforge.net/vie...12_7k_M075_a2/

Hope somebody can point out the mistakes.

0/p
Code:
internalField   uniform 85418.9;

boundaryField
{
    inlet-outlet
    {
        type            fixedValue;
        value           uniform 85418.9;
    }

    body            
    {
        //type            slip;
        type            zeroGradient;
    }

    defaultFaces    
    {
        type            empty;
    }
}
0/T
Code:
internalField   uniform 260;

boundaryField
{
    inlet-outlet
    {
        type            fixedValue;
        value           uniform 260;
    }

    body            
    {
        //type            slip;
        type            zeroGradient;
    }

    defaultFaces    
    {
        type            empty;
    }
}
0/U
Code:
internalField   uniform (242.284 8.46075 0);

boundaryField
{
    inlet-outlet
    {
        type            fixedValue;
        value           uniform (242.284 8.46075 0);
    }

    body            
    {
        type            slip;
    }

    defaultFaces    
    {
        type            empty;
    }
}
constant/thermophysicalProperties
Code:
thermoType      ePsiThermo<pureMixture<constTransport<specieThermo<eConstThermo<perfectGas>>>>>;

mixture         air 1 28.965 717.625 0 0 0.72;
Attached Images
File Type: jpg p.jpg (21.2 KB, 225 views)
File Type: jpg rho.jpg (20.1 KB, 158 views)
File Type: jpg T.jpg (20.0 KB, 144 views)
praveen 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
rhoCentralFoam with totalPressure/totalTemperature at inlet of subsonic channel deepblue17 OpenFOAM Running, Solving & CFD 5 February 11, 2013 02:42
Always crash when solve a C-D nozzle flow field using rhoCentralFoam hawklion OpenFOAM Running, Solving & CFD 0 March 9, 2011 06:13
NACA0012 Data as a function of Re for a VAWT model psd Main CFD Forum 1 July 31, 2009 22:04
NACA0012 experimental results. Kyung-Seok, Kim Main CFD Forum 0 March 13, 2006 05:46
I want NACA0012 simulation datas Santana Main CFD Forum 2 December 28, 2004 11:58


All times are GMT -4. The time now is 10:52.