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

Boundaries, nacaAirfoil Case - Compressible, sonicFoam, RAS

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2018, 05:53
Default Boundaries, nacaAirfoil Case - Compressible, sonicFoam, RAS
  #1
New Member
 
Javier Arufe
Join Date: Apr 2018
Posts: 1
Rep Power: 0
Jarufe is on a distinguished road
Hi there,

I'm trying to run a supersonic simulation of a NACA airfoil. I have made and tested the airfoil mesh in other simpler solvers and now I want to implement it in the tutorial case called nacaAirfoil for sonicFoam.

I wanted to try this particular case previously to know a little bit more about it but, apparently, it does not contain any mesh. So I want to implement mine in it. I guessed that the process should be to try to fit my boundaries with the ones that the case originally has.

The problem is that there are a lot of initial files inside 0 folder and they have a struture like this: (this precise one is for pressure)

boundaryField
{
"inlet.*"
{
type zeroGradient;
}

"outlet.*"
{
type waveTransmissive;
field p;
psi thermo: psi;
gamma 1.4;
fieldInf $pressure;
lInf 1;
value $internalField;
}

"sym.*"
{
type empty;
}

"wall.*"
{
type zeroGradient;
}
}

My geometry is a thin cuboid with the airfoil inside (type wall), front and back (type empty) and inlet, outlet, top, bottom (type patch). As the case is written with .* I guess that it could have different intlets, outlets, etc...

Any clue on how I could relate all this with the mesh that I have? Should it work if I just simple rename my boundaries or those in the case to fit together?

Thanks!
Jarufe is offline   Reply With Quote

Old   April 29, 2018, 15:47
Default
  #2
New Member
 
Pedro H. R. dos Santos
Join Date: Apr 2018
Posts: 1
Rep Power: 0
Pedro Santos is on a distinguished road
Hello Jarufe.

I'm currently using the sonicFoam solver to simulate the supersonic flow over a Busemann (or diamond or biconvex) arifoil. I used the "prism" tutorial, but it is similar to your case.

About your question:
I also want to know what the ".*" means. However, I think that if you remove the ".*" and simply match the boundary names, it will work. Have you tried this already?
Pedro Santos is offline   Reply With Quote

Reply

Tags
airfoil analysis, boundaries definition, mesh adaptation, sonicfoam


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
transform incompressible case in compressible case decibelle OpenFOAM Running, Solving & CFD 1 October 23, 2020 18:34
Why is sonicFoam crashing in this case? Thewitness OpenFOAM Running, Solving & CFD 0 August 8, 2017 21:54
Compressible rhoPimpleFoam Case Setup Help! JonathanG OpenFOAM Pre-Processing 0 July 12, 2017 11:33
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 13:24
viscosity setting in compressible case csertoi_aurel FLUENT 2 April 13, 2005 14:44


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