Skip to content

Latest commit

 

History

History
 
 

turbine_disk_2D

CalculiX Benchmark Study: 2D Turbine Disk

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.

Files

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

Pre-processing

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.

Solution: Finite Element Analysis with CalculiX

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).

Post-processing

A post-processing script is written for CalculiX GraphiX (turbine_disk_2d_post.fbd).

Radial stresses


Figure Radial stress plot.


Figure Radial stress line plot along the disk's symmetry axis.

Hoop stresses


Figure Hoop stress plot.


Figure Hoop stress line plot along the disk's symmetry axis.

Radial displacements


Figure Radial displacement plot.


Figure Radial displacement line plot along the disk's symmetry axis.