Export Trailing Edge
For each trailing edge in the mesh we need to generate a collection of ordered points that we can use to recognize such edge in the .msh
file. We will use Gmsh to process the STEP file with NURBS and create such lines of points along each trailing edge:
Import STEP file
File > Merge
Set discretization settings
- Set size factor to something small:
Tools > Options > Mesh > General > Element size factor > 0.01
- Set size factor to something small:
Then for each trailing edge:
Create physical group with the TE curve
- Make sure that geometric curves are visible:
Tools > Options > Geometry > Visibility > ✓ Curves
- Create physical group:
Modules > Geometry > Physical Groups > Add > Curve
- Select the curve that define the trailing edge
- Make sure that geometric curves are visible:
Discretize the TE:
Modules > Mesh > 1D
(Optional) Verify discretization
- Make nodes visible:
Tools > Options > Mesh > Visibility > ✓ Nodes
- Zoom into the trailing edge and visually confirm that the line is finelly discretized
- Hide nodes (otherwise you won't be able to select other curves in steps 1 and 5):
Tools > Options > Mesh > Visibility > □ Nodes
- Make nodes visible:
Export discretized curve as
.msh
in ASCII format v4:File > Export
and selectMesh - Gmsh MSH (*.msh)
in the dropdown menuDelete physical group
Modules > Geometry > Physical Groups > Remove > Curve
- Select the curve that we just exported
Repeat steps 1 through 5 for each trailing edge.
The resulting TE .msh
files are available here:
cessna-TE-leftwing.msh
cessna-TE-rightwing.msh
cessna-TE-leftelevator.msh
cessna-TE-rightelevator.msh
cessna-TE-rudder.msh
(right click → save as...
)