modelPartialInternalGain

Partial model to build a heat source with convective and radiative component

Information

Overview

Partial model to build a heat source with convective and radiative components. The parameter ratioConv determines the share of convective heat. The input is always a relativ input between 0..1.

Assumptions

The surface for radiation exchange is computed from the area of the emitting component. For more information see AixLib.Utilities.HeatTransfer.HeatToRad

An input of 0 leads to a surface area of zero and, thus, to division by zero. For this reason a limitiation for the surface has been intoduced.

Parameters

TypeNameDefaultDescription
RealratioConv0.6Ratio convective to total heat release
Modelica.Units.SI.Emissivityemissivity0.95Emissivity of radiative heat source surface

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuRelRelative 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_aconvHeatConvective heat flow connector
AixLib.Utilities.Interfaces.RadPortradHeatRadiative heat flow connector

Components

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowconvectiveHeat
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowradiativeHeat
AixLib.Utilities.HeatTransfer.HeatToRadradConvertorAdaptor for approximative longwave radiation exchange with surface area
Modelica.Blocks.Math.Gaingain
Modelica.Blocks.Math.GaingainSurfaces
Modelica.Blocks.Nonlinear.Limiterlimiter

Revisions

  • March 26, 202020  by Philipp Mehrfeld:
    #886 refactor input schedule and other components.
  • Mai 19, 2014  by Ana Constantin:
    Uses components from MSL and respects the naming conventions
  • May 02, 2013  by Ole Odendahl:
    Formatted documentation appropriately
  • April 30, 2012 by Peter Matthes:
    implemented partial model for heat sources to work with Ana's models.
  • August 10, 2011 by Ana Constantin:
    implemented