We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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**
Some additional details for this issue (if relevant):
Inputting a unit type of "Dimensionless" for this field will eliminate the error.
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)
The text was updated successfully, but these errors were encountered:
Add tests for #10830
9521548
Fix #10830 - Call IsCurveInputTypeValid when it's input, not IsCurveO…
fbec2d2
…utputTypeValid
jmarrec
Successfully merging a pull request may close this issue.
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):
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)
The text was updated successfully, but these errors were encountered: