WOLFRAM SYSTEM MODELER

SideWall

Wall with window component

Diagram

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Simulation.RoomHeating.Components.Walls.SideWall"]
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.

Parameters (14)

areaOfWall

Value: 16

Type: Real (m²)

Description: Area of the wall (wallWithConvection1.areaOfWall)

h_External

Value: 40

Type: Real (W/(m²⋅K))

Description: Heat transfer coefficient of the outside surface (wallWithConvection1.h_External)

h_Internal

Value: 10

Type: Real (W/(m²⋅K))

Description: Heat transfer coefficient of the inside surface (wallWithConvection1.h_Internal)

perimeter

Value: 7.2

Type: Real (m)

Description: perimeter of the window (windowModel1.perimeter)

linearTransmittance

Value: 0.06

Type: Real (W/(m⋅K))

Description: Transmittance along the window frame (windowModel1.linearTransmittance)

windowArea

Value: 1.20

Type: Real (m²)

Description: Total area of window including frame (windowModel1.windowArea)

glassSurfaceIndex

Value: 0.8

Type: Real

Description: Ratio of glass suface to the total window area (windowModel1.glassSurfaceIndex)

frameSurfaceIndex

Value: 0.2

Type: Real

Description: Ratio of frame to the total window area (windowModel1.frameSurfaceIndex)

glassTransmittivity

Value: 1.6

Type: Real (W/(m²⋅K))

Description: Thermal transmittivity across the glass (windowModel1.glassTransmittivity)

frameTransmittivity

Value: 1.8

Type: Real (W/(m²⋅K))

Description: Thermal transmittivity across the frame (windowModel1.frameTransmittivity)

solarIrradiation

Value: 36.1

Type: Real (W/m²)

Description: Solar radiation passing through the window (windowModel1.solarIrradiation)

roomVolume

Value: 5

Type: Real (m³)

Description: Volume of the room (windowModel1.roomVolume)

timeForAirExchange

Value: 3600

Type: Real (s)

Description: Time to remove air whose quantity is equal to the room's volume (windowModel1.timeForAirExchange)

G

Value: 0.8

Type: Real

Description: Optical coefficient of overall transmittance of the window (window.G)

Connectors (2)

solid

Type: HeatPort_a

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

fluid

Type: HeatPort_b

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

Components (2)

window

Type: Window

Description: Thermal model of window with heat transfer by solar radiation, ventilation and conduction

wallWithConvection

Type: WallWithConvection

Description: Wall with heat transfer by conduction and convection

Used in Components (1)

Room

DocumentationExamples.Simulation.RoomHeating.Components.Rooms

Thermal room model