https://github.com/opsim/opsim
OpSim is an open source Chemical Engineering Process Simulator with a user friendly drag-and-drop graphical user interface and an underlying high performance simulation engine.
https://github.com/opsim/opsim
Last synced: about 2 months ago
JSON representation
OpSim is an open source Chemical Engineering Process Simulator with a user friendly drag-and-drop graphical user interface and an underlying high performance simulation engine.
- Host: GitHub
- URL: https://github.com/opsim/opsim
- Owner: opsim
- License: gpl-2.0
- Created: 2017-10-19T11:07:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T08:48:07.000Z (over 5 years ago)
- Last Synced: 2024-10-15T05:29:39.311Z (6 months ago)
- Language: Pascal
- Homepage: http://opsim.cc
- Size: 66.6 MB
- Stars: 36
- Watchers: 6
- Forks: 14
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chemical-engineering-education - OpSim - open source Chemical Engineering Process Simulator with a user friendly drag-and-drop graphical user interface and an underlying high performance simulation engine. (Software and Packages)
README
[](https://github.com/opsim/opsim/graphs/contributors)
[](../master/LICENSE)
[](https://travis-ci.org/opsim/opsim)
OpSim is an open source Chemical Engineering Process Simulator with a user friendly drag-and-drop graphical user interface and an underlying high performance simulation engine. OpSim is cross-platform and runs equally well on Linux, Windows and Macintosh computers.
## Binaries
If you would like to start using OpSim immediately please check out our [release](https://github.com/opsim/opsim/releases) page. There you will find a fully containing zipfile suited for your platform. Please [report](https://github.com/opsim/opsim/issues) any issues or ideas that you have to improve OpSim.## Building and installation
The following is a basic outline for compiling and installing OpSim...- To build you'll first need to setup a build environment. The procedure for this can vary depending on your OS so I'll only cover the high points...
- You'll need the [Free Pascal Compiler](https://freepascal.org/), version 3.0.4
- OpSim uses [pmake](https://github.com/daar/pmake) to build the sources
- Once you have a working build environment you can setup the build by creating a subfolder in the trunk (e.g. `build`) and running `pmake ..` for an out of source build
- OpSim is designed to require a minimum set of dependencies. As of now only the readily available [OpenGL](http://www.opengl.org) is required.
- You can now build OpSim by issuing `./make`
- To install OpSim, including all platform dependent libraries, scripts and other supporting files issue a `./make install`
- If all goes well OpSim will be compiled and installed on your machine