modelPseudoRadiator
Information
Overview
This model emulates the behaviour of n identical radiators.
Level of Development
Concept
The PseudoRadiator is a component of the MultiRadiator
The PseudoRadiator has three functions:
- It acts as a vessel for a part of the heat medium flow entering the MultiRadiator model;
- It prescribes a convective and radiative heat into the environment of the MultiRadiator;
- It acts as a source of heat medium leaving the MultiRadiator.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | therm | Port connecting the source of convective heat and the environment | |
| AixLib.Utilities.Interfaces.RadPort | star | Port connecting the source of radiative heat and the environment | |
| Interfaces.EnthalpyPort_a[n] | enthalpyPort_a | Input port of the pseudo-radiator. Acts as a sink of heat medium | |
| Interfaces.EnthalpyPort_b[n] | enthalpyPort_b | Output port of the pseudo-radiator. Acts as a source of heat medium | |
| Modelica.Blocks.Interfaces.RealInput | dotQ_conv | Prescribed convective heat into the environment | |
| Modelica.Blocks.Interfaces.RealInput | dotQ_rad | Prescribed radiative heat into the environment |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | prescribedConvHeatFlow | Source for the convective heat produced by the pseudo-radiator | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | prescribedRadHeatFlow | Source for the radiative heat produced by the pseudo-radiator |
Revisions
-
April 13, 2017 Tobias Blacha:
Moved into AixLib -
February 22, 2014 by Nicolás Chang:
Implemented.