Posts

Modelling NACA 4 digit aerofoil from equations (in creo)

Image
Hello, This post will cover the conception stage of aerofoil profiles and how to improve the CAD workflow for large scale simulations where multiple geometries need to be created and assessed. One thing I have noticed is that aerofoil CAD geometry is typically produced from generating a curve through points. I have always found this cumbersome as you have to go online (typically airfoiltools.com) find the aerfoil shape that you want, download the .csv file and import it into your CAD package (Creo requires a .pts extension leading to further work by importing the points into  notepad). However, aerofoil geometries are constructed from equations, so why not create a curve from an equation? You can set the control parameters of the design and be free to manipulate the geometry which will save you from going online to find the various profiles that you want to test. The Equations The NACA 4 digit profile is governed by three distinct parameters (thickness, maximum camber, camber ...

OpenFoam: Flate plate

Image
 Hello, This post will detail the process of running a flate plate simulation within OpenFoam. As I'm a newbie when it comes to OpenFoam I thought the best place to start would be running a simple simulation to understand the pre-processing which is my main goal for this simulation. Flate Plate A flat plate is as it says in the name, you have a plate that is flat and the fluid will pass over it at the specified inlet velocity condition. The importance of running this type of simulation is to model the no-slip effect of the wall. No slip occurs because of the friction caused by the particles interacting with the surface. The further from the surface the velocity increases until it reaches the free stream velocity. Accurately modelling the boundary layer will provide accurate predictions of wall shear stress which in turn leads to improved predictions for surface pressure, pressure gradient and forces such as lift and drag (aerofoil). The image below displays fluid passing along a wa...