From 54b3719953815bd6a2648bb6dac662f513d80fca Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 4 Apr 2018 21:31:28 -0300 Subject: Some ANAREDE to PSP electric data implemented Some bugfixes --- 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 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; -- cgit