bio_rtd.uo.special_uo¶
ComboUO¶
-
class
bio_rtd.uo.special_uo.ComboUO(t, sub_uo_list, uo_id, gui_title='ComboUO')[source]¶ Bases:
bio_rtd.core.UnitOperationA class that can hold a list of unit subsequent operation and present them as one
-
get_result()¶ Returns existing flow rate and concentration profiles.
- Return type
Tuple[ndarray,ndarray]- Returns
f_out – Outlet flow rate profile.
c_out – Outlet concentration profile.
-
property
log¶ Logger.
If logger is not set, then a DefaultLogger is instantiated. Setter also plants a data tree into passed logger.
- Return type
-