modelSimpleHouse0
Start file for simple house example
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model is used as the starting point for the
Buildings.Examples.Tutorial.SimpleHouse
tutorial.
It contains a weather data reader and a PrescribedTemperature component
that allows the user to connect thermal components to the dry bulb temperature.
It was based on from the Modelica crash course organised by KU Leuven
(https://github.com/open-ideas/__CrashCourse__).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | AWall | 100 | Wall area |
| Modelica.Units.SI.Length | dWall | 0.25 | Wall thickness |
| Modelica.Units.SI.ThermalConductivity | kWall | 0.04 | Wall thermal conductivity |
| Modelica.Units.SI.Density | rhoWall | 2000 | Wall density |
| Modelica.Units.SI.SpecificHeatCapacity | cpWall | 1000 | Wall specific heat capacity |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data reader | |
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TOut | Exterior temperature boundary condition |
Contents
| Name | Description |
|---|---|
| Medium model for air | |
| Medium model for water |
Revisions
-
September 4, 2023, by Jelger Jansen:
Replace IDEAS by Buildings models and general revision/update of the model. -
October 11, 2016, by Filip Jorissen:
First implementation.