modelConditionalHeatPort
Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network
Information
This partial model provides conditional heat ports for the connection to a thermal network.
- If useHeatPort is set to false (default), no heat port is available, and the thermal loss power flows internally to the ground. In this case, the parameter T specifies the fixed device temperatures.
- If useHeatPort is set to true, all heat ports are available.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | mh | 3 | Number of heatPorts=number of phases |
| Boolean | useHeatPort | false | = true, if all heat ports are enabled |
| SI.Temperature[mh] | T | fill(293.15, mh) | Fixed device temperatures if useHeatPort = false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a[mh] | heatPort | Conditional heat ports |
Revisions
- August 26, 2009 by Anton Haumer initially implemented