Ideal sensors to measure port properties
This package contains sensors:
Some of the sensors do not need access to medium properties for measuring, but it is necessary to define the medium in the connector (check of connections). Thermodynamic equations are defined in partial models (package Interfaces.Partials). All sensors are considered massless, they do not change mass flow or enthalpy flow.
Extends from Modelica.Icons.SensorsPackage (Icon for packages containing sensors).
Name | Description |
---|---|
PressureSensor | Absolute pressure sensor |
TemperatureSensor | Absolute temperature sensor |
RelPressureSensor | Pressure difference sensor |
RelTemperatureSensor | Temperature difference sensor |
MassFlowSensor | Mass flow sensor |
VolumeFlowSensor | Volume flow sensor |
EnthalpyFlowSensor | Enthalpy flow sensor |
Absolute pressure sensor
The PressureSensor measures the absolute pressure.
Thermodynamic equations are defined by Partials.AbsoluteSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.AbsoluteSensor (Partial model of absolute sensor).
Name | Description |
---|---|
medium | Sensor's medium |
Name | Description |
---|---|
flowPort |
Absolute temperature sensor
The TempreatureSensor measures the absolute temperature (Kelvin).
Thermodynamic equations are defined by Partials.AbsoluteSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.AbsoluteSensor (Partial model of absolute sensor).
Name | Description |
---|---|
medium | Sensor's medium |
Name | Description |
---|---|
flowPort |
Pressure difference sensor
The RelPressureSensor measures the pressure drop between flowPort_a and flowPort_b.
Thermodynamic equations are defined by Partials.RelativeSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.RelativeSensor (Partial model of relative sensor).
Name | Description |
---|---|
medium | Sensor's medium |
Name | Description |
---|---|
flowPort_a | |
flowPort_b |
Temperature difference sensor
The RelTemperatureSensor measures the temperature difference between flowPort_a and flowPort_b.
Thermodynamic equations are defined by Partials.RelativeSensor.
Note: Connected flowPorts have the same temperature (mixing temperature)! Since mixing my occur, the outlet temperature of a component may be different from the connector's temperature. Outlet temperature is defined by variable T of the corresponding component.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.RelativeSensor (Partial model of relative sensor).
Name | Description |
---|---|
medium | Sensor's medium |
Name | Description |
---|---|
flowPort_a | |
flowPort_b |
Mass flow sensor
The MassFlowSensor measures the mass flow rate.
Thermodynamic equations are defined by Partials.FlowSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.FlowSensor (Partial model of flow sensor).
Name | Description |
---|---|
medium | Medium in the component |
Initialization | |
V_flow | Volume flow a->b [m3/s] |
Name | Description |
---|---|
flowPort_a | |
flowPort_b |
Volume flow sensor
The VolumeFlowSensor measures the volume flow rate.
Thermodynamic equations are defined by Partials.FlowSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.FlowSensor (Partial model of flow sensor).
Name | Description |
---|---|
medium | Medium in the component |
Initialization | |
V_flow | Volume flow a->b [m3/s] |
Name | Description |
---|---|
flowPort_a | |
flowPort_b |
Enthalpy flow sensor
The EnthalpyFlowSensor measures the enthalpy flow rate.
Thermodynamic equations are defined by Partials.FlowSensor.
Extends from Modelica.Thermal.FluidHeatFlow.Interfaces.Partials.FlowSensor (Partial model of flow sensor).
Name | Description |
---|---|
medium | Medium in the component |
Initialization | |
V_flow | Volume flow a->b [m3/s] |
Name | Description |
---|---|
flowPort_a | |
flowPort_b |