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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
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

Old   May 1, 2011, 14:32
Exclamation
  #2
Senior Member
 
Join Date: Nov 2010
Posts: 139
Rep Power: 15
taxalian is on a distinguished road
Send a message via Skype™ to taxalian
hi praveen,
Is the solution converges well and where can i really see that you used the rhoCentralFoam for your problem.
taxalian is offline   Reply With Quote

Old   May 1, 2011, 22:13
Default
  #3
Super Moderator
 
Praveen. C
Join Date: Mar 2009
Location: Bangalore
Posts: 342
Blog Entries: 6
Rep Power: 18
praveen is on a distinguished road
Everything in the above link remains same for rhoCentralFoam except you have to change to

fluxScheme Kurganov; // or Tadmor

in system/fvSchemes. The files can be downloaded here

http://gfoam.svn.sourceforge.net/vie...5_a2/?view=tar
praveen is offline   Reply With Quote

Old   June 3, 2011, 05:07
Default NACA0012 with rhoCentralFoam
  #4
Senior Member
 
NAVEEN.K.M
Join Date: Mar 2009
Location: Bangalore, Karnataka, india
Posts: 114
Rep Power: 17
naveen is on a distinguished road
hi praveen,

I am also trying for different airfoil simulation using rhoCentralFoam using different boundary condition at mach no=0.7. even i am also getting same error wat u r getting on airfoil surface for unstructured grid. But when i solved for structured grid (same airfoil wat i used for unstructured) i am getting perfect solution using rhoCentralFoam for C Grid without any disturbances on airfoil surface. Could you please tell me what s da solution for this type of problem, if u have solved.....

----Regards---------

NAVEEN.K.M
NAL
BANGALORE
naveen is offline   Reply With Quote

Old   June 3, 2011, 05:20
Default
  #5
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 dont know whats the problem. I too got proper result with structured grid for naca case.
praveen is offline   Reply With Quote

Old   June 3, 2011, 05:27
Default NACA0012 with rhoCentralFoam
  #6
Senior Member
 
NAVEEN.K.M
Join Date: Mar 2009
Location: Bangalore, Karnataka, india
Posts: 114
Rep Power: 17
naveen is on a distinguished road
OK....letś try some other way....can u give me your mail id....

NAVEEN.K.M

Last edited by naveen; June 8, 2011 at 05:59.
naveen is offline   Reply With Quote

Old   June 8, 2011, 06:01
Default NACA0012 with rhoCentralFoam
  #7
Senior Member
 
NAVEEN.K.M
Join Date: Mar 2009
Location: Bangalore, Karnataka, india
Posts: 114
Rep Power: 17
naveen is on a distinguished road
hi praveen,

I got the proper results for airfoil using rhoCentralFoam for unstructured grid same as structured grid.

Regards

NAVEEN
naveen is offline   Reply With Quote

Old   July 28, 2011, 12:00
Default
  #8
New Member
 
TCH
Join Date: Jul 2010
Location: Beijing City
Posts: 15
Rep Power: 15
Solarberiden is on a distinguished road
Hi guys, I encountered the same problem, could you please tell me how do you solve the problems on unstructured grid? Thanks a lot!~
Solarberiden is offline   Reply With Quote

Old   July 28, 2011, 12:42
Default
  #9
Super Moderator
 
Praveen. C
Join Date: Mar 2009
Location: Bangalore
Posts: 342
Blog Entries: 6
Rep Power: 18
praveen is on a distinguished road
See http://www.cfd-online.com/Forums/ope...tml#post317918
praveen is offline   Reply With Quote

Old   July 28, 2011, 21:31
Default
  #10
Member
 
venkat
Join Date: Mar 2011
Location: Bangalore,india
Posts: 47
Rep Power: 15
venkataramana is on a distinguished road
can anybody provide details about preconditioning for the above solver for Mach number approaching zero.

thanks in advance,

Regards.
venkataramana is offline   Reply With Quote

Old   July 29, 2011, 00:36
Default for the mach number approaching to zero
  #11
New Member
 
TCH
Join Date: Jul 2010
Location: Beijing City
Posts: 15
Rep Power: 15
Solarberiden is on a distinguished road
Quote:
Originally Posted by venkataramana View Post
can anybody provide details about preconditioning for the above solver for Mach number approaching zero.

thanks in advance,

Regards.
The above solver is naturaly a density based solver, so for the low Re number or Mach number problems, the problem won't be appropriate as far as I know, you could have a go with the pressure based solver like the prevails philosyphy which is used by most of the OpenFOAM solvers, PISO or SIMPLE family solvers.
regrads.
TCH
Solarberiden is offline   Reply With Quote

Old   July 29, 2011, 03:49
Default hi
  #12
Member
 
venkat
Join Date: Mar 2011
Location: Bangalore,india
Posts: 47
Rep Power: 15
venkataramana is on a distinguished road
solvers for compressible flows always has Mach number is greater than that of incompressible flows, using preconditioning we can use compressible flow solvers for solving incompressible N-S equations ( having Mach Number nearer to zero)
can anybody provide details about the code to implement in openFoam.

