diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-09 16:35:34 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 16:35:34 -0200 |
commit | cff8d90d61be4d34f5e84e8dd0933f678e6214be (patch) | |
tree | 077fdde43d69c248f518fc22978796d8f16e03f3 /Project/Line.h | |
parent | e282ec268db0d17a1d53f813c5fff9473d25e797 (diff) | |
parent | ac671068f32849807728b4c2844a4cda995a73c8 (diff) | |
download | PSP.git-cff8d90d61be4d34f5e84e8dd0933f678e6214be.tar.gz PSP.git-cff8d90d61be4d34f5e84e8dd0933f678e6214be.tar.xz PSP.git-cff8d90d61be4d34f5e84e8dd0933f678e6214be.zip |
Merge pull request #2 from Thales1330/wip/currentState
Wip currentstate
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 |