modelConditionalFixedHeatFlowSensor
HeatFlowSensor, conditional fixed temperature
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
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.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useFixedTemperature | Fixed temperature if true |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| HeatTransfer.Interfaces.HeatPort_a | port_a | ||
| HeatTransfer.Interfaces.HeatPort_b | port_b | ||
| Modelica.Blocks.Interfaces.RealOutput | Q_flow | Heat flow from port_a to port_b as output signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| HeatTransfer.Sensors.HeatFlowSensor | heatFlowSensor | ||
| HeatTransfer.Sources.FixedTemperature | fixedTemperature |