recordRadiatorBaseDataDefinition
Base Data Definition for Radiators
Extends from Modelica.Icons.Record (Icon for records).
Information
Overview
Basic data set for the definition of various radiator models. Values are described in the given table below.
Base data definition for record used with HVAC.Components.HeatExchanger.Radiator_ML
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Pressure | PressureDrop | Pressure drop coefficient, delta_p[Pa] = PD*m_flow[kg/s]^2 | |
| Modelica.Units.SI.Length | length | Length of radiator | |
| Modelica.Units.SI.Height | height | Height of radiator | |
| Geometry | |||
| Real | NominalPower | Nominal power of radiator per m at nominal temperatures | |
| Modelica.Units.SI.Temperature[3] | RT_nom | Nominal temperatures (Tin, Tout, Tair) according to DIN-EN 442. | |
| Real | Exponent | Radiator exponent | |
| Real | VolumeWater | Water volume inside radiator per m | |
| Real | MassSteel | Material mass of radiator per m | |
| AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes.RadiatorType | Type | Type of radiator | |
| Material | |||
| Modelica.Units.SI.Density | DensitySteel | 7900 | Specific density of steel |
| Modelica.Units.SI.SpecificHeatCapacity | CapacitySteel | 551 | Specific heat capacity of steel |
| Modelica.Units.SI.ThermalConductivity | LambdaSteel | 60 | Thermal conductivity of steel |
Revisions
-
April, 2016 by Peter Remmen:
Moved from SVN to AixLib -
August 13, 2013 by Ole Odendahl:
Added documentation and formatted appropriately