Connector ========= The purpose of the **Connector class** is to link components between each other. There are three different types of connectors that represent different types of energy transfer within the system: - **Mass Connector**: energy transfer in the form of mass flow (:math:`\dot{m} \cdot h`). - **Heat Connector**: energy transfer in the form of heat flow (:math:`\dot{Q}`). - **Work Connector**: energy transfer in the form of work flow (:math:`\dot{W}`). .. image:: ../../../figures/connector/connectors.png :alt: Connectors description. :width: 100% Example ------- Consider a compressor connected to a motor. The compressor is connected with connectors: .. raw:: html
.. image:: ../../../figures/connector/compressor_example.png :alt: Connectors for a compressor model. :width: 70% .. raw:: html .. raw:: html
.. toctree:: :maxdepth: 1 :caption: Contents: mass_connector/mass_connector_doc heat_connector/heat_connector_doc work_connector/work_connector_doc