diff options
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Line.h b/Project/Line.h index 1a9aa2b..012f68d 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -28,6 +28,8 @@ struct LineElectricalData { double zeroResistance = 0.0; double zeroIndReactance = 1.0; double zeroCapSusceptance = 0.0; + // p.u. fault data + std::complex<double> faultCurrent[2][3]; }; class Line : public Branch |