summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesData.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-26 02:29:47 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-26 02:29:47 -0300
commita40d5a405d60b4e429f6f578dcfe3c33ab5ad81a (patch)
tree0f88240b49798ce5e3d9b96ca2951145a7978343 /Project/PropertiesData.h
parent4dabf27f998db83e20bc0eca7e18672777f0bf5b (diff)
downloadPSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.tar.gz
PSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.tar.xz
PSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.zip
Frequency response implemented
Need a form
Diffstat (limited to 'Project/PropertiesData.h')
-rw-r--r--Project/PropertiesData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/PropertiesData.h b/Project/PropertiesData.h
index 127eb59..926b90b 100644
--- a/Project/PropertiesData.h
+++ b/Project/PropertiesData.h
@@ -31,6 +31,7 @@ struct SimulationData {
ElectricalUnit basePowerUnit = UNIT_MVA;
bool faultAfterPowerFlow = false;
bool scPowerAfterPowerFlow = false;
+ bool harmDistortionAfterPowerFlow = false;
// Power flow
PowerFlowMethod powerFlowMethod = GAUSS_SEIDEL;