Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piping Correction Factor for Length Independent Variable Unit Type is Incorrect #10830

Open
3 tasks
Ski90Moo opened this issue Nov 21, 2024 · 0 comments · May be fixed by #10853
Open
3 tasks

Piping Correction Factor for Length Independent Variable Unit Type is Incorrect #10830

Ski90Moo opened this issue Nov 21, 2024 · 0 comments · May be fixed by #10853
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@Ski90Moo
Copy link

Issue overview

In the object AirConditioner:VariableRefrigerantFlow, fields:

41 !- Piping Correction Factor for Length in Cooling Mode Curve Name
44 !- Piping Correction Factor for Length in Heating Mode Curve Name

point to a curve or lookup table. Per the Input/Output reference (https://bigladdersoftware.com/epx/docs/24-2/input-output-reference/group-variable-refrigerant-flow-equipment.html#field-piping-correction-factor-for-length-in-cooling-mode-curve-name) the input (independent variable) for these curves should be in units of length.

When unit type "Distance"

Table:IndependentVariable,
...
Distance, !- Unit Type

is specified for these curves, EnergyPlus produces the following error:

**** Severe ** Table:IndependentVariable "TBL LOOKUP P72TNU/YNU_PCFC_FN_L-INPUT_0": Unit Type [Distance] is invalid**

Details

Some additional details for this issue (if relevant):

  • Platform (Operating system, version) Windows 11
  • Version of EnergyPlus (if using an intermediate build, include SHA) 24.2
  • Unmethours link or helpdesk ticket number

Inputting a unit type of "Dimensionless" for this field will eliminate the error.

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
    in (2).txt

  • Ticket added to EnergyPlus Defect Complexity (Github Project)

  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)

@jmarrec jmarrec added the Defect Includes code to repair a defect in EnergyPlus label Dec 11, 2024
@jmarrec jmarrec self-assigned this Dec 11, 2024
jmarrec added a commit that referenced this issue Dec 12, 2024
jmarrec added a commit that referenced this issue Dec 12, 2024
@jmarrec jmarrec linked a pull request Dec 12, 2024 that will close this issue
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants