Menu

Tree [fec983] master /
 History

HTTPS access


File Date Author Commit
 apps 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 code 2021-07-20 Fran Pena Fran Pena [fec983] Allow to read MFM triangular meshes with lnf>0.
 config 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 help 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 images 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 materialsDB 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 plots 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 pydocs 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 solvers 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 Changelog.txt 2021-07-09 Fran Pena Fran Pena [0d849a] Adaptation for Python 3.9: change deprecated El...
 LICENSE.txt 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 README.md 2021-07-09 Fran Pena Fran Pena [0d849a] Adaptation for Python 3.9: change deprecated El...
 TODO.txt 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.
 remote-run-data.txt 2020-07-15 Fran Pena Fran Pena [e5ba29] Add updated code for Python 3.

Read Me

README

OpenNum lets you distribute your scientific software with a nice graphical interface.

Please open help/a-Help/index.xhtml for more information.

Prerequities

OpenNum requires Python 3 with packages wxPython, vtk and paramiko.

Installation

  1. Decompress opennum_src_\<date>.tar.gz.
  2. Execute \<INSTALLDIR>/code/opennum.py, where \<INSTALLDIR> is the installation path.

Usage

  • Go to the OpenNum installation folder, subfolder code, and execute opennum.py.
  • There are some examples in the menu Applications. Please go to menu Help - Sample apps for a description of those examples.

Testing

This code has been tested in the following platforms:
- Windows 10 with Python 3.8, wxPython 4.1, vtk 9.0 and paramiko 2.7.

Known issues

  1. If you install Python packages using pip install as non-root user, you may need to include the user site-packages directory in the user environment variable Path. See more inforation here.