Home - LorinczMate1990/FluidControlSim GitHub Wiki

Welcome to the FluidControlSim wiki!

If you are interested in this project, please, read my future development plan.

The main goal of this project is to provide a simple, modular sandbox for testing different kind of industrial control algorithms or equipment.

It contains a small core library which imitates the behavior of tanks, pipes, valves and pumps. The simulation is based on real models but they aren't validated so they can't be used to design reallife industrial applications.

This core lib is hidden under an abstract facade class which has more descendants providing local and remote control.

In this wiki, users can find the documentations, tutorials and plans for the future.

The program was written in Python 2.7.12 and it can't run with Python 3, yet.