Skip to content

Commit

Permalink
Corrected Component Input Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Aug 12, 2017
1 parent eafa8ec commit 8d42cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Honeybee_EnergyPlus Window Material.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Args:
_name: A text name for your NoMass Window Material.
_U_Value: A number representing the conductivity of the window in W/m-K. This is the rated (NFRC) value for U-factor under winter heating conditions. As a result, the U-Value input here should include the air films for a vertically-mounted product.
_U_Value: A number representing the U-value of the window in W/m2-K. This is the rated (NFRC) U-value under winter heating conditions. As a result, the U-Value input here should include the air films for a vertically-mounted product.
_SHGC: A number between 0 and 1 that represents the solar heat gain coefficient (SHGC) of the window. The solar heat gain coeffieceint is essentially the fraction of solar radiation falling on the window that makes it through the glass (at normal incidence). This number is usually very close to the visible transmittance (VT) for glass without low-e coatings but can be might lower for glass with low-e coatings.
_VT: A number between 0 and 1 that represents the visible transmittance (VT) of the window. The visible transmittance is essentially the fraction of visible light falling on the window that makes it through the glass (at normal incidence). This number is usually very close to the solar heat gain coefficent (SHGC) for glass without low-e coatings but can be might higher for glass with low-e coatings.
Returns:
Expand All @@ -42,7 +42,7 @@

ghenv.Component.Name = "Honeybee_EnergyPlus Window Material"
ghenv.Component.NickName = 'EPWindowMat'
ghenv.Component.Message = 'VER 0.0.62\nJUL_28_2017'
ghenv.Component.Message = 'VER 0.0.62\nAUG_12_2017'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = "Honeybee"
ghenv.Component.SubCategory = "06 | Energy | Material | Construction"
Expand Down
Binary file modified userObjects/Honeybee_EnergyPlus Window Material.ghuser
Binary file not shown.

0 comments on commit 8d42cb5

Please sign in to comment.