carbatpy.models.components.flow_devices ======================================= .. py:module:: carbatpy.models.components.flow_devices .. autoapi-nested-parse:: Started a class for flow devices, especially mixing chambers, but could also be used for heat exchangers or machines? at the moment, the only device is for adiabtaic mixing, but also of fluid mixtures of different compounds and composition. ouputs as dictionary (state variables to be fixed?) inputs=list of states (Fluid) mix = list of 2 lists [[input 1(number), input 2 (number)], [output (number? or different?)]] Created on Fri May 31 15:16:09 2024 @author: atakan Attributes ---------- .. autoapisummary:: carbatpy.models.components.flow_devices.FLUID Classes ------- .. autoapisummary:: carbatpy.models.components.flow_devices.FlowDevice Module Contents --------------- .. py:class:: FlowDevice(inputs, outputs, flow_rates_in, mix=[], name='flow-device', **calc_parameters) .. py:data:: FLUID :value: 'Propane * Pentane'