utopia.helpers ============== .. py:module:: utopia.helpers Functions --------- .. autoapisummary:: utopia.helpers.generate_fsd_matrix utopia.helpers.mass_to_num utopia.helpers.num_to_mass utopia.helpers.handle_value utopia.helpers.sum_column_values utopia.helpers.process_flows utopia.helpers.process_flows_comp Module Contents --------------- .. py:function:: generate_fsd_matrix(FI) .. py:function:: mass_to_num(mass_g, volume_m3, density_kg_m3) .. py:function:: num_to_mass(number, volume_m3, density_kg_m3) .. py:function:: handle_value(value) .. py:function:: sum_column_values(column) .. py:function:: process_flows(compartment, size_fraction, mp_form, flow_type, flows_dict) Process flows (inflows or outflows) for a given compartment, size fraction, and MP form. .. py:function:: process_flows_comp(compartment, flow_type, flows_dict) Process flows (inflows or outflows) for a given compartment, this means the heteroaggregation and biofouling processess should not be included