Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a

Thermal port for 1-dim. heat transfer (filled rectangular icon)

Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a

Information

This connector is used for 1-dimensional heat flow between components. The variables in the connector are:

   T       Temperature in [Kelvin].
   Q_flow  Heat flow rate in [Watt].

According to the Modelica sign convention, a positive heat flow rate Q_flow is considered to flow into a component. This convention has to be used whenever this connector is used in a model class.

Note, that the two connector classes HeatPort_a and HeatPort_b are identical with the only exception of the different icon layout.

Extends from HeatPort (Thermal port for 1-dim. heat transfer).

Contents

TypeNameDescription
TemperatureTPort temperature [K]
flow HeatFlowRateQ_flowHeat flow rate (positive if flowing from outside into the component) [W]

Modelica definition

connector HeatPort_a "Thermal port for 1-dim. heat transfer (filled rectangular icon)" extends HeatPort; end HeatPort_a;

Modelica.Thermal.HeatTransfer.Interfaces.HeatPort

Thermal port for 1-dim. heat transfer

Information

Contents

TypeNameDescription
TemperatureTPort temperature [K]
flow HeatFlowRateQ_flowHeat flow rate (positive if flowing from outside into the component) [W]

Modelica definition

partial connector HeatPort "Thermal port for 1-dim. heat transfer" Modelica.SIunits.Temperature T "Port temperature"; flow Modelica.SIunits.HeatFlowRate Q_flow "Heat flow rate (positive if flowing from outside into the component)"; end HeatPort;

Automatically generated Mon Sep 11 16:11:56 2017.