The Materialflow, Process, and Reactor classes contains several attributes and functions that appear to be unused in the code. Specifically, the following attributes and functions are in question:
For Materialflow:
mass_flowrate
density
volume
temperature
get_mass()
__eq__
__add__
For Process:
capacity
volume'
check_mass_conservation()
For Reactor:
The purpose and function of each of these attributes should be investigated, and a PR made that either removes or clarifies their purpose.
The
Materialflow,Process, andReactorclasses contains several attributes and functions that appear to be unused in the code. Specifically, the following attributes and functions are in question:For
Materialflow:mass_flowratedensityvolumetemperatureget_mass()__eq____add__For
Process:capacityvolume'check_mass_conservation()For
Reactor:mass_flowratevolumeThe purpose and function of each of these attributes should be investigated, and a PR made that either removes or clarifies their purpose.