Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.46 KB

EnergyMaterialNoMass.md

File metadata and controls

20 lines (15 loc) · 1.46 KB

HoneybeeSchema.Model.EnergyMaterialNoMass

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
RValue double The thermal resistance (R-value) of the material layer [m2-K/W].
Type string [optional] [readonly] [default to "EnergyMaterialNoMass"]
Roughness Roughness [optional]
ThermalAbsorptance double Fraction of incident long wavelength radiation that is absorbed by the material. Default value is 0.9. [optional] [default to 0.9D]
SolarAbsorptance double Fraction of incident solar radiation absorbed by the material. Default value is 0.7. [optional] [default to 0.7D]
VisibleAbsorptance double Fraction of incident visible wavelength radiation absorbed by the material. Default value is 0.7. [optional] [default to 0.7D]

[Back to Model list] [Back to API list] [Back to README]