.Buildings.Fluid.Sources.Outside_CpData

Information

This model describes boundary conditions for pressure, enthalpy, and species concentration that can be obtained from weather data. The model is identical to Buildings.Fluid.Sources.Outside, except that it adds the wind pressure to the pressure at the fluid ports ports.

The pressure p at the fluid ports is computed as:

p = pw + Cp,act Cs v2 ρ ⁄ 2,

where pw is the atmospheric pressure from the weather bus, v is the wind speed from the weather bus, and ρ is the fluid density.

The wind pressure coefficient Cp,act is a function of the surface wind incidence angle and is defined relative to the surface azimuth (normal to the surface is 0). The wind incidence angle incAng is computed from the wind direction obtained from the weather file with the surface azimuth azi as the base of the angle. The relation between the wind pressure coefficient Cp,act and the incidence angle incAng is defined by a cubic hermite interpolation of the users table input. Typical table values can be obtained from the "AIVC guide to energy efficient ventilation", appendix 2 (1996). The default table is appendix 2, table 2.2, face 1.

The wind speed modifier Cs can be used to incorporate the effect of the surroundings on the local wind speed.

Definition of angles

The angles incAngSurNor for the wind incidence angle relative to the surface normal are measured counter-clock wise. The figure below shows an example entry, which is also used in the model Buildings.Fluid.Sources.Examples.Outside_CpData_Specification.

image

The wind incidence angle and surface azimuths are defined as follows: The wind indicience angle is obtained directly from the weather data bus weaBus.winDir. This variable contains the data from the weather data file that was read, such as a TMY3 file. In accordance to TMY3, the data is as shown in the table below.

Value of winDir if the wind blows from different directions.
Wind from North:
0
Wind from West:
3π/2
270°
Wind from East:
π/2
90°
Wind from South:
π
180°

For the surface azimuth azi, the specification from Buildings.Types.Azimuth is used, which is as shown in the table below.

Value of azi if the exterior wall faces in the different directions.
Wall facing north:
π
180°
Wall facing West:
π/2
90°
Wall facing east:
3π/2
270°
Wall facing South:
0;

Related model

This model differs from Buildings.Fluid.Sources.Outside_CpLowRise by the calculation of the wind pressure coefficient Cp,act. The wind pressure coefficient is defined by a user-defined table instead of a generalized equation such that it can be used for all building sizes and situations, for shielded buildings, and for buildings with non-rectangular shapes.

References

Revisions


Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos