File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535The reactor is designed as a pressure vessel with a given aspect ratio and
3636residence time. A pump-heat exchanger recirculation loop can be used to satisfy
3737the 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
3939automatically added if the operating pressure is at a vacuum.
4040''' [1 :- 1 ]
4141
5050 Fraction of working volume over total volume. Defaults to 0.8.
5151V_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.
5656vessel_material :
6464 Cleaning and unloading time (if batch mode). Defaults to 3 hr.
6565N_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'.
7170dT_hx_loop :
7271 Maximum change in temperature for the heat exchanger loop. Defaults to 5 K.
7372jacket_annular_diameter :
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments