modelBui
Base model
Extends from IDEAS.Templates.Interfaces.BaseClasses.Structure (Partial model for building structure models).
Information
Basic, most generic structure of the BesTest model. To be extended in other models.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_start (from Structure) | Medium.T_default | Operative zonal start temperatures |
| Integer | nZones (from Structure) | Number of conditioned thermal zones in the building | |
| Integer | nEmb (from Structure) | Number of embedded systems in the building | |
| Modelica.Units.SI.Area | ATrans (from Structure) | 100 | Transmission heat loss area of the residential unit |
| Modelica.Units.SI.Area | AZones (from Structure) | ones(nZones)*100 | Conditioned floor area of the zones |
| Modelica.Units.SI.Volume | VZones (from Structure) | AZones.*3 | Conditioned volume of the zones based on external dimensions |
| Modelica.Units.SI.Length | C (from Structure) | sum(VZones)/ATrans | Building compactness |
| Modelica.Units.SI.Power | Q_design (from Structure) | zeros(nZones) | Design heat loss of zones |
| Boolean | useFluPor (from Structure) | true | Set to false to remove fluid ports |
| Modelica.Units.SI.Angle | aO | 0 | Angle offset for detailed experiments |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPortCon (from Structure) | Internal zone nodes for convective heat gains | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPortRad (from Structure) | Internal zones node for radiative heat gains | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b | heatPortEmb (from Structure) | Construction nodes for heat gains by embedded layers | |
| Modelica.Blocks.Interfaces.RealOutput | TSensor (from Structure) | Sensor temperature of the zones | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b (from Structure) | ||
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from Structure) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IDEAS.BoundaryConditions.SimInfoManager | sim (from Structure) | Simulation information manager for climate data | |
| IDEAS.Buildings.Components.Zone | gF | ||
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | temperatureSensor | ||
| IDEAS.Buildings.Components.OuterWall | wall | ||
| IDEAS.Buildings.Components.BoundaryWall | floor | ||
| IDEAS.Buildings.Components.OuterWall | roof |
Revisions
-
November 18, 2020 by Filip Jorissen:
Revised n50 value such that it cancels outn50toAch. This is for #1081. -
March 17, 2020 by Filip Jorissen:
Revised fluid port connections to useportsinstead ofport_aandport_b. This is for #1029. -
March 8, 2017 by Filip Jorissen:
Added angle for offsetting building rotation. This is for #689. -
July 19, 2016 by Filip Jorissen:
First implementation