modelAirload
Air volume
Extends from Modelica.Thermal.HeatTransfer.Components.HeatCapacitor (Lumped thermal element storing heat).
Information
Overview
The Airload model represents a heat capacity consisting of air. It is described by its volume, density and specific heat capacity.
Example Results
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.HeatCapacity | C (from HeatCapacitor) | Heat capacity of element (= cp*m) | |
| Modelica.Units.SI.Density | rho | 1.19 | Density of air |
| Modelica.Units.SI.SpecificHeatCapacity | c | 1007 | Specific heat capacity of air |
| Modelica.Units.SI.Volume | V | Volume of the room | |
| Initialization | |||
| Modelica.Fluid.Types.Dynamics | initDynamics | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Like energyDynamics, but SteadyState leeds to same behavior as DynamicFreeInitial |
| Modelica.Units.SI.Temperature | T0 | initial temperature | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.HeatPort_a | port (from HeatCapacitor) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T (from HeatCapacitor) | Temperature of element | |
| SI.TemperatureSlope | der_T (from HeatCapacitor) | Time derivative of temperature (= der(T)) |
Revisions
-
Mai 19, 2014 by Ana Constantin:
Uses components from MSL and respects the naming conventions -
May 02, 2013 by Ole Odendahl:
Formatted documentation appropriately