All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
In this project, a turbocharger will be meshed in ANSA. The geometry has multiple errors, these errors will be fixed. The mesh's element's lengths are different for each component of the geometry, and the mesh will be generated accordingly. The mesh length specifications are: Blade stage-1 = 1 mm Blade stage-2 = 1 mm Impeller…
Dushyanth Srinivasan
updated on 19 May 2022
In this project, a turbocharger will be meshed in ANSA. The geometry has multiple errors, these errors will be fixed. The mesh's element's lengths are different for each component of the geometry, and the mesh will be generated accordingly. The mesh length specifications are:
The geometry was imported into ANSA and this is the initial geometry:
Switching to wireframe view,
The geometry is checked using ANSA's inbuilt Geometry Checker tool, this is done by going to: Checks -> Geometry
The default checks are chosen, and the following errors are checked. The checking process is started by clicking the Excecute button.
Upon execution, these errors were found:
Upon further inspection, the errors are primarily of three types: single CONS, overlapped surfaces and extra surfaces.
These errors were rectified using the TOPO sidebar and all single CONS were removed.
After all issues were fixed, the geometry checking tool was run again to only find these errors:
The results of the geometry checking tool are below:
The triple cons may seem like a serious error at first, but as seen from its location in the geometry, the triple cons are necessary to completely close the volume so that CFD meshing and simulations can be performed with the extrated volume.
No single CONS were found:
These are the double CONS:
These are the triple CONS (in blue):
Creation of PIDs: PIDs are user-defined selections of geometry, commonly used to designate sub-parts of the geometry. Such as wheels, body, door, rear wings, etc. in a car. They are used to generate PID specific meshes, with different mesh properties for each PID.
The PIDs are created by going to Properties -> RightClick/New -> PSHELL -> PSHELL
PIDs are created and the geometry is selected using multiple tools available in ANSA, such as ENT selection, PID_Region selection, lock, not, !not and or.
All the following parts of the turbocharger were assigned a PID:
The empty PIDs with the default names were removed by going to: Compress -> Ok
Surface Meshing
The preproccesing to the actual meshing process is complete. The surface mesh will be generated first under Classic Mesh Model. The PIDs were grouped by mesh size. For each size: perimeters, macros, mesh parameters and quality criterion were defined as follow. The mesh is generated for the following parameters using the spot mesh, this is done by going to Mesh Generation -> Spot Mesh -> Visible
Mesh Size: 1mm
Parts of geometry/PID: blade stage 1, blade stage 2 and rotor
Go to Perimeters -> Length -> Perimeters, the whole geometry can be selected with the box select tool. After selection, the middle mouse button is pressed and mesh length (1mm) is entered.
Entering mesh length in mm.
The same process is repeated for Macros as well.
This is where the quality of mesh will be defined, this is done by going to: Mesh Parameters. The target length is entered as 1 and the element type is set to Tria.
The quality of the mesh is defined in this step, this is done by going to Quality Criteria
Mesh Size: 2mm
Parts of geometry/PID:
Go to Perimeters -> Length -> Perimeters, the whole geometry can be selected with the box select tool. After selection, the middle mouse button is pressed and mesh length (2mm) is entered.
Entering mesh length in mm.
The same process is repeated for Macros as well.
This is where the quality of mesh will be defined, this is done by going to: Mesh Parameters. The target length is entered as 2 and the element type is set to Tria.
The quality of the mesh is defined in this step, this is done by going to Quality Criteria
Mesh Size: 5mm
Parts of geometry/PID:
Go to Perimeters -> Length -> Perimeters, the whole geometry can be selected with the box select tool. After selection, the middle mouse button is pressed and mesh length (5mm) is entered.
Entering mesh length in mm.
The same process is repeated for Macros as well.
This is where the quality of mesh will be defined, this is done by going to: Mesh Parameters. The target length is entered as 5 and the element type is set to Tria.
The quality of the mesh is defined in this step, this is done by going to Quality Criteria
Regions where two different mesh sizes interact were not meshed using the above steps, hence they had to be remeshed using the same settings but without defining the length of the mesh for perimeters and macros. (Perimeters -> Length -> Perimeters)
Volumetric Meshing
The surface mesh has been generated, now the volume mesh has to be generated.
Go to V.Mesh tab,
Volumes -> Define ->
Click on OK, and ANSA will generate volumes automatically. These are the autogenerated volumes:
Click on each volume and view its preview, the required volumes (volumes where fluid flow will occur) are renamed and the other volumes are deleted.
After deletion, these volumes remain:
Double click on each volume and change "Mesh with" to Tetra CFD. Tetra is the shape of the mesh's elements and CFD is the application.
Right click on each volume and click Remesh, this will mesh the volume with the selected element type (Tetra CFD)
This process may take a while to complete, and ANSA may not respond.
After all volumes are meshed, this is the resulting list of volumes:
The mesh is ready and can be viewed:
The volumetric mesh contains 6.8 million cells, all of them are tetras.
The surface mesh contains 926731 cells, all of them are triads.
Zooming in,
Cross Sectional View
The sizes of the elements are smaller near the blades where the mesh sizing is 1mm, and the mesh elements are larger near the walls of the outer case where the mesh size is 5mm.
Conclusion
1. ANSA's geometry checking and fixing tool can be used to fix minor issues in the geometry.
2. A perfect geometry without single CONS is mandatory for proper surface meshing.
3. A complete surface mesh is necessary for volumetric meshing.
4. Volumeric Meshing takes a lot of time to generate but high quality meshes can be generated easily and quickly with ANSA.
ANSA File: https://drive.google.com/file/d/1No-Q0G0mGkMdjr9wWdhgCb68tniyKlpg/view?usp=sharing
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 2 - Rankine cycle Simulator
In this project, I will be writing code in MATLAB to simulate a Rankine Cycle for the given parameters. A Rankine Cycle is an ideal thermodynamic heat cycle where mechanical work is extracted from the working fluid as it passes between a heat source and heat sink. This cycle or its derivatives is used in steam engines…
04 Sep 2022 12:52 PM IST
Project 1 - Parsing NASA thermodynamic data
In this project, I will be parsing a data file prepared by NASA. The contents of the data file can be used to generated thermodynamic properties such as Specific Heat at Constant Pressure 'C_p' (J/(kg.K)), Enthalpy HorQ (J) and Entropy S (J/(kg.mol)) at various temperatures. The files will be parsed in MATLAB…
31 Aug 2022 01:07 PM IST
Week 5 - Genetic Algorithm
In this project, I will be generating a stalagmite function in MATLAB and find the global maxima of the function using Genetic Algorithm. A stalagmite function is a function which generates Stalactites, which are named after a natural phenomenon where rocks rise up from the floor of due to accumulation of droppings of…
29 Aug 2022 07:55 AM IST
Week 4.1 - Solving second order ODEs
In this project, I will be writing code in MATLAB to solve the motion of a simple pendulum. A simple pendulum motion's depends on Newton's Second Law. The equation which governs the motion of a simple pendulum is (with damping) d2θdt2+bmdθdt+gLsinθ=0 Where, θ is the angular displacement…
23 Aug 2022 08:06 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.