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.05k stars 378 forks source link

Documentation 2023-2024 #9972

Open JasonGlazer opened 1 year ago

JasonGlazer commented 1 year ago

A place to keep an ongoing list of documentation issues.

JasonGlazer commented 1 year ago
rraustad commented 1 year ago
eringold commented 1 year ago

https://github.com/NREL/EnergyPlus/blob/3ce85f9cde01190b8ee923e56f7b9606350fd53a/doc/input-output-reference/src/overview/group-refrigeration.tex#L1339-L1341

  A6 ,  \field Refrigeration System Working Fluid Type
        \note Fluid property data for the refrigerant must be entered.
        \note The fluid property data, including the objects:
        \note FluidProperties:Name, FluidProperties:Temperatures,
        \note FluidProperties:Saturated and FluidProperties:Superheated
        \note can be copied from the FluidPropertiesRefData.idf dataset
        \required-field
        \type object-list
        \object-list FluidNames
mjwitte commented 9 months ago

From helpdesk ticket 16495:

On page 61: talking about 'Shading Calculation Method' it says: "Unlike PolygonClipping, PixelCounting has no limitations related to zone concavity when used with any “FullInterior” solar distribution options (i.e., it can accommodate both concave and convex zones equally)." Therefore, if I would like to include Concave Zones, I would conclude that I should use 'FullInteriorAndExterior' as the value for the SolarDistribution property on the Building object. On page 49: talking about the 'SolarDistribution' property on Building, it says: "If the zone’s surfaces do not enclose a space or if the zone is not convex you should use Solar Distribution = FullExterior instead of FullInteriorAndExterior." This two entries contradict each other. Which is correct?

shorowit commented 9 months ago
aaron-boranian commented 9 months ago
jcyuan2020 commented 8 months ago

A user (Helpdesk Ticket 16513) pointed out that the following equation in the EcoRoof model is incorrect in Engineering Reference (pp.189, Eq 4.11, v23.2):

image

The correct form should be "0.9 - 0.7 exp(-0.75 LAI)" instead.

The EnergyPlus source code is checked and the implementation there is correct. This is confirmed to be just a documentation issue.

shorowit commented 4 months ago

HeatBalanceSurfaceManager (what's the difference in the last 2 reports?):

state.dataHeatBalFanSys->ZoneHeatIndexHourBinsRepPeriod(ZoneNum, ReportPeriodIdx)[0] += state.dataGlobal->TimeStepZone;
state.dataHeatBalFanSys->ZoneHeatIndexOccuHourBinsRepPeriod(ZoneNum, ReportPeriodIdx)[0] +=
                        NumOcc * state.dataGlobal->TimeStepZone;
state.dataHeatBalFanSys->ZoneHeatIndexOccupiedHourBinsRepPeriod(ZoneNum, ReportPeriodIdx)[0] +=
                        (NumOcc > 0) * state.dataGlobal->TimeStepZone;
shorowit commented 4 months ago
mjwitte commented 3 months ago

The Input Output Reference description for SetpointManager:MixedAir only mentions using it for controlling outdoor air economizers. It should also explain that it's used to adjust temperature setpoints for any component with a control node that is upstream of the fan. image

(ref helpdesk ticket 16610)

aaron-boranian commented 2 months ago

Should likely check other output variable references to be updated from "Gas" to "NaturalGas".

mjwitte commented 2 months ago

In the I/O Reference, for HybridModel:Zone "Calculate Zone Internal Thermal Mass", there is no mention of where to find the output for average thermal mass. It is reported in the table report "Input Verification and Results Summary" subtable "Hybrid Model: Internal Thermal Mass". From example file HybridZoneModel.idf (which currently doesn't have an Output:Table:SummaryReports object):

image

Also should update the example file to generate this report. Ref helpdesk ticket 16643.

RKStrand commented 2 months ago

In I/O Ref, page 2426 in V24.1, Table 1.61, there is an overlapping of columns that should be fixed: image

jmarrec commented 4 weeks ago

There are no at 75% numeric fields anymore

https://bigladdersoftware.com/epx/docs/24-1/input-output-reference/group-heat-recovery.html#field-sensible-effectiveness-at-75-cooling-air-flow

https://github.com/NREL/EnergyPlus/blob/cb9e70f16540f0dca5c979f106d985dd8d301d6d/doc/input-output-reference/src/overview/group-heat-recovery.tex#L267-L270

aaron-boranian commented 3 weeks ago

Object type description for Refrigeration:AirChiller should have "the rated operating temperature" removed.

RKStrand commented 5 days ago

In I/O Ref, page 698 in V24.1, Table 1.46, there is an overlapping of columns/columns that go past the margin on the left that should be fixed: image

Myoldmopar commented 3 days ago

Here's a few typos in the parametric object docs:

@JasonGlazer @mjwitte @RKStrand @jmarrec @rraustad @tanaya-mankad would one of you be able to tackle all the cleanups in this issue in your current defect bundle? If not, I'll tackle it sometime soon. Thanks!

RKStrand commented 3 days ago

@Myoldmopar I can do these as I’ve got space in my defects works to do this. I’ll assign myself and work on this sometime soon.