summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesData.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-04 21:31:28 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-04 21:31:28 -0300
commit54b3719953815bd6a2648bb6dac662f513d80fca (patch)
tree10a68f1c0ae1911a50a2cdc922a43dac58290208 /Project/PropertiesData.h
parentaef98fb30666fd86cbbafc8bd748e4815d3c819b (diff)
downloadPSP.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.h1
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;