Top CFD Software for Aerospace Applications and Integration with CAD Programs

  • Thread starter Thread starter aeroeng212
  • Start date Start date
  • Tags Tags
    Cfd Software
AI Thread Summary
Top Computational Fluid Dynamics (CFD) software for aerospace applications includes widely used programs like FLUENT, which integrates well with various CAD systems such as CATIA and PROENGINEER. Many companies also rely on proprietary codes tailored for specific needs, which can offer advantages in precision and control. For meshing complex geometries, tools like Triangle and GridPro are recommended, with a preference for unstructured grids due to their ease of use. Simplifying CAD models for CFD analysis is essential to ensure accurate measurements. Overall, the choice of software often depends on the specific requirements of the project and the complexity of the geometries involved.
aeroeng212
Messages
10
Reaction score
0
Hi-
I was wondering if anyone could talk a little bit about the top Computational Fluid Dynamics software out there today- specifically in the aerospace industry/for applications in aerodynamics.
Do they work in conjunction with CAD programs? If so, which are the leading programs (CATIA, PROENGINEER, AUTODESK, etc.)?
Thanks in advance for any help!

-aeroeng212
 
Engineering news on Phys.org
There are a whole bunch of packages see http://www.cfdreview.com/
Plus a lot of in house ones for very specialised applications or research.

They generally take a CAD model as input ( eg. iges, dxf ) from any CAD package.
You generally produce a simplified version of the model specific for the CFD measurement.
 
FLUENT is the widest used package that I run into in my travels. On top of that, many companies, including mine, have proprietary codes that they rely heavily on for very specific application as well.
 
Agreed with Fred. I've seen Fluent the most. And while the readily available commercial softwares are the easiest to use, the proprietary codes are (biased) arguably better since you know exactly what they are doing, though there is much room for debate there.
 
well, any suggestions for software that should be used for meshing complex geometries?
 
If you are writing your own package then Triangle (http://www.cs.cmu.edu/~quake/triangle.html) is pretty good.
The topic is called Delauney triangualtion, there are a few special features you want if it is specifically for CFD - triangles should be similair sized, have no small angles and be as nearly equilateral as possible.
 
If your doing high-order,high-accuracy schemes, then you will (almost) need a structured grid. The package we use is GridPro, which is a pain in the ass, but works very well if you can use it.

However, for complex geometries, unstructured grids are all the rave as they are very easy to get.
 
Back
Top