...
We start off by naming various faces of our geometry for later use in FLUENT and to make surface body referencing much easier when creating our mesh.
HTML |
---|
Wiki Markup |
{html}<iframe width="640" height="360" src="//www.youtube.com/embed/Dfsfx7brjFc" frameborder="0" allowfullscreen></iframe>{html} |
Summary of steps in the above video:
- Suppress Blade FEA
- Show the fluid geometry, wireframe.
- Create named selections
- Inlet
- Inlet-Top
- Outlet
- Blade (select all then control click the surfaces not wanted)
- Periodic 1 (one of the quadrilateral surfacesurfaces).
- Periodic 2 (the other quadrilateral surface).
- Fluid
Note | ||
---|---|---|
| ||
If you are using ANSYS 16 or later while doing this project, please name the quadrilateral surfaces Period 1 and Period 2 instead Periodic 1 and Periodic 2. In versions 16 and later of ANSYS, the word periodic is a key word used for something that is not relevant to this project and using this name will cause problems later on. When you enter the FLUENT interface, if your "period 1" and "period 2" named selections are not appearing, try renaming them "surface 1" and "surface 2". |
...
Default Mesh and Section Plane
This The section plane is a really neat tool that allows you to cut through the mesh in order to visualize its interior!
HTML |
---|
Wiki Markup |
{html}<iframe width="640" height="360" src="//www.youtube.com/embed/u3N4AtC18_4" frameborder="0" allowfullscreen></iframe>{html} |
...
Global Mesh Controls
We start by applying specifying some global mesh settings which means that these settings will be applied to the whole mesh altogether.
Note: There have been changes to the Mesher since this video was recorded. Please see the notes under the video.
HTML |
---|
Wiki Markup |
{html}<iframe width="640" height="360" src="//www.youtube.com/embed/ShSXdbABclo" frameborder="0" allowfullscreen></iframe>{html} |
Summary of steps in the above video:
- Automatically optimized for CFD and FLUENT, tetrahedral cells.
- Change use advanced size function to proximity and curvature. It makes it deal with curves better, lower skewness.
- Change relevance center to medium.
Note | ||
---|---|---|
| ||
Skip the relevance center settings shown in this video. Your "Details of Mesh" window should look like the image below: |
...
Local Mesh Controls
After applying controls to the whole mesh, we now apply mesh settings to specific areas of our geometry.
HTML |
---|
Wiki Markup |
{html}<iframe width="640" height="360" src="//www.youtube.com/embed/hwSw3swv5kE" frameborder="0" allowfullscreen></iframe>{html} |
Summary of steps in the above video:
- Insert Match Control
- Select the two trapezoid faces for the high and low geometry selection
- Choose axis of rotation to be global coordinate
- Match control is for the nodes to match up for the periodic sides.
- Insert face sizing
- Use the name selection, blade surface.
- Input sizing of 0.3m.
- Behavior should be hard.
- Insert local inflation around the blade
- Geometry is the whole body
- For boundary, select named selection and choose the blade (click enter)
- Keep default settings for the rest
- Add a sphere of influence
- First, create a new coordinate system.
- Define it by named selections and choose the blade surface.
- Insert body sizing
- Geometry, the whole body
- Type: sphere of influence
- Sphere center: Coordinate System
- Radius: 30m
- Element size: 2m
- First, create a new coordinate system.
- Click Generate
Note | ||
---|---|---|
| ||
If your mesh fails when you insert a sphere of influence, skip this step. Instead, change the growth rate to 1.15 from the default of 1.2. To do this, highlight Mesh in the tree, then look under Sizing. |
...
Mesh Metrics
We now show you how to judge the quality of your mesh. This is an extremely important step because a bad mesh can lead to bad results!
HTML |
---|
Wiki Markup |
{html}<iframe width="640" height="360" src="//www.youtube.com/embed/llYKVq_91NU" frameborder="0" allowfullscreen></iframe>{html} |
Summary of steps in the above video:
- Skewness and orthogonal quality are the two most important. Skewness better for CFD.
- Look at the skewness mesh metric under details of mesh.
- Click on different ranges to see the specific cells in that range
Note | ||
---|---|---|
| ||
In newer versions, the Mesh Metrics can be viewed under Quality instead of under Statistics: |
It is generally advised to keep the minimum orthogonality greater than 0.15 and maximum skewness lower than 0.95. Having bad cells or elements can lead to incorrect simulation results. However, these are general guide rules and depend on the physics solved or where the cells are located. The following tables can help you gauge the quality of your mesh.
Skewness:
Outstanding | Very Good | Good | Sufficient | Bad | Inappropriate |
---|---|---|---|---|---|
0-0.25 | 0.25-0.50 | 0.50-0.80 | 0.80-0.95 | 0.95-0.98 | 0.98-1.00 |
Orthogonal quality:
Inappropriate | Bad | Sufficient | Good | Very Good | Outstanding |
---|---|---|---|---|---|
0-0.001 | 0.001-0.15 | 0.15-0.20 | 0.20-0.70 | 0.70-0.95 | 0.95-1.00 |
...