modelTwinhouseN2
Twinhouse N2 - Model Based on Excel autogenerated
Extends from IDEAS.Examples.TwinHouses.Interfaces.PartialTTHStructure (Partial Model Based on Excel autogenerated).
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 |
| Boolean | includeTB (from PartialTTHStructure) | false | optional extension of model to include thermal bridges |
| Boolean | includeAirCoup (from PartialTTHStructure) | false | optional extension of model to include increased air coupling |
| Integer | exp (from PartialTTHStructure) | 1 | Experiment number: 1 or 2 |
| Integer | bui (from PartialTTHStructure) | 1 | Building number 1 (N2), 2 (O5) |
| String | filename (from PartialTTHStructure) | if exp == 1 and bui == 1 then "BCTwinHouseN2Exp1.txt" elseif exp == 2 and bui == 1 then "BCTwinHouseN2Exp2.txt" else "BCTwinHouseO5.txt" | |
| String | dirPath (from PartialTTHStructure) | Modelica.Utilities.Files.loadResource("modelica://IDEAS/Resources/measurements/") |
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) | ||
| Buildings.Components.Interfaces.WeaBus | weaBus (from PartialTTHStructure) |
Components
Revisions
-
May 5, 2022, by Filip Jorissen:
Using an equation instead of a connection for defining TSensor for #1265. -
November 21, 2020, by Filip Jorissen:
Usingportsinstead ofport_aandport_b.