WOLFRAM SYSTEM MODELER

LivingRoom

Models the living room

Diagram

Wolfram Language

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

Information

This models the living room. It is a thin layer on top of the extended RoomBase model.

Parameters (5)

power

Value: 1500

Type: Power (W)

Description: Radiator power output

roomHeatCapacity

Value: furnitureMassHeatCapacity * furnitureMass + roomVolume * roomVolumetricHeatCapacity

Type: HeatCapacity (J/K)

Description: Heat capacity of the room

roomVolume

Value: 50

Type: Volume (m³)

Description: Volume of the room

furnitureMass

Value: 300

Type: Mass (kg)

Description: Mass of furniture in the room

A

Value: 50

Type: Area (m²)

Description: Total wall heat transfer area

Connectors (3)

port

Type: HeatPort_a

Description: Connection to other rooms

heaterControl

Type: BooleanInput

Description: 'input Boolean' as connector

u

Type: RealInput

Description: 'input Real' as connector

Components (7)

floorConduction

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

walls

Type: Walls

Description: Models walls to the outside world

Used in Examples (1)

HouseHeatingScenario

IndustryExamples.Energy.HouseHeating

Example modeling heating of a complete house.