ladybug-tools / butterfly

:butterfly: A light python API for creating and running OpenFoam cases for CFD simulation.
http://ladybug-tools.github.io/butterfly.html
GNU General Public License v3.0
249 stars 72 forks source link

Subclass runmanagers from a base class #376

Open mostaphaRoudsari opened 5 years ago

mostaphaRoudsari commented 5 years ago

Right now there are two of them with a number of duplicated methods. Also both of them need to be reviewed and simplified. It can be useful to have a clean example of how to write new runmanagers for butterfly!