modelOutside_Cp
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model demonstrates the use of a source for ambient temperature, pressure and
species concentration.
The models bou1 and bou2 compute the ambient pressure
based on the weather file and the wind pressure.
The model bou1 uses a parameter for the wind pressure coefficient,
whereas bou2 uses the wind pressure coefficient from its input port.
The model bouFix does not compute any wind pressure.
Adding the wind pressure to the models on the left-hand side induces a mass flow
rate through the orifice models ori1 and ori2.
Since both source models use the same constant wind pressure coefficient, the
mass flow rate through the orifice model is the same.
In more realistic applications, the constant source Cp would be
replaced by a model that computes a wind pressure coefficient that takes into
account the wind direction relative to the building.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Outside_Cp | bou1 | Model with outside conditions | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Buildings.Fluid.Sources.Outside | bouFix | Model with outside conditions | |
| Modelica.Blocks.Sources.Constant | Cp | Constant value for Cp (used to demonstrate input connector) | |
| Buildings.Airflow.Multizone.Orifice | ori1 | Orifice | |
| Buildings.Fluid.Sources.Outside_Cp | bou2 | Model with outside conditions | |
| Buildings.Airflow.Multizone.Orifice | ori2 | Orifice |
Contents
| Name | Description |
|---|---|
| Medium model for air |
Revisions
-
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
October 26, 2011 by Michael Wetter:
First implementation.