summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-25 01:25:41 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-25 01:25:41 -0300
commit2771fff79ac9c3c09b70f4668e7142b2e944d1f2 (patch)
treec55b0780b0da2ac270df16c5b92d7fc243ea0756 /Project/Text.h
parentfdb50c49b323edf16ce72c7ee2c678aa1ac99777 (diff)
downloadPSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.tar.gz
PSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.tar.xz
PSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.zip
Matpower Importer and power quality calculation
Power quality in implementation
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 822d5ee..56fc821 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -36,6 +36,7 @@ class SyncMotor;
class Load;
class Inductor;
class Capacitor;
+class HarmCurrent;
enum ElementType {
TYPE_NONE = 0,
@@ -47,7 +48,8 @@ enum ElementType {
TYPE_LOAD,
TYPE_SYNC_GENERATOR,
TYPE_SYNC_MOTOR,
- TYPE_TRANSFORMER
+ TYPE_TRANSFORMER,
+ TYPE_HARMCURRENT
};
enum DataType {