modelStorageWall

Sandwich wall construction for heat storages

Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions), AixLib.Fluid.Storage.BaseClasses.StorageCover (Sandwich wall construction for heat storage cover).

Information

Overview

Model of a sandwich wall construction for a wall for heat storages.

Concept

The heat transfer is implemented consisting of the insulation material and the tank material. Only the material data is used for the calculation of losses. No additional losses are included.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.AreaAIns(D1 + 2*sWall)*Modelica.Constants.pi*height
Modelica.Units.SI.AreaAOutside(D1 + 2*(sWall + sIns))*Modelica.Constants.pi*height
Dynamics › Equations
Modelica.Fluid.Types.DynamicsenergyDynamics (from StorageCover)Modelica.Fluid.Types.Dynamics.DynamicFreeInitialType of energy balance: dynamic (3 initialization options) or steady state
Geometrical Parameters
Modelica.Units.SI.DiameterD1 (from StorageCover)1Inner tank diameter
Modelica.Units.SI.ThicknesssWall (from StorageCover)0.1Thickness of wall
Modelica.Units.SI.ThicknesssIns (from StorageCover)0.1Thickness of insulation
Modelica.Units.SI.AreaAWall (from StorageCover)D1^2/4*Modelica.Constants.piArea
Modelica.Units.SI.Lengthheight0.15Height of layer
Thermal properties
Modelica.Units.SI.ThermalConductivitylambdaWall (from StorageCover)50Thermal Conductivity of wall
Modelica.Units.SI.ThermalConductivitylambdaIns (from StorageCover)0.045Thermal Conductivity of insulation
Modelica.Units.SI.CoefficientOfHeatTransferhConIn (from StorageCover)2Convective heat transfer coefficient water <-> wall
Modelica.Units.SI.CoefficientOfHeatTransferhConOut (from StorageCover)2Convective heat transfer coefficient insulation <-> air
Initialization
Modelica.Units.SI.TemperatureTStartWall (from StorageCover)293.15Starting Temperature of wall in K
Modelica.Units.SI.TemperatureTStartIns (from StorageCover)293.15Starting Temperature of insulation in K
Material properties
Modelica.Units.SI.DensityrhoIns (from StorageCover)1600Density of insulation
Modelica.Units.SI.SpecificHeatCapacitycIns (from StorageCover)1000Specific heat capacity of insulation
Modelica.Units.SI.DensityrhoWall (from StorageCover)1600Density of Insulation
Modelica.Units.SI.SpecificHeatCapacitycWall (from StorageCover)1000Specific heat capacity of wall

Connectors

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aheatportInner (from StorageCover)Inner heat port
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aheatportOuter (from StorageCover)Outer heat port

Components

TypeNameDefaultDescription
AixLib.Utilities.HeatTransfer.HeatConvconvInside (from StorageCover)Inside heat convection
Modelica.Thermal.HeatTransfer.Components.ThermalConductorcondWall1 (from StorageCover)Heat conduction through first wall layer
Modelica.Thermal.HeatTransfer.Components.HeatCapacitorloadWall (from StorageCover)Heat capacity of wall
Modelica.Thermal.HeatTransfer.Components.ThermalConductorcondWall2 (from StorageCover)Heat conduction through second wall layer
Modelica.Thermal.HeatTransfer.Components.ThermalConductorcondIns1 (from StorageCover)Heat conduction through first insulation layer
Modelica.Thermal.HeatTransfer.Components.HeatCapacitorloadIns (from StorageCover)Heat capacity of insulation
Modelica.Thermal.HeatTransfer.Components.ThermalConductorcondIns2 (from StorageCover)Heat conduction through second insulation layer
AixLib.Utilities.HeatTransfer.HeatConvconvOutside (from StorageCover)Outside heat convection

Revisions

  • October 12, 2016  by Marcus Fuchs:
    Add comments and fix documentation
  • October 11, 2016  by Sebastian Stinner:
    Added to AixLib
  • March 25, 2015  by Ana Constantin:
    Uses components from MSL
  • October 2, 2013  by Ole Odendahl:
    Added documentation and formatted appropriately