recordWallBaseDataDefinition
Wall base data definition
Extends from Modelica.Icons.Record (Icon for records).
Information
Overview
Wall BaseDataDefinition actually doesn't need predefined values and that is desirable to get errors thrown when using an unparameterised wall in a model.
Concept
Attention: The first
element in each vector represents the layer connected to
port_a(outside), the last element represents the layer
connected to port_b(surface facing the room).
References
Base data definition for record to be used in model Building.Components.Walls.BaseClasses.ConvNLayerClearanceStar
-
September 3, 2013 by Ole Odendahl:
Formatted documentation appropriately -
April 15, 2020 by Philipp Mehrfeld:
#752 Define n as length of vectors
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Wall › Wall parameters | |||
| Integer | n | 1 | Number of wall layers |
| Modelica.Units.SI.ThermalConductivity[n] | lambda | Thermal conductivity of wall layers | |
| Modelica.Units.SI.SpecificHeatCapacity[n] | c | Specific heat capacity of wall layers | |
| Modelica.Units.SI.Emissivity | eps | 0.95 | Emissivity of inner wall surface |
| Wall › Layer parameters | |||
| Modelica.Units.SI.Length[n] | d | Thickness of wall layers | |
| Modelica.Units.SI.Density[n] | rho | Density of wall layers | |