Hi 
I'm building an NEC wire ampacity / VD% / circuit ampacity / OCPD rules calculator as part of my web design portfolio. Not meant as a serious thing. Don't worry, I'm making sure nobody uses it as a serious tool.
I think I found a quirk of the NEC 2023 code, though. But I want to make sure I'm understanding things properly. Here are the rules that comprise the quirk:
Example:
Am I missing something crucial here, or is this just a quirk of the code? Obviously it wouldn't matter in practice because the terminal rating is the limiting factor in this instance. But I'm genuinely wondering if I'm getting something wrong, here.
I'm building an NEC wire ampacity / VD% / circuit ampacity / OCPD rules calculator as part of my web design portfolio. Not meant as a serious thing. Don't worry, I'm making sure nobody uses it as a serious tool.
I think I found a quirk of the NEC 2023 code, though. But I want to make sure I'm understanding things properly. Here are the rules that comprise the quirk:
- Bare, free air conductors get their base ampacity from Table 210.21;
- According to 310.15(D), bare or covered conductors installed "with" insulated conductors should be considered the same insulation rating as the weakest link in the chain when derating:
Where bare or covered conductors are installed with insulated conductors, the temperature rating of the bare or covered conductor shall be equal to the lowest temperature rating of the insulated conductors for the purpose of determining ampacity."
- After derating for the bundled size, temperature corrections are applied as per Table 210.15(B)(1)(2);
- According to Table 210.15(B)(1)(2), temperature correction factors for temperatures below 36 degrees are higher for lower-insulation wires. For instance, a 60 degree wire in <10C ambient is 1.58, whereas for a 90 degree wire it is 1.26
Example:
- 2AWG Copper, Free Air, Bare, Maintained Spacing (no bundling derate for simplicity)
- Installed "with" 60-degree wire
- <10C ambient
- Table 310.21: 209A Base
- Table 210.15(B)(1)(2): * 1.58
- Final Calculation: 209A * 1.58 = 330.22A
- Table 310.21: 209A Base (Unchanged)
- Table 210.15(B)(1)(2): 1.26
- Final Calculation: 209A * 1.26 = 263.34A!
Am I missing something crucial here, or is this just a quirk of the code? Obviously it wouldn't matter in practice because the terminal rating is the limiting factor in this instance. But I'm genuinely wondering if I'm getting something wrong, here.