OpenProcessSim has been developed using Xcode on a Mac.
It has been compiled and tested using clang version 12.0.5 on x86_64-apple-darwin20.3.0 so should be okay with g++ on Linux and with Windows 10 using cygwin-3.2.0, gcc version 10.2.0
Install and execute OpenProcessSim using the following procedure.
Description
Shell Commands
Extract ops.tar.gz
Open a terminal window, navigate to the folder you saved tt10-001.tar.gz to and expand the file using the command
$ tar -xvzf ops.tar.gz
Go to the build folder
$ cd ops/build
Build the executable
$ make
Go to the run folder, which contains the sub-folder model and the model configuration data file, data.txt
$ cd ../run
Use your favourite text editor to view and edit model/data.txt with the required flow values for streams A to E
$ vim model/data.txt
Run the simulation
$ ../build/ops
Use your favourite text editor to view the calculated values for all the streams in the results file, model/output.txt
$ vim model/output.txt
Frequently Asked Questions
If you have a question please e-mail to me identifying that it is about OpenProcessSim Release 0.
Bug-Reports
If you suspect a bug please e-mail a description being sure to identify that the bug report is about OpenProcessSim Release 0 and include as much detail as possible; including a simple example application is always helpful! But make sure it does not contain proprietary or confidential information.