WOLFRAM SYSTEM MODELER

RoomBase

A model of a generic room

Diagram

Wolfram Language

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

Information

This models a generic room, with walls facing outside, a heat capacitor modeling the heat inertia in the room, a radiator heating the room, and floors connecting to the ground.

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: 30

Type: Volume (m³)

Description: Volume of the room

furnitureMass

Value: 200

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

Extended by (4)

Kitchen

IndustryExamples.Energy.HouseHeating.Components

Models the kitchen

LivingRoom

IndustryExamples.Energy.HouseHeating.Components

Models the living room

Bedroom

IndustryExamples.Energy.HouseHeating.Components

Models the bedroom

Study

IndustryExamples.Energy.HouseHeating.Components

Models the study