muzi13 / piotrowski-kik_model

A simplified model of wheel--rail contact mechanics for non-Hertzian problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piotrowski-Kik contact model

Python implementation of A simplified model of wheel--rail contact mechanics for non-Hertzian problems.

Model summary

Semi-Hertzian (semi-elliptical normal pressure distribution along the (rolling) x-axis) non-iterative contact solution that is particularly usefull when curvatures are not constant along the (lateral) y-axis. Results shown in the original article are in agreement with results from Kalker's variational method. However, alike Kalker's method the model is limited to elastic material response and geometries that permit the assumption of an infinite half-space. Additionally, both bodies have to possess identical material properties.

Dependencies

To run the code, you will need the following libraries installed:

  • NumPy
  • SciPy
  • Matplotlib (for visualisation only)

How to use

  1. Place files defining geometry of the profiles in profiles directory.
  2. In pkmodel.py, specify path to the profiles or call functions from ./lib/geometry.py to work with analytical geometries.
  3. Set simulation parameters in settings.py.
  4. Run pkmodel.py.

About

A simplified model of wheel--rail contact mechanics for non-Hertzian problems

License:GNU General Public License v3.0


Languages

Language:Python 100.0%