summaryrefslogtreecommitdiffstats
path: root/Project/Inductor.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-11-01 19:36:24 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-11-01 19:36:24 -0200
commitb306118b2683cf6f264b5f1617c3e0e62a6c9042 (patch)
tree2059f3a6647d5021a0eaa7f1b08635cbcd83def0 /Project/Inductor.h
parent7d4df7195202eaea0e84f227e96f19dec4144081 (diff)
downloadPSP.git-b306118b2683cf6f264b5f1617c3e0e62a6c9042.tar.gz
PSP.git-b306118b2683cf6f264b5f1617c3e0e62a6c9042.tar.xz
PSP.git-b306118b2683cf6f264b5f1617c3e0e62a6c9042.zip
Power flow (gs) under implementation
Diffstat (limited to 'Project/Inductor.h')
-rw-r--r--Project/Inductor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Inductor.h b/Project/Inductor.h
index 21134c5..f157d1c 100644
--- a/Project/Inductor.h
+++ b/Project/Inductor.h
@@ -26,6 +26,7 @@ class Inductor : public Shunt
virtual bool GetContextMenu(wxMenu& menu);
virtual bool ShowForm(wxWindow* parent, Element* element);
virtual InductorElectricalData GetElectricalData() { return m_electricalData; }
+ virtual InductorElectricalData GetPUElectricalData(double systemPowerBase);
virtual void SetElectricalData(InductorElectricalData electricalData) { m_electricalData = electricalData; }
protected:
InductorElectricalData m_electricalData;