Graphical User Interface (GUI)

The GUI is mainly meant for educational purpose, providing a user-friendly way to illustrate the relationships between the components of the stiffness tensor of a single crystal, depending on its symmetries. It also allows to directly plot the engineering properties.

The figure bellow illustrates the Young’s modulus of monoclinic TiNi:

../_images/GUI.png

To launch this GUI, just run:

from elasticipy.gui import crystal_elastic_plotter
crystal_elastic_plotter()

If you have installed Elasticipy with pip or conda, just open a terminal (e.g. Powershell or Anaconda prompt) and run:

elasticipy-gui