modelSimpleNLayer

Wall consisting of n layers

Information

Overview

The SimpleNLayer model represents a simple wall, consisting of n different layers.

Concept

There is one inner and one outer HeatPort-connector to simulate one-dimensional heat transfer through the wall and heat storage within the wall.

Attention: The first element in each vector represents the layer connected to HeatPort_a, the last element represents the layer connected to HeatPort_b.

Parameters

TypeNameDefaultDescription
AixLib.DataBase.Walls.WallBaseDataDefinitionwallRec
Geometry
Modelica.Units.SI.AreaAArea
Thermal
Modelica.Units.SI.Temperature[wallRec.n]T_startfill(Modelica.Units.Conversions.from_degC(16), wallRec.n)Initial temperature
Dynamics › Equations
Modelica.Fluid.Types.DynamicsenergyDynamicsModelica.Fluid.Types.Dynamics.DynamicFreeInitialType of energy balance: dynamic (3 initialization options) or steady state

Connectors

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aport_a
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_bport_b

Components

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Components.ThermalConductor[wallRec.n]heatCond_aHeat conduction element (side a)
Modelica.Thermal.HeatTransfer.Components.HeatCapacitor[wallRec.n]cap
Modelica.Thermal.HeatTransfer.Components.ThermalConductor[wallRec.n]heatCond_bHeat conduction element (side b)

Revisions

  • April 23, 2020 by Philipp Mehrfeld:
    #891: Add energyDynamics. Apply T_start as vector. #752: Use only records.
  • Mai 19, 2014 by Ana Constantin:
    Uses components from MSL and respects the naming conventions
  • May 02, 2013 by Ole Odendahl:
    Formatted documentation appropriately
  • March 14, 2005 by Timo Haase:
    Implemented.