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

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

Connectors (2)

port

Type: HeatPort_a

Description: Thermal port for 1-dim. heat transfer (filled rectangular icon)

y1

Type: BooleanOutput

Description: 'output Boolean' as connector

Components (3)

tempSensor

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

onOffController

Type: OnOffController

Description: On-off controller

reference

Type: Constant

Description: Generate constant signal of type Real

Used in Examples (1)

HouseHeatingScenario

IndustryExamples.Energy.HouseHeating

Example modeling heating of a complete house.