0% found this document useful (0 votes)
28 views

House Heating System: Zia Ul Hassan MATLAB Assignment 13-ME-01

This document describes a MATLAB simulation of a house heating system. The model includes a heater, thermostat, and representations of the house's inside air, walls, windows, and roof. Heat is exchanged between the house and environment through these elements. The heater turns on if the temperature falls below 18 degrees C and off above 23 degrees C. The simulation calculates indoor temperatures and heating costs over time. Sections explain the Simulink model, thermostat and house thermal workings, variables, and display the results in scopes.

Uploaded by

Zia Ul Hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

House Heating System: Zia Ul Hassan MATLAB Assignment 13-ME-01

This document describes a MATLAB simulation of a house heating system. The model includes a heater, thermostat, and representations of the house's inside air, walls, windows, and roof. Heat is exchanged between the house and environment through these elements. The heater turns on if the temperature falls below 18 degrees C and off above 23 degrees C. The simulation calculates indoor temperatures and heating costs over time. Sections explain the Simulink model, thermostat and house thermal workings, variables, and display the results in scopes.

Uploaded by

Zia Ul Hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Zia Ul Hassan

MATLAB Assignment

13-ME-01

House Heating System


This example shows how to model a simple house heating system. The model contains a heater,
thermostat, and a house structure with four parts: inside air, house walls, windows, and roof.
The house exchanges heat with the environment through its walls, windows, and roof. Each path
is simulated as a combination of a thermal convection, thermal conduction, and the thermal
mass. The heater starts pumping hot air if room temperature falls below 18 degrees C and is
turned off if the temperature exceeds 23 degrees C. The simulation calculates the heating cost
and indoor temperatures.
The manual switch allows you to investigate system behavior with the heating system turned off.

Simulink Modelling of House Heating System

Code of Thermostat Working

Zia Ul Hassan

MATLAB Assignment

Internal Working of Thermostat

Internal Working of House Thermal Working

13-ME-01

Zia Ul Hassan

MATLAB Assignment

13-ME-01

Variables Defined in Workspace

Heating Results: Temperatures and Cost of Heating in Scope


REFERENCE:
http://www.mathworks.com/help/physmod/simscape/examples/house-heating-system.html

You might also like