|
[Sponsors] |
February 8, 2013, 20:29 |
Flat Plate analysis
|
#1 |
New Member
Ben Graves
Join Date: Dec 2012
Posts: 18
Rep Power: 13 |
Hi guys,
I am new to OpenFOAM and trying to do this same analysis for a class. I am having trouble with the grid from the plot3d format into OpenFoam. I am using the grid found on the http://turbmodels.larc.nasa.gov/flatplate_grids.html website. I have successfully imported the grid using the plot3dToFoam command, followed by the autoPatch command. My main question is how to break up the bottom patch into the two "different" sections (ie the plate and the symmetry boundary condition). Any input would be unbelievably helpful. Thanks |
|
February 10, 2013, 07:54 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Ben and welcome to the forum!
I think createPatch is what you should be looking for, for adding new patches in the exact place where you need them. I'll quote myself from an old thread: Quote:
Bruno
__________________
|
||
February 11, 2013, 12:51 |
|
#3 |
New Member
Ben Graves
Join Date: Dec 2012
Posts: 18
Rep Power: 13 |
Thank you so much for your speedy reply!!! The model works perfectly now!
-Ben |
|
February 15, 2013, 20:02 |
|
#4 |
New Member
Ben Graves
Join Date: Dec 2012
Posts: 18
Rep Power: 13 |
Sorry to ask again I am trying to do the same thing, only this time I am using the grids found on http://turbmodels.larc.nasa.gov/bump_grids.html. I used the same method that you helped me with prior. Except this time when I wrote the topoSetDict file for the right side of the bump, the faceSet that it makes looks like the following:
0 ( ) Below is the topoSetDict file: actions ( { name f0; type faceSet; action new; source boxToFace; sourceInfo { box (-25 0 0) (0 0 1); } } { name f1; type faceSet; action new; source boxToFace; sourceInfo { box (-0 0 0) (1.5 0 1); } ); Any help would be greatly appreciated! -Ben |
|
February 16, 2013, 05:04 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Ben,
You need to give it some thickness over the Y axis, something like: Code:
actions ( { name f0; type faceSet; action new; source boxToFace; sourceInfo { box (-25 -0.01 0) (0 0.01 1); } } { name f1; type faceSet; action new; source boxToFace; sourceInfo { box (-0 -0.01 0) (1.5 0.01 1); } ); Bruno
__________________
|
|
February 18, 2013, 11:46 |
|
#6 |
New Member
Ben Graves
Join Date: Dec 2012
Posts: 18
Rep Power: 13 |
Bruno,
I want to really thank you for saving my butt again -Ben |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flow over a flat plate as an immersed solid | hamed.majeed | CFX | 4 | September 8, 2016 15:40 |
Flat plate analysis in cfx | hamed.majeed | CFX | 14 | February 4, 2015 08:07 |
Flow Over a Flat Plate | recon9 | CFX | 1 | January 20, 2011 22:09 |
Calculate Drag force for flat plate | vsun | FLUENT | 0 | October 3, 2010 08:56 |
entrance of a flat plate | mc | Main CFD Forum | 0 | April 24, 2007 23:38 |