From c7ef9a883031c68506357f9ef1b1a0b79c79f4da Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 25 Jul 2019 01:11:17 -0300 Subject: Motor integration with PF Newton bug fixed Newton inertia implemented Gauss-Newton implemented --- 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 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 -- cgit