From 46115e4326fc679fe6f1f2c32164b95420e689eb Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Wed, 18 Jan 2017 17:15:35 -0200 Subject: Some doc, class restruct and SC power implemented --- Project/Fault.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Project/Fault.h') diff --git a/Project/Fault.h b/Project/Fault.h index c3caef7..c72c3f4 100644 --- a/Project/Fault.h +++ b/Project/Fault.h @@ -35,6 +35,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. -- cgit