modelPartialConstruction
Partial model for multi-layer constructions
Extends from Buildings.BaseClasses.BaseIcon (Base icon).
Information
Partial model for constructions and multi-layer heat conductors.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | layers | Construction definition from Data.OpaqueConstructions | |
| Integer | nLay | size(layers.material, 1) | Number of layers |
| Integer[nLay] | nSta | {layers.material[i].nSta for i in 1:nLay} | Number of states |
| Initialization | |||
| Boolean | steadyStateInitial | false | =true initializes dT(0)/dt=0, false initializes T(0) at fixed temperature using T_a_start and T_b_start |
| Modelica.Units.SI.Temperature | T_a_start | 293.15 | Initial temperature at port_a, used if steadyStateInitial = false |
| Modelica.Units.SI.Temperature | T_b_start | 293.15 | Initial temperature at port_b, used if steadyStateInitial = false |
Revisions
-
November 8, 2016, by Michael Wetter:
Removed parameterAas it is already declared in Buildings.HeatTransfer.Conduction.BaseClasses.PartialConductor which is often used with this class. -
March 13, 2015, by Michael Wetter:
Changed assignment ofnLayto avoid a translation error in OpenModelica. -
August 12, 2014, by Michael Wetter:
Added missingeachkeyword inminattribute ofnSta. -
May 30, 2014, by Michael Wetter:
Removed undesirable annotationEvaluate=true. -
March 6 2010, by Michael Wetter:
First implementation.