WOLFRAM SYSTEM MODELER

Thermostat

Models a thermostat switching heating on and off

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.Energy.HouseHeating.Components.Thermostat"]
Out[1]:=

Information

 

House Heating: Thermostat

 

Description

This models a thermostat, which turns heating on or off depending on the measured temperature and a reference temperature.

View the model diagram for this model.

 

Connectors (2)

port

Type: HeatPort_a

y1

Type: BooleanOutput

Components (3)

tempSensor

Type: TemperatureSensor

onOffController

Type: OnOffController

reference

Type: Constant

Used in Examples (1)

HouseHeatingScenario

IndustryExamples.Energy.HouseHeating

Example modeling heating of a complete house.