Dear BioSTEAM team,
I don't quite understand how the AeratedBioreactor class handles installation factors.
When I create one (say as R1) and check the installation factors (R1.F_BM), a dictionary is returned that doesn't include installation factors for compressors, coolers, etc.:
{'Horizontal pressure vessel': 3.05,
'Vertical pressure vessel': 4.16,
'Horizontal pressure vessel (jacketed)': 3.05,
'Vertical pressure vessel (jacketed)': 4.16,
'Platform and ladders': 1.0}
When checking R1.installed_cost / R1.purchase_cost a factor of 2.1 is returned. I briefly checked the source code but don't quite get how installed cost is actually calculated. Could you elaborate?
Thanks a lot!
Best,
M
Dear BioSTEAM team,
I don't quite understand how the AeratedBioreactor class handles installation factors.
When I create one (say as
R1) and check the installation factors (R1.F_BM), a dictionary is returned that doesn't include installation factors for compressors, coolers, etc.:When checking
R1.installed_cost / R1.purchase_costa factor of 2.1 is returned. I briefly checked the source code but don't quite get how installed cost is actually calculated. Could you elaborate?Thanks a lot!
Best,
M