diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-18 17:15:35 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-18 17:15:35 -0200 |
commit | 46115e4326fc679fe6f1f2c32164b95420e689eb (patch) | |
tree | c5c60bad223bd8e3c97252b31ab8ed2b5e3e2a25 /Project/Fault.h | |
parent | 44a7475053ea042bfca9cd31998ddb5b16910688 (diff) | |
download | PSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.tar.gz PSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.tar.xz PSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.zip |
Some doc, class restruct and SC power implemented
Diffstat (limited to 'Project/Fault.h')
-rw-r--r-- | Project/Fault.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Project/Fault.h b/Project/Fault.h index c3caef7..c72c3f4 100644 --- a/Project/Fault.h +++ b/Project/Fault.h @@ -36,6 +36,12 @@ public: virtual bool RunFaultCalculation(double systemPowerBase); /** + * @brief Calculate the short-circuit power of the system. Return true if was possible the calculation. + * @param systemPowerBase System base of power. + */ + virtual bool RunSCPowerCalcutation(double systemPowerBase); + + /** * @brief Update the data of the elements. * @param systemPowerBase System base of power. */ |