From a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 26 Apr 2019 02:29:47 -0300 Subject: Frequency response implemented Need a form --- Project/PropertiesData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/PropertiesData.h') 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; -- cgit