summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesData.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-08 19:22:56 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-08 19:22:56 -0200
commit3f2f03cc1aac38ad880c0859707b30654a3c935c (patch)
tree5497752183130eeb282506ae2dda7ad196ea2509 /Project/PropertiesData.h
parentb23a673fbe5cfd322956cdff8ef3472da8e0dbff (diff)
downloadPSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.tar.gz
PSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.tar.xz
PSP.git-3f2f03cc1aac38ad880c0859707b30654a3c935c.zip
File handling implamentation of ZIP loads (and simulation data)
Version updated
Diffstat (limited to 'Project/PropertiesData.h')
-rw-r--r--Project/PropertiesData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/PropertiesData.h b/Project/PropertiesData.h
index 1943d52..deba3e9 100644
--- a/Project/PropertiesData.h
+++ b/Project/PropertiesData.h
@@ -29,8 +29,8 @@ struct SimulationData {
// General simulation data
double basePower = 100.0;
ElectricalUnit basePowerUnit = UNIT_MVA;
- bool faultAfterPowerFlow = true;
- bool scPowerAfterPowerFlow = true;
+ bool faultAfterPowerFlow = false;
+ bool scPowerAfterPowerFlow = false;
// Power flow
PowerFlowMethod powerFlowMethod = GAUSS_SEIDEL;