summaryrefslogtreecommitdiffstats
path: root/Project/Bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Bus.h')
-rw-r--r--Project/Bus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project/Bus.h b/Project/Bus.h
index 503299e..2423be6 100644
--- a/Project/Bus.h
+++ b/Project/Bus.h
@@ -57,6 +57,11 @@ struct BusElectricalData {
double stabFaultResistance = 0.0;
double stabFaultReactance = 0.0;
std::vector<std::complex<double> > stabVoltageVector;
+
+ // Power Quality
+ std::vector<int> harmonicOrder;
+ std::vector< std::complex<double> > harmonicVoltage;
+ double thd = 0.0;
};
/**