Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Python Geometrical Morphing.

![Python Geometrical Morphing](readme/logo_PyGeM_small.png)


## Description
**PyGeM** is a python library using **Free Form Deformation** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:
**PyGeM** is a python library using **Free Form Deformation** and **Radial Basis Functions** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:

- Computer Aided Design files (in .iges and .stl formats)
- Mesh files (in .unv and OpenFOAM formats)
Expand All @@ -14,6 +15,14 @@ By now, it has been used with meshes with up to 14 milions of cells. Try with mo
See the **Examples** section below to have an idea of the potential of this package.


## Graphic Unit Interface
**PyGeM** is now provided with a very basic Graphic Unit Interface (GUI) that, in Ubuntu environment, looks like the one depicted below. This feature can be easily used even by the pythonists beginners with not much effort.

![PyGeM gui](readme/gui_PyGeM.png)

Up to now, PyGeM GUI works on linux and Mac OS X computers.


## Dependencies and installation
**PyGeM** requires `numpy`, `numpy-stl`, `scipy` and `matplotlib`. They can be easily installed via `pip`.
Moreover **PyGeM** depends on `OCC` >= 0.16 and `vtk`. These requirements cannot be satisfied through `pip`.
Expand Down
Binary file added readme/gui_PyGeM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.