fossilfree / numerous

Numerous - an object-oriented modelling and simulation engine.
https://numerous.com
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Enbale/Disable Equation on Item level before assembly #71

Closed artem-chupryna closed 2 years ago

artem-chupryna commented 3 years ago

It should be possible for created Item to have the equation disabled from computations. In large models, it can be necessary to ignore specific items during computation.

  1. Add a field to namespace "disable:bool"
  2. If disable is True we should not add an equation to equation_dict inside model.py Variables should still be processed as before according to their mappings.