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 e6c156a..588cc00 100644 --- a/Project/PropertiesData.h +++ b/Project/PropertiesData.h @@ -39,6 +39,7 @@ struct SimulationData { double powerFlowTolerance = 1e-7; int powerFlowMaxIterations = 5000; double initAngle = 0.0; + double newtonInertia = 1.0; double gaussTolerance = 1e-2; // Stability |