NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.11k stars 388 forks source link

Documentation Issues - April-August 2016 #5603

Closed mjwitte closed 6 years ago

mjwitte commented 8 years ago
  A3;  \field Schedule Name
       \required-field
       \note if name matches a SizingPeriod:DesignDay, put in a day schedule of this name
       \note if name is for a SizingPeriod:WeatherFileDays, SizingPeriod:WeatherFileConditionType or
       \note RunPeriod, put in a full year schedule that covers the appropriate days.
       \type object-list
       \object-list ScheduleAndDayScheduleNames

Suggest changing the above to two lines:

\object-list ScheduleNames
\object-list DayScheduleNames

Then delete the three occurences of \reference ScheduleAndDayScheduleNames

Addressed in #5817

mjwitte commented 8 years ago
JasonGlazer commented 8 years ago

Addressed in #5817. But AvailaiblityManager:HybridVentilation is not valid in the availability manager list, it hangs out there alone. So only added keys for AvailiabilityManager:OptimumStart".

mjwitte commented 8 years ago
mjwitte commented 8 years ago
Nigusse commented 8 years ago

WindowProperty:ShadingControl is not supported in EquivalentLayer window model. But the WindowMaterial:Blind:EquivalentLayer blind object has its own slat angle control.

mjwitte commented 8 years ago
mjwitte commented 8 years ago
mjwitte commented 8 years ago
mjwitte commented 8 years ago
Myoldmopar commented 8 years ago

@mjwitte Is this a place you want small doc issues thrown in by other people? Or is this your personal punchlist that you don't expect outside people to add onto?

mjwitte commented 8 years ago

@Myoldmopar Anyone is welcome to add to the list here. When it starts to get long, then it's time to make a new one. The concept here is to reduce effort in tracking and implementing a bunch of little doc changes - batch processing.

Myoldmopar commented 8 years ago

Great!

Just found a very minor documentation thing, at the bottom of page 1292 the supply air fan operating mode schedule name should be numbered like the rest of the fields.

eringold commented 8 years ago
jasondegraw commented 8 years ago
mjwitte commented 8 years ago

image

And this is the current (v8.5) incorrect equation:

image

Error was introduced in v8.3

mjwitte commented 8 years ago

Note that this equation appears twice. Even in the earlier versions it was somewhat ambiguous. Would be better as a stacked fraction.

v8.5 erdoc1

v8.4 image

v8.3 image

eringold commented 8 years ago

Both of these are addressed in #5810.

mjwitte commented 8 years ago

Addressed in #5817

mjwitte commented 8 years ago
Nigusse commented 8 years ago
mjwitte commented 8 years ago
Nigusse commented 8 years ago
rraustad commented 8 years ago

Reference to equations should be: "Glass Optical Properties Conversion" (change 2 places in IO Ref). Equations shown In Eng. Ref. pg 273.

EnergyArchmage commented 8 years ago

In the Engineering Reference, section "Loop, Equipment Sizing and Other Design Data", "Compent Sizing"

shorowit commented 8 years ago

This is observed in the E+ 8.5 Input/Output Reference documentation:

EnergyArchmage commented 8 years ago

in OutputDetailsAndExamples, section "Output Files", "eplustbl." There a great many sample tables where content is completely messed up and just keeps repeating a sample that is supposed to be from the Construction Cost Estimate Summary. This garbage goes from page 195 to page 291

mjwitte commented 8 years ago

@EnergyArchmage Is that in the latest docs on Develop? current ones here.

EnergyArchmage commented 8 years ago

oh, no I was looking at 8.5 release docs, I guess the table output details already got fixed.

mjwitte commented 8 years ago
MatthewSteen commented 8 years ago

N17, \field Number of Stepped Control Steps \note for Lighting Control Type=2, this field cannot be zero. \type integer \default 1

mjwitte commented 7 years ago
Myoldmopar commented 6 years ago

Closed via #6463