Skip to content

Commit

Permalink
release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Aug 10, 2019
1 parent 835652e commit 12879d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Distributed under GNU General Public License v3.0

Converts [Salome](https://www.salome-platform.org/) .unv mesh 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-elements](./tests-elements) for list of tested UNV elements. All generated INP files are processed by [CalculiX CAE](https://github.com/imirzov/ccx_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 [tests-elements](./tests-elements) for list of tested UNV elements. All generated INP files are processed by CalculiX GraphiX and [CalculiX CAE](https://github.com/imirzov/ccx_cae) without any errors.

<br/><br/>

Expand Down
9 changes: 1 addition & 8 deletions unv2ccx.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
creates an internal FEM object, then writes the INP_file.
Usage:
python3 unv2ccx.py unv inp [-h]
Positional arguments:
unv .unv file name
inp .inp file name
Optional arguments:
-h show help message and exit
Example:
python3 unv2ccx.py ./tests-elements/116.unv ./tests-elements/116.inp
python3 unv2ccx.py ./tests-elements/116.unv
"""


Expand Down

0 comments on commit 12879d7

Please sign in to comment.