modelLightsAreaSpecific

Heat flow due to lighting relative to room area and specific lighting power

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 multiplying a schedule (input 0..1) and a specific thermal power and the room's area.

Parameters

TypeNameDefaultDescription
RealratioConv (from PartialInternalGain)0.6Ratio convective to total heat release
Modelica.Units.SI.Emissivityemissivity (from PartialInternalGain)0.95Emissivity of radiative heat source surface
Modelica.Units.SI.ArearoomAreaArea of room
ReallightingPowerRoomAreaSpecific10Lighting power per square meter room
Modelica.Units.SI.AreaareaSurfaceLightsTotal0.01*roomAreaSurface of all lights in the room

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuRel (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_aconvHeat (from PartialInternalGain)Convective heat flow connector
AixLib.Utilities.Interfaces.RadPortradHeat (from PartialInternalGain)Radiative heat flow connector

Components

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowconvectiveHeat (from PartialInternalGain)
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowradiativeHeat (from PartialInternalGain)
AixLib.Utilities.HeatTransfer.HeatToRadradConvertor (from PartialInternalGain)Adaptor for approximative longwave radiation exchange with surface area
Modelica.Blocks.Math.Gaingain (from PartialInternalGain)
Modelica.Blocks.Math.GaingainSurfaces (from PartialInternalGain)
Modelica.Blocks.Nonlinear.Limiterlimiter (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