modelFixedHeatFlow
Fixed heat flow boundary condition
Information
This model allows a specified amount of heat flow rate to be "injected" into a thermal system at a given port. The constant amount of heat flow rate Q_flow is given as a parameter. The heat flows into the component to which the component FixedHeatFlow is connected, if parameter Q_flow is positive.
This model is identical to
Modelica.Thermal.HeatTransfer.Sources.FixedHeatFlow, except that
the parameters alpha and T_ref have
been deleted as these can cause division by zero in some fluid flow models.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | Q_flow | Fixed heat flow rate at port |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b | port |
Revisions
-
March 29 2011, by Michael Wetter:
First implementation based on Modelica.Thermal.HeatTransfer.Sources.FixedHeatFlow.