WOLFRAM SYSTEM MODELER

LivingRoom

Models the living room

Diagram

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Modeling.RoomHeating.Components.LivingRoom"]
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)

port

Type: HeatPort_a

Description: Connection to other rooms

heaterControl

Type: BooleanInput

Description: 'input Boolean' as connector

u1

Type: RealInput

Description: 'input Real' as connector

Components (7)

floor

Type: ThermalConductor

Description: Lumped thermal element transporting heat without storing it

roomInertia

Type: HeatCapacitor

Description: Lumped thermal element storing heat

groundTemperature

Type: FixedTemperature

Description: Fixed temperature boundary condition in degree Celsius

temperatureFromEnv

Type: PrescribedTemperature

Description: Variable temperature boundary condition in degCelsius

temperature

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

radiator

Type: HeatingCircuit

Description: Models a radiator

walls1

Type: Walls

Description: Models walls to the outside world

Used in Components (1)

Room

DocumentationExamples.Modeling.RoomHeating

Example modeling heating of a house