modelOneZone
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Simple example of a thermal zone model
This model is an example of a simple thermal zone assembly - it can not be used as such and must be set, including with the use of each sub-model parameters so that they are accessible to outside in an assembly using this model.
Hypothesis and equations
Parallelepiped single-zone glazed building model, connected to a boundary conditions model on the left hand side
- port_a for the outdoor air temperature
- port_a1 for the ground temperature
- and G, a realOutput for solar fluxes.
The ceiling is directly subjected to the outdoor temperature. The walls are oriented in the four cardinal points.
Bibliography
none
Instructions for use
This single zone building model is to be connected to a weather boundary conditions model on the left (outside temperature, sunlight-related data).
The walls parameterization is done via the parameter caracParoi, however it still can be done layer by layer without creating any type of wall.
- Click on the small arrow of caracParoi + Edit
- Fill in the fields on the number of layers, their thickness, the mesh. The parameter positionIsolant is optional
- For the matte parameter, click on the small arrow + Edit array, match the number of boxes in a column to the number of materials layer in the window that is displayed, then, in each box, right-click + Insert function call and browse the library to specify the path of the desired material (in
Utilities.Data.Solids)
Known limits / Use precautions
To consider longwave radiation, exchange coefficients h must be global exchange coefficients.
Validations
Validated model - Cristian Muresan 04/2010
--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Cristian MURESAN, EDF (2010)
--------------------------------------------------------------
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BuildingEnvelope.HeatTransfer.Wall | ParoiSud | ||
| BuildSysPro.Building.BuildingEnvelope.HeatTransfer.Window | FenetreSud | ||
| BuildingEnvelope.HeatTransfer.Wall | ParoiNord | ||
| BuildSysPro.Building.BuildingEnvelope.HeatTransfer.Window | FenetreNord | ||
| BuildingEnvelope.HeatTransfer.Wall | ParoiEst | ||
| BuildSysPro.Building.BuildingEnvelope.HeatTransfer.Window | FenetreEst | ||
| BuildingEnvelope.HeatTransfer.Wall | ParoiOuest | ||
| BuildSysPro.Building.BuildingEnvelope.HeatTransfer.Window | FenetreOuest | ||
| BuildingEnvelope.HeatTransfer.Wall | Plafond | ||
| BuildingEnvelope.HeatTransfer.FloorOnSlab | Plancher | ||
| BuildSysPro.Building.AirFlow.HeatTransfer.AirNode | noeudAir | ||
| BuildSysPro.Building.AirFlow.HeatTransfer.AirRenewal | RenouvellementAir | ||
| BuildSysPro.BoundaryConditions.Solar.Irradiation.FLUXzone | fLUXzone | ||
| BoundaryConditions.Weather.Meteofile | meteofile | ||
| Modelica.Blocks.Math.MultiSum | multiSum |
Revisions
Aurélie Kaemmerlen 03/2011 : Remplacement des modèles de ParoiEclairee et FenetreSimple par ParoiRad et FenetreRad avec externalisation du calcul des flux solaires incidents
Gilles Plessis 02/2012 : Remplacement du modèle de renouvellement d'air et suppression de la valeur du débit de ventilation (=0,2m3/h dans l'ancienne zone)
Gilles Plessis 06/2012 :
- Intégration du changement de paramétrage des parois. Voir les révisions apportées au modèle de parois
- Protection de composants pour éviter le grand nombre de variables dans la fenêtre des résultats.