mikeio1d
mikeio1d copied to clipboard
Feature/derived quantities
The basic structure and functionality is complete:
- Derived quantities work with nearly the same API as if they were real quantities
- A set of default derived quantities is provided (complete for collection systems, WD needs additions)
- Possibility for users to extend with their own derived quantities.
I suggest any further work (i.e. additional default derived quantities) be in another PR.
@gedaskir I removed the DerivedQuantityManager to simplify it a bit. Now derived quantities ultimately live on Res1D as a list, and are propagated through the network with add/remove methods