Skip to content

Commit

Permalink
Readme update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Jul 24, 2020
1 parent 2474673 commit 0d8efa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Distributed under GNU General Public License v3.0

Converts [Salome](https://www.salome-platform.org/) .unv file to [CalculiX](http://dhondt.de/) .inp format.

This converter is based on Joël's Cugnoni UNV parser available with [CalculiX Launcher](http://www.calculixforwin.com/) distribution. I allowed myself to slightely improve it and translate into Python 3. INPWriter's methods are fully refactored and now allow to convert beams. See folder [tests](./tests) for list of tested UNV elements. All generated INP files are processed by CalculiX GraphiX and [CalculiX Adanced Environment](https://github.com/calculix/cae) without any errors.
This converter is based on Joël's Cugnoni UNV parser available with [CalculiX Launcher](http://www.calculixforwin.com/) distribution. I allowed myself to slightely improve it and translate into Python 3. INPWriter's methods are fully refactored and now allow to convert beams. See folder [examples](./examples) for list of tested UNV elements. All generated INP files are processed by CalculiX GraphiX and [CalculiX Adanced Environment](https://github.com/calculix/cae) without any errors.

Thanks to [Niclas Stenberg](https://github.com/Xnst) for fixing bug with empty sets.

Expand All @@ -50,10 +50,10 @@ For the last command you'll need [Python 3](https://www.python.org/downloads/) t
# Screenshots

UNV 115 element converted to C3D8:
![UNV 115](./tests/115.png "UNV 115")
![UNV 115](./examples/115.png "UNV 115")

UNV 118 element converted to C3D10:
![UNV 118](./tests/118.png "UNV 118")
![UNV 118](./examples/118.png "UNV 118")

<br/><br/>

Expand Down

0 comments on commit 0d8efa4

Please sign in to comment.