modelConditionalHeatPort
Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network
Information
This partial model provides a conditional heating port 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 temperature (the default for T = 20oC).
- If useHeatPort is set to true, a heat port is available.
If this model is used, the loss power has to be provided by an equation in the model which inherits from ConditionalHeatingPort model (lossPower = ...). As device temperature T_heatPort can be used to describe the influence of the device temperature on the model behaviour.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Losses and heat › HeatPort | |||
| Boolean | useHeatPort | false | = true, if HeatPort is enabled |
| SI.Temperature | T | 293.15 | Fixed device temperature if useHeatPort = false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPort |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Power | LossPower | Loss power leaving component via HeatPort | |
| SI.Temperature | T_heatPort | Temperature of HeatPort |
Revisions
- February 17, 2009
by Christoph Clauss
initially implemented