blockSolarTime
Solar time
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the local solar time.
Note: To avoid events, this block does not convert solar time to a scale of 24 hours.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | locTim | Local time | |
| Modelica.Blocks.Interfaces.RealInput | equTim | Equation of time | |
| Modelica.Blocks.Interfaces.RealOutput | solTim | Solar time |
Revisions
-
Feb. 16, 2012, by Michael Wetter:
Removed section that limits solar time to0 ≤ solTim ≤ 86400as this triggers events, and is not needed because solar time is used in trigonometric functions only. -
May 13, 2010, by Wangda Zuo:
First implementation.