WOLFRAM SYSTEM MODELER

AverageTemperature

Averages the temperature in all the rooms

Diagram

Wolfram Language

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

Information

This model computes the average temperature of four heat ports, using temperature sensors and simple block components.

Connectors (5)

port1

Type: HeatPort_a

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

port2

Type: HeatPort_a

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

port3

Type: HeatPort_a

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

port4

Type: HeatPort_a

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

y

Type: RealOutput

Description: 'output Real' as connector

Components (8)

temperatureSensor4

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

temperatureSensor3

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

temperatureSensor2

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

temperatureSensor1

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

add1

Type: Add

Description: Output the sum of the two inputs

add2

Type: Add

Description: Output the sum of the two inputs

add3

Type: Add

Description: Output the sum of the two inputs

gain

Type: Gain

Description: Output the product of a gain value with the input signal

Used in Examples (1)

HouseHeatingScenario

IndustryExamples.Energy.HouseHeating

Example modeling heating of a complete house.