blockRadiositySplitter
Splits the incoming radiosity into two flows based on an input signal
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This blocks splits the incoming radiosity into two fluxes according to
JOut,1 = u JIn,
JOut,2 = (1-u) JIn.
This block may be used to split the radiosity flux into a fraction that strikes the shaded part of a window, and a fraction that strikes the non-shaded part.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.RadiosityInflow | JIn | Inflowing radiosity | |
| Modelica.Blocks.Interfaces.RealInput | u | u times incoming radiosity | |
| Interfaces.RadiosityOutflow | JOut_1 | u times incoming radiosity | |
| Interfaces.RadiosityOutflow | JOut_2 | (1-u) times incoming radiosity |
Revisions
-
June 27, 2013, by Michael Wetter:
Changed model because the outflowing radiosity has been changed to be a non-negative quantity. See track issue #158. -
October 23 2010, by Michael Wetter:
First implementation.