summaryrefslogtreecommitdiffstats
path: root/Project/Fault.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Fault.h')
-rw-r--r--Project/Fault.h6
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.
*/