Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

UnderConstruction

Created using ANSYS 14.5

Learning Goals:

In this exercise, you will learn to verify and validate the airfoil results from FLUENT by comparing with NASA CFD results (verification) and experimental results (validation). In the process, you will learn to:

  • Import mesh in plot3d format.
  • Split boundaries in Fluent by creating region registers.
  • Apply Spalart-Allamaras turbulence model.

...

The meshing files are provided in different formats (plot3d format and CGNS format) at different meshing resolutions. In this tutorial, we will be using the medium 2d grid (449*129, 257 points on airfoil surface) in plot3d format as an example. The meshing file we will be using can be downloaded here.

Instructional Videos:

Please watch the following videos to model the flow in FLUENT.

To start, make sure you have saved your downloaded mesh file to a known location on your computer. If you are not able to launch FLUENT directly (as shown in the first video), you can still start a project through workbench. Open workbench and click and drag the Fluent icon under Component Systems into Project Schematic  to create a standalone system. Double click on the Setup cell to launch FLUENT and proceed with the video instructions once in FLUENT. 

The following video shows you how to import the NASA grid into FLUENT. 

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/X0kB6XMl_rs" frameborder="0" allowfullscreen></iframe>


The following video shows you how to probe for desired points in the mesh which will be used later to split up the flow domain into region registers. 

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/ek9oBZC-sYA" frameborder="0" allowfullscreen></iframe>

 

The following video shows you how to create region registers using the points obtained in the previous video. We will then split the mesh boundaries up according to these registers. 

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/VPNw1qFw2zQ" frameborder="0" allowfullscreen></iframe>

 

The following video shows you how to set up the physical conditions for our model flow problem. Unlike the main tutorial problem which uses viscous-laminar governing equations, we will now employ the Spalart-Allmarus turbulence model. We will also change to a pressure-based solver. Be aware that will we also change our viscosity value to adjust our Reynolds number to 6E6. 

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/QFw1nguIv_w" frameborder="0" allowfullscreen></iframe>

 

There are a few numerical solver specifications necessary before we can run the calculation. The following video shows you what specifications will likely make for a verifiable, converged solution. 

HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/womcLTPf0bw" frameborder="0" allowfullscreen></iframe>


 

Note

UnderConstruction