modelASHRAESolarGain
Example showing the use of ASHRAESolarGain
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This examples demonstrates the implementation of Buildings.Fluid.SolarCollectors.BaseClasses.ASHRAESolarGain.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.Data.GenericASHRAE93 | per | Buildings.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_ThermaLiteHS20() | Performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.BaseClasses.ASHRAESolarGain | solGai | Solar heat gain model using ASHRAE 93 calculations | |
| Modelica.Blocks.Sources.Sine | HGroDifTil | Diffuse radiation from the ground, tilted surface | |
| Modelica.Blocks.Sources.Ramp | incAng | Incidence angle | |
| Modelica.Blocks.Sources.Sine | HDirTil | Direct beam radiation, tilted surface | |
| Modelica.Blocks.Sources.Sine | HSkyDifTil | Diffuse radiation, tilted surface | |
| Modelica.Blocks.Sources.Ramp | shaCoe | Shading coefficient | |
| Modelica.Blocks.Sources.Sine | T3 | ||
| Modelica.Blocks.Sources.Sine | T2 | ||
| Modelica.Blocks.Sources.Sine | T1 |
Revisions
-
February 15, 2024, by Jelger Jansen:
Refactor model.
This is for Buildings, #3604. -
Mar 27, 2013 by Peter Grant:
First implementation.