From 416a289beb034951cbf926778e14d42900e3d78e Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 8 Dec 2016 21:49:08 -0200 Subject: Several bus correted --- Project/Line.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Line.h') 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 faultCurrent[2][3]; }; class Line : public Branch -- cgit