Extends from Modelica.Icons.SensorsPackage
(Icon for packages containing sensors).
Name | Description |
---|---|
ConditionalFixedHeatFlowSensor | HeatFlowSensor, conditional fixed Temperature |
HeatFlowSensor | Heat flow rate sensor |
RelTemperatureSensor | Relative Temperature sensor |
TemperatureSensor | Absolute temperature sensor in Kelvin |
This is an ideal absolute temperature sensor which returns the temperature of the connected port in Kelvin as an output signal. The sensor itself has no thermal interaction with whatever it is connected to. Furthermore, no thermocouple-like lags are associated with this sensor model.
Type | Name | Description |
---|---|---|
output RealOutput | T | Absolute temperature as output signal |
HeatPort_a | port |   |
The relative temperature "port_a.T - port_b.T" is determined between the two ports of this component and is provided as output signal in Kelvin.
Extends from Modelica.Icons.TranslationalSensor
(Icon representing a linear measurement device).
Type | Name | Description |
---|---|---|
HeatPort_a | port_a |   |
HeatPort_b | port_b |   |
output RealOutput | T_rel | Relative temperature as output signal |
This model is capable of monitoring the heat flow rate flowing through this component. The sensed value of heat flow rate is the amount that passes through this sensor while keeping the temperature drop across the sensor zero. This is an ideal model so it does not absorb any energy and it has no direct effect on the thermal response of a system it is included in. The output signal is positive, if the heat flows from port_a to port_b.
Extends from Modelica.Icons.RotationalSensor
(Icon representing a round measurement device).
Type | Name | Description |
---|---|---|
output RealOutput | Q_flow | Heat flow from port_a to port_b as output signal |
HeatPort_a | port_a |   |
HeatPort_b | port_b |   |
If useFixedTemperature = false, this sensor acts just as a normal HeatFlowSensor.
If useFixedTemperature = true, it is assumed that the connections to both heatPorts of this sensor are conditionally removed; in this case, the measured Q_flow is reported = 0 automatically. To avoid a singular equation system, the temperature of the sensor is set to 293.15 K.
Extends from Modelica.Icons.RotationalSensor
(Icon representing a round measurement device).
Type | Name | Default | Description |
---|---|---|---|
Boolean | useFixedTemperature | Fixed Temperature if true |
Type | Name | Description |
---|---|---|
HeatPort_a | port_a |   |
HeatPort_b | port_b |   |
output RealOutput | Q_flow | Heat flow from port_a to port_b as output signal |
Generated 2018-12-12 12:14:34 EST by MapleSim.