Datasets
Open Access
Comparison of IEEE 1584-2018 Predictions with Tests on Real-World Equipment
- Citation Author(s):
- Submitted by:
- Tom Short
- Last updated:
- Tue, 05/17/2022 - 22:21
- DOI:
- 10.21227/0rxx-mh92
- Data Format:
- Link to Paper:
- License:
- Categories:
- Keywords:
Abstract
Here is the paper abstract:
IEEE 1584-2018 contains a significant update to industry models for predicting the incident energy from arc flash. These models include different box sizes, voltages, and electrode geometries. Predictions from these models are compared to tests on medium-voltage equipment. Equipment includes circuit-breaker cabinets, live-front switches, and live-front transformers. Results show what input assumptions are most applicable for each type of equipment (including vertical and horizontal electrodes). For some equipment, particularly with horizontal electrodes, the 1584-2018 predictions underpredicted measurements of incident energy, so multiplier factors may be needed.
The dataset includes measurements from test results and corresponding predictions from IEEE 1584-2018.
Medium-Voltage Arc-Flash Data Analysis
Tom Short, tshort@epri.com
This code base is using the Julia Language (https://julialang.org/).
To (locally) reproduce this project, do the following:
- Download this code.
- Open a Julia console and do:julia> using Pkg julia> Pkg.activate("path/to/this/project") julia> Pkg.instantiate()
This will install all necessary packages for you to be able to run the scripts and everything should work out of the box.
The main code is in:
paper-analysis.jl
The data is in three CSV files. These files contain measurements and predictions of incident energies. Each row of the file is one test. Key variables in each file are shown.
epri.csv
-- EPRI tests of MV equipment with predictions based on IEEE 1584-2018
V
-- system voltage, kV (L-L)Ib
-- bolted fault current, kAgap_mm
-- electrode gap, mmD_mm
-- working distance, mmt
-- duration, msecIa
-- predicted arcing current, kAIE
-- predicted incident energy, cal/cm²config
-- test configuration (EPRI HCB, EPRI Transformer, EPRI VCB, ...)Iameas
-- measured average arcing current, kAIEmeas
-- measured incident energy, cal/cm²joules
-- arc energy, J
ieeeall.csv
-- Test data from IEEE/NFPA used to develop IEEE 1584-2018
Lab
-- test siteconfig
-- VCB, HCB, ...Voc
-- system voltage, kV (L-L)Ibf
-- bolted fault current, kAgap_mm
-- electrode gap, mmD_mm
-- working distance, mmt
-- duration, msecwidth_in
-- box width, inheight_in
-- box height, indepth_in
-- box depth, inIameas
-- measured average arcing current, kAIEmeas
-- measured incident energy, cal/cm²
hcb.csv
-- Combined EPRI and IEEE/NFPA dataset for HCB configurations
Ib
-- bolted fault current, kAgap_mm
-- electrode gap, mmd_mm
-- working distance, mmt
-- duration, msecheight_in
-- box height, inconfig
-- test configuration (EPRI HCB or EPRI VCB)iameas
-- measured arcing current, kAiemeas
-- incident energy measured, cal/cm²joules
-- arc energy, Jenergyratio
-- ratio of incident energy to arc energy, cal/cm²/MJ
Dataset Files
- mv-arc-flash-data.zip (93.10 kB)
- epri.csv (44.04 kB)
- hcb.csv (12.05 kB)
- ieeeall.csv (270.38 kB)
Open Access dataset files are accessible to all logged in users. Don't have a login? Create a free IEEE account. IEEE Membership is not required.