Skip to content

Releases: seghil/OpenCavity

OpenCavity v0.1-pre-alpha

19 Feb 23:33
Compare
Choose a tag to compare
Pre-release

This is a pre-Alpha release of OpenCavity. The package is still under development but most functionalities work fine.
Both the code and the documentation may need some corrections/ enhancement. If you note any bug, you catch a typo in the documentation, or you have an enhancement suggestion, please report this in the issues tab of Github.

The ‘.exe’ is the windows installer and ‘.egg’ is the one to use with “easy_install” in python, it is platform-independent.
As many python scientific package, OpenCavity needs “numpy”: numerical python, scipy and matplotlib. So be sure that you install these packages before start using this one. See the part "Before starting in the tutorials" to see how to setup the work environment.
The easiest way is to install a scientific python distribution such as ‘Anaconda’, ‘canopy’ or ‘pythonxy’.