blockBrighteningCoefficient
Circumsolar and horizon brightening coefficients
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the circumsolar and horizon brightening coefficients.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | zen | Zenith angle of the sun beam | |
| Modelica.Blocks.Interfaces.RealInput | skyCle | Sky clearness. skyCle=1: overcast sky; skyCle=8 clear sky | |
| Modelica.Blocks.Interfaces.RealInput | skyBri | Sky brightness [0,1] | |
| Modelica.Blocks.Interfaces.RealOutput | F1 | Circumsolar brightening coefficient | |
| Modelica.Blocks.Interfaces.RealOutput | F2 | Horizon brightening coefficient |
Revisions
-
February 7, 2025, by Jelger Jansen:
Removedimportstatement. This is for IBPSA, #1961. -
April 27, 2018, by Michael Wetter:
CorrecteddisplayUnit.
This is for IBPSA, issue 912. -
March 15, 2016, by Michael Wetter:
ReplacedspliceFunctionwithregStep. This is for issue 300. -
May 25, 2010, by Wangda Zuo:
First implementation.