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
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.DataBase.Walls.WallBaseDataDefinition | wallRec | ||
| Geometry | |||
| Modelica.Units.SI.Area | A | Area | |
| Thermal | |||
| Modelica.Units.SI.Temperature[wallRec.n] | T_start | fill(Modelica.Units.Conversions.from_degC(16), wallRec.n) | Initial temperature |
| Dynamics › Equations | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | port_a | ||
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b | port_b |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor[wallRec.n] | heatCond_a | Heat conduction element (side a) | |
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor[wallRec.n] | cap | ||
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor[wallRec.n] | heatCond_b | Heat 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.