Name | ID | Description | Type |
---|---|---|---|
Out | readMe! | ... | String |
Comf Percent Of Time | comfPercentOfTime | The percent of the input data for which the occupants are comfortable. Comfortable conditions are when the indoor temperature is within the comfort range determined by the prevailing outdoor temperature. | Goo |
Percent Hot Cold | percentHotCold | A list of 2 numerical values indicating the following: 0) The percent of the input data for which the occupants are too hot. 1) The percent of the input data for which the occupants are too cold. | Goo |
Comfortable Or Not | comfortableOrNot | A stream of 0's and 1's (or "False" and "True" values) indicating whether occupants are comfortable under the input conditions given the fact that these occupants tend to adapt themselves to the prevailing mean monthly temperature. 0 indicates that a person is not comfortable while 1 indicates that a person is comfortable. | Goo |
Condition Of Person | conditionOfPerson | A stream of interger values from -1 to +1 that correspond to each hour of the input data and indicate the following: -1 = The input conditions are too cold for occupants. 0 = The input conditions are comfortable for occupants. +1 = The input conditions are too hot for occupants. | Goo |
Degrees From Target | degreesFromTarget | A stream of temperature values in degrees Celcius indicating how far from the target temperature the conditions of the people are. Positive values indicate conditions hotter than the target temperature while negative values indicate degrees below the target temperture. | Goo |
Prevailing Temp | prevailingTemp | A stream of temperature values in degrees Celcius indicating the prevailing outdoor temperature. This is the temperture that determines the conditions occupants find comfortable and is either a monthly average temperature or a running mean of outdoor temperature. | Goo |
Target Temperature | targetTemperature | A stream of temperature values in degrees Celcius indicating the mean target temperture (or neutral temperature) that the most people will find most comfortable. | Goo |
-------------------------- | -------------------------- | ... | Goo |
Chart Curves And Txt | chartCurvesAndTxt | The chart curves and text labels of the adaptive chart. | Goo |
Adaptive Chart Mesh | adaptiveChartMesh | A colored mesh showing the number of input hours happen in each part of the adaptive chart. | Goo |
Legend | legend | A colored legend showing the number of hours that correspond to each color. | Goo |
Legend Base Pt | legendBasePt | The legend base point, which can be used to move the legend in relation to the chart with the grasshopper "move" component. | Goo |
Comfort Polygons | comfortPolygons | A brep representing the range of comfort for. | Goo |
-------------------------- | -------------------------- | Script variable AdaptiveComfortCalculator | Goo |
Chart Hour Points | chartHourPoints | Points representing each of the hours of input temperature and opTemperity ratio. By default, this ouput is hidden and, to see it, you should connect it to a Grasshopper preview component. | Goo |
Hour Point Colors | hourPointColors | Colors that correspond to the chartHourPoints above and can be hooked up to the "Swatch" input of a Grasshopper Preview component that has the hour points above connected as geometry. By default, points are colored red if they lie inside comfort polygon and are colored blue if they do not meet such comfort criteria. In the event that you have hooked up annualHourlyData_ this output will be a grafted list of colors. The first list corresponds to the comfort conditions while the second list colors points based on the annualHourlyData. | Goo |
Hour Point Legend | hourPointLegend | A legend that corresponds to the hour point colors above. In the event that annualHourlyData_ is connected, this output will be a grafted list of legends that each correspond to the grafted lists of colors. | Goo |
Site design © Robin Rodricks.
Site co-created by Andrew Heumann.
Ladybug and associated data © 2024 Ladybug Tools.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub