RemDelaporteMathurin / system_code

Tritium Fuel Cycle modelling
MIT License
2 stars 0 forks source link

Add a trapping convenience method #32

Closed RemDelaporteMathurin closed 1 year ago

RemDelaporteMathurin commented 1 year ago

The usage would be:


B = Box("B", volume=1)

B.add_trap(k=1, p=1, n=2, volume=3)

Ideally, the system should know that the total inventory of component B is the sum of mobile and trapped

Pinging @SamueleMeschini to keep track of things

RemDelaporteMathurin commented 1 year ago

Fixed in #35