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

TypeNameDefaultDescription
Modelica.Units.SI.AreaAWall100Wall area
Modelica.Units.SI.LengthdWall0.25Wall thickness
Modelica.Units.SI.ThermalConductivitykWall0.04Wall thermal conductivity
Modelica.Units.SI.DensityrhoWall2000Wall density
Modelica.Units.SI.SpecificHeatCapacitycpWall1000Wall specific heat capacity

Connectors

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.BusweaBusWeather data bus

Components

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDatWeather data reader
Buildings.HeatTransfer.Sources.PrescribedTemperatureTOutExterior temperature boundary condition

Contents

NameDescription
MediumAirMedium model for air
MediumWaterMedium 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.