summaryrefslogtreecommitdiffstats
path: root/Project/ElectricCalculation.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-07-14 09:04:40 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-07-14 09:04:40 -0300
commit73e934c17098281ffccd214f7517cd0f6ce03ab6 (patch)
tree8138eb23f888d151c475aca68c5701ce2c574282 /Project/ElectricCalculation.h
parent7ddd1d26ad13ad23f520dff08485ef2794d5958b (diff)
downloadPSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.tar.gz
PSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.tar.xz
PSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.zip
fault and control system implementation error fixed
Diffstat (limited to 'Project/ElectricCalculation.h')
-rw-r--r--Project/ElectricCalculation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/ElectricCalculation.h b/Project/ElectricCalculation.h
index 9dee71a..855f02f 100644
--- a/Project/ElectricCalculation.h
+++ b/Project/ElectricCalculation.h
@@ -94,7 +94,8 @@ class ElectricCalculation
double systemPowerBase,
YBusSequence sequence = POSITIVE_SEQ,
bool includeSyncMachines = false,
- bool allLoadsAsImpedances = false);
+ bool allLoadsAsImpedances = false,
+ bool usePowerFlowVoltagesOnImpedances = false);
/**
* @brief Invert a matrix.