summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 0c16b9d..511eb61 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -30,6 +30,13 @@ struct IndMotorElectricalData {
ElectricalUnit reactivePowerUnit = UNIT_MVAr;
};
+/**
+ * @class IndMotor
+ * @author Thales Lima Oliveira <thales@ufu.br>
+ * @date 06/10/2017
+ * @brief Induction motor power element.
+ * @file IndMotor.h
+ */
class IndMotor : public Machines
{
public: