Skip to content

Commit 9278c44

Browse files
committed
update docs
1 parent 7f52cab commit 9278c44

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

How2STEAM

biosteam/units/aerated_bioreactor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ class AeratedBioreactor(AbstractStirredTankReactor):
7878
V_max :
7979
Maximum volume of a reactor [m3]. Defaults to 355.
8080
kW_per_m3 :
81-
Power usage of agitator. Defaults to 0.985 [kW / m3] converted from
82-
5 hp/1000 gal as in [1]_, for liquid–liquid reaction or extraction.
81+
Power usage of agitator. Defaults to 0.2955 [kW / m3] from [1]_.
8382
vessel_material :
8483
Vessel material. Defaults to 'Stainless steel 316'.
8584
vessel_type :

biosteam/units/anaerobic_bioreactor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ class AnaerobicBioreactor(AbstractStirredTankReactor):
4444
V_max :
4545
Maximum volume of a reactor [m3]. Defaults to 355.
4646
kW_per_m3 :
47-
Power usage of agitator. Defaults to 0.985 [kW / m3] converted from
48-
5 hp/1000 gal as in [1]_, for liquid–liquid reaction or extraction.
47+
Power usage of agitator. Defaults to 0.2955 [kW / m3] from [1]_.
4948
vessel_material :
5049
Vessel material. Defaults to 'Stainless steel 316'.
5150
vessel_type :

0 commit comments

Comments
 (0)