Package Modelica.​Thermal.​HeatTransfer.​Sensors
Thermal sensors

Information

Extends from Modelica.​Icons.​SensorsPackage (Icon for packages containing sensors).

Package Contents

NameDescription
ConditionalFixedHeatFlowSensorHeatFlowSensor, conditional fixed Temperature
HeatFlowSensorHeat flow rate sensor
RelTemperatureSensorRelative Temperature sensor
TemperatureSensorAbsolute temperature sensor in Kelvin

Model Modelica.​Thermal.​HeatTransfer.​Sensors.​TemperatureSensor
Absolute temperature sensor in Kelvin

Information

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.

Connectors

TypeNameDescription
output RealOutputTAbsolute temperature as output signal
HeatPort_aport 

Model Modelica.​Thermal.​HeatTransfer.​Sensors.​RelTemperatureSensor
Relative Temperature sensor

Information

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).

Connectors

TypeNameDescription
HeatPort_aport_a 
HeatPort_bport_b 
output RealOutputT_relRelative temperature as output signal

Model Modelica.​Thermal.​HeatTransfer.​Sensors.​HeatFlowSensor
Heat flow rate sensor

Information

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).

Connectors

TypeNameDescription
output RealOutputQ_flowHeat flow from port_a to port_b as output signal
HeatPort_aport_a 
HeatPort_bport_b 

Model Modelica.​Thermal.​HeatTransfer.​Sensors.​ConditionalFixedHeatFlowSensor
HeatFlowSensor, conditional fixed Temperature

Information

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).

Parameters

TypeNameDefaultDescription
BooleanuseFixedTemperature Fixed Temperature if true

Connectors

TypeNameDescription
HeatPort_aport_a 
HeatPort_bport_b 
output RealOutputQ_flowHeat flow from port_a to port_b as output signal