modelLightsRelToMaxValue
Multiplies relative input with max value (heat flow due to lighting in W)
Extends from BaseClasses.PartialInternalGain (Partial model to build a heat source with convective and radiative component).
Information
Overview
Heat source with convective and radiative component. The load is determined by a relative input which is multiplied with a maximal power.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | ratioConv (from PartialInternalGain) | 0.6 | Ratio convective to total heat release |
| Modelica.Units.SI.Emissivity | emissivity (from PartialInternalGain) | 0.95 | Emissivity of radiative heat source surface |
| Modelica.Units.SI.HeatFlowRate | maxHeatFlowAbsolute | Maximal absolute heat flow due to lighting | |
| Modelica.Units.SI.Area | areaSurfaceLightsTotal | 0.001*maxHeatFlowAbsolute | Surface of all lights in the room |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | uRel (from PartialInternalGain) | Relative input related to max. value (might be a ratio related to number of people [-] or room area and specific heat flow [W/m2] or maximal heat flow [W] | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | convHeat (from PartialInternalGain) | Convective heat flow connector | |
| AixLib.Utilities.Interfaces.RadPort | radHeat (from PartialInternalGain) | Radiative heat flow connector |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | convectiveHeat (from PartialInternalGain) | ||
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | radiativeHeat (from PartialInternalGain) | ||
| AixLib.Utilities.HeatTransfer.HeatToRad | radConvertor (from PartialInternalGain) | Adaptor for approximative longwave radiation exchange with surface area | |
| Modelica.Blocks.Math.Gain | gain (from PartialInternalGain) | ||
| Modelica.Blocks.Math.Gain | gainSurfaces (from PartialInternalGain) | ||
| Modelica.Blocks.Nonlinear.Limiter | limiter (from PartialInternalGain) |
Revisions
-
March 30, 2020 by Philipp Mehrfeld:
#886: Summarize models to partial model. Make all models dependant from a relative input 0..1. Many refactorings. -
October 21, 2014 by Ana Constantin:
Added a lower positive limit to the surface area, so it will not lead to a division by zero -
Mai 19, 2014 by Ana Constantin:
Uses components from MSL and respects the naming conventions -
May 07, 2013 by Ole Odendahl:
Added documentation and formatted appropriately