diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-04-25 01:25:41 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-04-25 01:25:41 -0300 |
commit | 2771fff79ac9c3c09b70f4668e7142b2e944d1f2 (patch) | |
tree | c55b0780b0da2ac270df16c5b92d7fc243ea0756 /Project/Workspace.h | |
parent | fdb50c49b323edf16ce72c7ee2c678aa1ac99777 (diff) | |
download | PSP.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/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index c59314a..38c5356 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -43,6 +43,7 @@ class SyncMotor; class Load; class Inductor; class Capacitor; +class HarmCurrent; class ElementDataObject; class Text; @@ -50,6 +51,7 @@ class Text; class PowerFlow; class Fault; class Electromechanical; +class PowerQuality; class ElementPlotData; class ChartView; @@ -66,6 +68,7 @@ enum ElementID { ID_LOAD, ID_CAPACITOR, ID_INDUCTOR, + ID_HARMCURRENT, ID_TEXT, NUM_ELEMENTS @@ -145,6 +148,7 @@ class Workspace : public WorkspaceBase bool RunSCPower(); bool RunStaticStudies(); bool RunStability(); + bool RunHarmonicDistortion(); protected: virtual void OnMiddleDoubleClick(wxMouseEvent& event); |