modelTemperatureDependentMoistureOutputSIA2024
Model for temperature dependent moisture output based on formulas of SIA 2024
Information
Overview
Model for moisture output depending on temperature according to SIA 2024. This model calculates the moisture output depending on the room temperature.
Concept
This model uses the TemperatureDependenHeatOutput_SIA2024 to calculate the heat output qPerson of a person depending on the temperature.
The heat output is used to calculate the corresponding moisture output of a person.
An activity degree M (in met) can be set to consider different types of acitivty of the person.
The moisture output m is calculated by the following equation[1]:
m = 10.7 g/h · ((M · 58 W/m² · 1.8 m²)- qPerson)
References
[1]: SIA 2024: Space usage data for energy and building services engineering - 2015
-
July 10, 2019 by Martin Kremer:
Implemented
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | activityDegree | 1.0 | Activity degree of persons in room in met |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | T | Room temperature used for heat output calculation | |
| Modelica.Blocks.Interfaces.RealOutput | moistOutput | Moisture output in g/h |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TemperatureDependentHeatOutputSIA2024 | temperatureDependentHeatOutput_SIA2024 | Temperature dependent heat output |