modelVarAirExchange
Heat flow caused by air exchange
Extends from Modelica.Thermal.HeatTransfer.Interfaces.Element1D (Partial heat transfer element with two HeatPort connectors that does not store energy).
Information
Overview
The VarAirExchange model describes heat transfer by air
exchange (e.g. due to opening a window). It needs the air exchange
rate (in
) as input value.
Example Results
AixLib.ThermalZones.HighOrder.Components.Examples.DryAir.DryAir_test
-
Mai 19, 2014 by Ana Constantin:
Uses components from MSL and respects the naming conventions -
May 02, 2013 by Ole Odendahl:
Formatted documentation appropriately
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | V | 50 | Volume of the room |
| Modelica.Units.SI.SpecificHeatCapacity | c | 1000 | Specific heat capacity of air |
| Modelica.Units.SI.Density | rho | 1.25 | Air density |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| HeatPort_a | port_a (from Element1D) | ||
| HeatPort_b | port_b (from Element1D) | ||
| Modelica.Blocks.Interfaces.RealInput | ventRate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.HeatFlowRate | Q_flow (from Element1D) | Heat flow rate from port_a -> port_b | |
| SI.TemperatureDifference | dT (from Element1D) | port_a.T - port_b.T |