diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-04-04 21:31:28 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-04-04 21:31:28 -0300 |
commit | 54b3719953815bd6a2648bb6dac662f513d80fca (patch) | |
tree | 10a68f1c0ae1911a50a2cdc922a43dac58290208 /Project/PropertiesData.h | |
parent | aef98fb30666fd86cbbafc8bd748e4815d3c819b (diff) | |
download | PSP.git-54b3719953815bd6a2648bb6dac662f513d80fca.tar.gz PSP.git-54b3719953815bd6a2648bb6dac662f513d80fca.tar.xz PSP.git-54b3719953815bd6a2648bb6dac662f513d80fca.zip |
Some ANAREDE to PSP electric data implemented
Some bugfixes
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; |