Name | Description |
---|---|
Generic | Thermal properties of window shades |
Gray | Gray |
Extends from Modelica.Icons.Record (Icon for a record).
Type | Name | Default | Description |
---|---|---|---|
TransmissionCoefficient | tauSW_a | 0.1 | Short wave transmissivity of shade surface a (surface that faces the outside or the room) [1] |
TransmissionCoefficient | tauSW_b | 0.1 | Short wave transmissivity of shade surface b (surface that faces the glass) [1] |
ReflectionCoefficient | rhoSW_a | 0.8 | Short wave reflection coefficient of shade surface a (surface that faces the outside or the room) [1] |
ReflectionCoefficient | rhoSW_b | 0.8 | Short wave reflection coefficient of shade surface b (surface that faces the glass) [1] |
Emissivity | epsLW_a | 0.84 | Long wave emissivity of surface a (surface that faces the outside or the room) [1] |
Emissivity | epsLW_b | 0.84 | Long wave emissivity of surface b (surface that faces the glass) [1] |
TransmissionCoefficient | tauLW_a | 0 | Long wave transmissivity of surface a (surface that faces the outside or the room) [1] |
TransmissionCoefficient | tauLW_b | 0 | Long wave transmissivity of surface b (surface that faces the glass) [1] |
record Generic "Thermal properties of window shades" extends Modelica.Icons.Record; parameter Modelica.SIunits.TransmissionCoefficient tauSW_a=0.1 "Short wave transmissivity of shade surface a (surface that faces the outside or the room)"; parameter Modelica.SIunits.TransmissionCoefficient tauSW_b=0.1 "Short wave transmissivity of shade surface b (surface that faces the glass)"; parameter Modelica.SIunits.ReflectionCoefficient rhoSW_a=0.8 "Short wave reflection coefficient of shade surface a (surface that faces the outside or the room)"; parameter Modelica.SIunits.ReflectionCoefficient rhoSW_b=0.8 "Short wave reflection coefficient of shade surface b (surface that faces the glass)"; parameter Modelica.SIunits.Emissivity epsLW_a=0.84 "Long wave emissivity of surface a (surface that faces the outside or the room)"; parameter Modelica.SIunits.Emissivity epsLW_b=0.84 "Long wave emissivity of surface b (surface that faces the glass)"; parameter Modelica.SIunits.TransmissionCoefficient tauLW_a=0 "Long wave transmissivity of surface a (surface that faces the outside or the room)"; parameter Modelica.SIunits.TransmissionCoefficient tauLW_b=0 "Long wave transmissivity of surface b (surface that faces the glass)";end Generic;
Type | Name | Default | Description |
---|---|---|---|
TransmissionCoefficient | tauSW_a | 0.25 | Short wave transmissivity of shade surface a (surface that faces the outside or the room) [1] |
TransmissionCoefficient | tauSW_b | 0.25 | Short wave transmissivity of shade surface b (surface that faces the glass) [1] |
ReflectionCoefficient | rhoSW_a | 0.25 | Short wave reflection coefficient of shade surface a (surface that faces the outside or the room) [1] |
ReflectionCoefficient | rhoSW_b | 0.25 | Short wave reflection coefficient of shade surface b (surface that faces the glass) [1] |
Emissivity | epsLW_a | 0.25 | Long wave emissivity of surface a (surface that faces the outside or the room) [1] |
Emissivity | epsLW_b | 0.25 | Long wave emissivity of surface b (surface that faces the glass) [1] |
TransmissionCoefficient | tauLW_a | 0 | Long wave transmissivity of surface a (surface that faces the outside or the room) [1] |
TransmissionCoefficient | tauLW_b | 0 | Long wave transmissivity of surface b (surface that faces the glass) [1] |
record Gray=Buildings.HeatTransfer.Data.Shades.Generic ( tauSW_a = 0.25, tauSW_b = 0.25, rhoSW_a = 0.25, rhoSW_b = 0.25, epsLW_a = 0.25, epsLW_b = 0.25) "Gray";