WOLFRAM SYSTEM MODELER

WallWithConvection

Wall with heat transfer by conduction and convection

Diagram

Wolfram Language

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

areaOfWall

Value: 0.8 * 12

Type: Real (m²)

Description: Area of the wall

lengthFirstLayer

Value: 0.004

Type: Real (m)

Description: Length of the first layer

lengthSecondLayer

Value: 0.1

Type: Real (m)

Description: Length of the second layer

lengthThirdLayer

Value: 0.004

Type: Real (m)

Description: Length of the third layer

conductivityFirstLayer

Value: 0.07

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

Description: Thermal conductivity of the first layer

conductivitySecondLayer

Value: 0.3

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

Description: Thermal conductivity of the second layer

conductivityThirdLayer

Value: 0.07

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

Description: Thermal conductivity of the third layer

externalTemp

Value: -10

Type: Real (°C)

Description: Temperature of the outside environment

internalTemp

Value: 20

Type: Real (°C)

Description: Temperature of the inside environment

h_External

Value: 40

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

Description: Heat transfer coefficient of the outside surface

h_Internal

Value: 10

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

Description: Heat transfer coefficient of the inside surface

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 (11)

layer1

Type: ThermalConductor

Description: Lumped thermal element transporting heat without storing it

layer2

Type: ThermalConductor

Description: Lumped thermal element transporting heat without storing it

layer3

Type: ThermalConductor

Description: Lumped thermal element transporting heat without storing it

sensor_layer_1_2

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

sensor_layer_2_3

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

outsideConvection

Type: Convection

Description: Lumped thermal element for heat convection (Q_flow = Gc*dT)

insideConvection

Type: Convection

Description: Lumped thermal element for heat convection (Q_flow = Gc*dT)

outsideConductance

Type: Constant

Description: Generate constant signal of type Real

insideConductance

Type: Constant

Description: Generate constant signal of type Real

sensor_layer_1

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

sensor_layer_4

Type: TemperatureSensor

Description: Absolute temperature sensor in degCelsius

Used in Components (2)

Roof

DocumentationExamples.Simulation.RoomHeating.Components

Thermal model of the roof

SideWall

DocumentationExamples.Simulation.RoomHeating.Components.Walls

Wall with window component