mikeio1d icon indicating copy to clipboard operation
mikeio1d copied to clipboard

Feature/derived quantities

Open ryan-kipawa opened this issue 1 year ago • 2 comments

ryan-kipawa avatar Feb 06 '24 13:02 ryan-kipawa

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.

ryan-kipawa avatar Sep 18 '24 12:09 ryan-kipawa

@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

ryan-kipawa avatar Oct 07 '24 13:10 ryan-kipawa