blockConvertRadiation
Convert the unit of solar radiation received from the TMY3 data file
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The TMY3 data for solar radiation is the radiation accumulated in one hour. Thus, it used a unit of Wh/m2.
This component converts Wh/m2 to W/m2 that is the standard unit in Modelica.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | HIn | Input radiation | |
| Modelica.Blocks.Interfaces.RealOutput | HOut | Radiation |
Revisions
-
October 27, 2011, by Wangda Zuo:
Add the unit conversion and delete the data validity check. -
July 14, 2010, by Wangda Zuo:
First implementation.