diff options
Diffstat (limited to 'Project/PropertiesData.h')
-rw-r--r-- | Project/PropertiesData.h | 1 |
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; |