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 deba3e9..127eb59 100644 --- a/Project/PropertiesData.h +++ b/Project/PropertiesData.h @@ -37,6 +37,7 @@ struct SimulationData { double accFator = 1.0; double powerFlowTolerance = 1e-7; int powerFlowMaxIterations = 5000; + double initAngle = 0.0; // Stability double stabilityFrequency = 60.0; |