Two-dimensional finite element analysis of a turbine disk defined in the following paper is performed with free and open-source finite element analysis software CalculiX.
Life prediction of a gas turbine disc using the finite element method, disk geometry drawing, 2002.
File | Contents |
---|---|
turbine_disk_2d_pre.fbd | Pre-processing script for CalculiX GraphiX |
turbine_disk_2d.inp | CalculiX input |
turbine_disk_2d_post.fbd | Post-processing script for CalculiX GraphiX |
run_turbine_disk_2d_py.py | Python script to run CalculiX files |
A parametric pre-processing script is written for CalculiX GraphiX (turbine_disk_2d_pre.fbd). The geometry is created and meshed using the defined parameter values.
Figure Geometry of the Turbine disk.
Figure Two-dimensional finite element model of the Turbine disk.
In CalculiX, the disk portion is modelled using axisymmetric elements, and the blade portion is modelled using plane stress elements with thickness.
The thickness of the plane stress elements is determined such that the centrifugal force due to the rotating mass of the blades is included in the two-dimensional finite element analysis.
An input file is written to run the two-dimensional disk model in CalculiX (turbine_disk_2d.inp).
A post-processing script is written for CalculiX GraphiX (turbine_disk_2d_post.fbd).
Figure Radial stress line plot along the disk's symmetry axis.
Figure Hoop stress line plot along the disk's symmetry axis.
Figure Radial displacement plot.
Figure Radial displacement line plot along the disk's symmetry axis.