summaryrefslogtreecommitdiffstats
path: root/Project/Line.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-12-08 21:49:08 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-12-08 21:49:08 -0200
commit416a289beb034951cbf926778e14d42900e3d78e (patch)
tree38ac234fb538c623ba03ff7b64113f4ab5b8a120 /Project/Line.h
parenta41af814d1339a03a7891ee5c84f49006fac58e5 (diff)
downloadPSP.git-416a289beb034951cbf926778e14d42900e3d78e.tar.gz
PSP.git-416a289beb034951cbf926778e14d42900e3d78e.tar.xz
PSP.git-416a289beb034951cbf926778e14d42900e3d78e.zip
Several bus correted
Diffstat (limited to 'Project/Line.h')
-rw-r--r--Project/Line.h2
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