carbatpy.models.components.flow_devices

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

FLUID

Classes

FlowDevice

Module Contents

class carbatpy.models.components.flow_devices.FlowDevice(inputs, outputs, flow_rates_in, mix=[], name='flow-device', **calc_parameters)[source]
carbatpy.models.components.flow_devices.FLUID = 'Propane * Pentane'[source]