Skip to content

Commit bf7ec66

Browse files
committed
maybe fix rendering issue
1 parent c9cc054 commit bf7ec66

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

biosteam/units/abstract_stirred_tank_reactor.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
The reactor is designed as a pressure vessel with a given aspect ratio and
3636
residence time. A pump-heat exchanger recirculation loop can be used to satisfy
3737
the duty, if any. By default, a turbine agitator is also included if the
38-
power usage,`kW_per_m3` , is positive. A vacuum system is also
38+
power usage, `kW_per_m3`, is positive. A vacuum system is also
3939
automatically added if the operating pressure is at a vacuum.
4040
'''[1:-1]
4141

@@ -50,7 +50,7 @@
5050
Fraction of working volume over total volume. Defaults to 0.8.
5151
V_max :
5252
Maximum volume of a reactor [m3]. Defaults to 355.
53-
kW_per_m3:
53+
kW_per_m3 :
5454
Power usage of agitator. Defaults to 0.985 [kW / m3] converted from
5555
5 hp/1000 gal as in [1]_, for liquid–liquid reaction or extraction.
5656
vessel_material :
@@ -64,10 +64,9 @@
6464
Cleaning and unloading time (if batch mode). Defaults to 3 hr.
6565
N_reactors :
6666
Number of reactors.
67-
heat_exchanger_configuration:
67+
heat_exchanger_configuration :
6868
What kind of heat exchanger to default to (if any). Valid options include
69-
'jacketed', 'recirculation loop', and 'internal coil'.
70-
Defaults to 'recirculation loop'.
69+
'jacketed', 'recirculation loop', and 'internal coil'. Defaults to 'recirculation loop'.
7170
dT_hx_loop :
7271
Maximum change in temperature for the heat exchanger loop. Defaults to 5 K.
7372
jacket_annular_diameter :

biosteam/units/aerated_bioreactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class AeratedBioreactor(AbstractStirredTankReactor):
5656
`biosteam.aeration.kLa_methods`.
5757
For stirred tanks, defaults to the 'Riet'.
5858
For bubble columns, defaults to 'Dewes'.
59-
kLa_kwargs:
59+
kLa_kwargs :
6060
Additional arguments to pass to the kLa method.
6161
cooler_pressure_drop :
6262
Pressure drop at the cooler [Pa]. Defaults to 20684.28 Pa,

0 commit comments

Comments
 (0)