WOLFRAM SYSTEM MODELER

RoomTemp

A model of room temperature

Diagram

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Modeling.RoomTemp"]
Out[1]:=

Information

Wolfram Language Documentation Examples

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.

Connectors (3)

u

Type: RealInput

Description: Real input signal

w

Type: RealInput

Description: Real input signal

z

Type: RealOutput

Description: Real output signal

Components (12)

der_x1

Type: Integrator

Description: Output the integral of the input signal with optional reset

der_z

Type: Integrator

Description: Output the integral of the input signal with optional reset

K1

Type: Gain

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

K2

Type: Gain

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

K4

Type: Gain

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

K3

Type: Gain

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

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

add4

Type: Add

Description: Output the sum of the two inputs

add5

Type: Add

Description: Output the sum of the two inputs

add6

Type: Add

Description: Output the sum of the two inputs

Used in Examples (1)

RoomController

DocumentationExamples.Modeling

A model of controlled room temperature