modelRelTemperatureSensor
Temperature difference sensor
Extends from FluidHeatFlow.Interfaces.RelativeSensorBase (Partial model of relative sensor without signal output).
Information
The RelTemperatureSensor measures the temperature difference between flowPort_a and flowPort_b.
Thermodynamic equations are defined by Interfaces.RelativeSensorBase.
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.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| FluidHeatFlow.Media.Medium | medium (from RelativeSensorBase) | FluidHeatFlow.Media.Medium() | Sensor's medium |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FluidHeatFlow.Interfaces.FlowPort_a | flowPort_a (from RelativeSensorBase) | ||
| FluidHeatFlow.Interfaces.FlowPort_b | flowPort_b (from RelativeSensorBase) | ||
| Modelica.Blocks.Interfaces.RealOutput | y | Temperature difference as output signal |