modelTrickleVent
Model with a trickle vent modelled using the models with flow based on tabulated data
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates the use of the models Buildings.Airflow.Multizone.Table_V_flow and Buildings.Airflow.Multizone.Table_m_flow to model self regulating inlet vents. The models are connected to a common volume that emulates a room on one side and to outside conditions on the other side (east and west orientation respectively).
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data reader | |
| Fluid.Sources.Outside_CpLowRise | west | Model with outside conditions | |
| Fluid.Sources.Outside_CpLowRise | east | Model with outside conditions | |
| Fluid.MixingVolumes.MixingVolume | room | Room model | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | preHea | Prescribed heat flow | |
| Modelica.Blocks.Continuous.LimPID | con | Controller to maintain volume temperature | |
| Modelica.Blocks.Sources.Constant | TSet | Temperature set point | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | temSen | Temperature sensor | |
| Modelica.Blocks.Math.Gain | gain | Gain block | |
| Buildings.Airflow.Multizone.Table_m_flow | tabDat_m_flow | Self regulating trickle vent | |
| Buildings.Airflow.Multizone.Table_V_flow | tabDat_V_flow | Self regulating trickle vent |
Contents
| Name | Description |
|---|---|
Revisions
-
February 2, 2022, by Michael Wetter:
Revised implementation.
This is for IBPSA, #1436. -
May 03, 2021 by Klaas De Jonge:
Added example for simulating a trickle vent using the TableData models