here I am attaching the link which contains the details about the method.

http://openfoamwiki.net/index.php/TestLucaG.


thanks in advance
regards.
venkataramana is offline   Reply With Quote

Old   December 7, 2011, 22:49
Default
  #13
Senior Member
 
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 16
dancfd is on a distinguished road
Hello all,

I am trying to simulate a NACA 0012 airfoil in transonic flow. I believe that rhoCentralFoam would be the best solver for the compressible & transient simulations. However, I have not used a density-based solver before and I am struggling with a few issues:

1. What is the best way to check for convergence? When using simpleFoam, I plotted Ux_0 and p_0 residuals. In rhoCentralFoam, there is no p_0 residual (obviously) and the rho_0 residual is 0 from start to finish.

2. Here is what a typical timestep looks like in the log. I find it strange that all of the rho equations have 0 residual and 0 iterations. Any advice?

Code:
Mean and max Courant Numbers = 0.00853124 0.92921
deltaT = 4.19687e-07
Time = 8.52996e-07

diagonal:  Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal:  Solving for rhoUx, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal:  Solving for rhoUy, Initial residual = 0, Final residual = 0, No Iterations 0
smoothSolver:  Solving for Ux, Initial residual = 3.21903e-06, Final residual = 2.88895e-09, No Iterations 2
smoothSolver:  Solving for Uy, Initial residual = 2.167e-06, Final residual = 5.51926e-09, No Iterations 2
diagonal:  Solving for rhoE, Initial residual = 0, Final residual = 0, No Iterations 0
smoothSolver:  Solving for e, Initial residual = 5.09557e-06, Final residual = 1.47595e-08, No Iterations 2
smoothSolver:  Solving for omega, Initial residual = 3.91917e-06, Final residual = 3.3493e-10, No Iterations 2
bounding omega, min: -6231.35 max: 239456 average: 1107.8
smoothSolver:  Solving for k, Initial residual = 0.00250408, Final residual = 1.13916e-08, No Iterations 2
ExecutionTime = 0.28 s  ClockTime = 0 s
3. My simulation produced results that compared well to experiment in simpleFoam, however the Cp plot is a mess in rhoCentralFoam (both plots attached). Any ideas?

Thank you for any suggestions,

Dan
Attached Images
File Type: jpg cp_steady-static-rhocentral-m3-a13-r6.jpg (32.1 KB, 139 views)
File Type: jpg cp_-cases-steady-static-redo-forces-m3-a13-r6.jpg (28.8 KB, 113 views)
dancfd is offline   Reply With Quote

Old   December 12, 2012, 03:02
Default same question for zero density
  #14
Member
 
Farshad
Join Date: Oct 2010
Posts: 76
Rep Power: 15
Farshad_Noravesh is on a distinguished road
Hi,

Is there anybody who can help us with this question because many good people have asked it and no one has ever replied properly.

Kind Regards,

Farshad
Farshad_Noravesh is offline   Reply With Quote

Old   December 12, 2012, 03:16
Default
  #15
Super Moderator
 
Praveen. C
Join Date: Mar 2009
Location: Bangalore
Posts: 342
Blog Entries: 6
Rep Power: 18
praveen is on a distinguished road
Have you seen this post

http://www.cfd-online.com/Forums/ope...ible-code.html
praveen is offline   Reply With Quote

Old   December 12, 2012, 03:33
Default how about kurganov-tadmor or AUSM+?
  #16
Member
 
Farshad
Join Date: Oct 2010
Posts: 76
Rep Power: 15
Farshad_Noravesh is on a distinguished road
Hi,

I read that and he mentioned that: "The obliqueshock and forwardstep cases run fine but there is some problem with the naca case. The case runs but the solution has strange behaviour near airfoil surface "

So i think the airfoil is a problem but why? The other problem is that the kurganov-tadmor or any other flux scheme is not available.

Kind Regards,

Farshad
Farshad_Noravesh is offline   Reply With Quote

Old   July 11, 2013, 08:29
Default naca0012 rhoCentralFoam instabilities
  #17
New Member
 
Johan
Join Date: May 2012
Posts: 7
Rep Power: 13
JohanAdam is on a distinguished road
Hi,

Using Vuorinen's slides on "Compressible Runge-Kutta 4 LES-Solver to OpenFOAM", I implemented RK in rhoCentralFoam.

This seems to provide a notable improvement in removing those numerical instabilities. I am still using vanLeer in fvScheme and not gamma.

Regards
Johan
Attached Images
File Type: jpg naca0012.jpg (15.5 KB, 107 views)
JohanAdam is offline   Reply With Quote

Old   July 5, 2018, 05:49
Default
  #18
Member
 
K
Join Date: Jul 2017
Posts: 97
Rep Power: 8
mkhm is on a distinguished road
Hi Daniel,

Did you find any answer to your question about convergence criteria for rhoCentralFoam ?
mkhm 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
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 16:25.