Machine#
- class qsdsan.equipments.Machine(ID=None, linked_unit=None, units={'Number of machines': ''}, F_BM=1.0, lifetime=10000, lifetime_unit='hr', N=0, unit_cost=0.1)#
Supplementary machines to be used in an electrochemical process. Refer to the example in
ElectroChemCell
for how to use this class.- Parameters:
N (int) – Number of units of the given machine.
unit_cost (float) – Unit cost of the machine
See also
ElectroChemCell
- property N#
[int] Number of units of the machine.