From bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 5 Oct 2017 20:02:59 -0300 Subject: Add copyright on files and documentation update --- docs/doxygen/html/class_electromechanical.html | 56 +++++++++++++++++++------- 1 file changed, 42 insertions(+), 14 deletions(-) (limited to 'docs/doxygen/html/class_electromechanical.html') diff --git a/docs/doxygen/html/class_electromechanical.html b/docs/doxygen/html/class_electromechanical.html index e7e158d..1cc28de 100644 --- a/docs/doxygen/html/class_electromechanical.html +++ b/docs/doxygen/html/class_electromechanical.html @@ -21,6 +21,12 @@ + @@ -88,6 +94,8 @@ $(document).ready(function(){initNavTree('class_electromechanical.html','');});
Electromechanical Class Reference
+ +

#include <Electromechanical.h>

Inheritance diagram for Electromechanical:
@@ -199,6 +207,12 @@ std::vector< double > < std::vector< double > m_numItVector   + +std::vector< double > m_sdCVector +  + +std::vector< double > m_sqCVector +  @@ -214,9 +228,6 @@ void  - - @@ -226,9 +237,9 @@ std::complex< double >  - - + + @@ -238,15 +249,21 @@ bool  - - - - + + + + + + + + @@ -304,6 +321,9 @@ double  + + @@ -316,6 +336,12 @@ std::vector< double >  + + + + @@ -352,8 +378,10 @@ std::vector< Transformer * &g

Protected Member Functions

SetEvent (double
bool EventTrigger (double eventTime, double currentTime)
 
-double GetPowerValue (double value, ElectricalUnit unit)
 
void InsertSyncMachinesOnYBus ()
 
bool InitializeDynamicElements ()
 
-void CalculateMachinesCurrents ()
 
+bool CalculateMachinesCurrents ()
 
void CalculateIntegrationConstants (SyncGenerator *syncGenerator, double id, double iq, double k=1.0)
 
SolveSynchronousMachi
void SetSyncMachinesModel ()
 
-double CalculateSyncMachineIntVariables (SyncGenerator *syncGenerator, double id, double iq, double pe, double k=1.0)
 
-void CalculateSyncMachineNonIntVariables (SyncGenerator *syncGenerator, double &id, double &iq, double &pe, double k=1.0)
 
+SyncMachineModelData GetSyncMachineModelData (SyncGenerator *syncMachine)
 
+double CalculateSyncMachineIntVariables (SyncGenerator *syncGenerator, double id, double iq, double sd, double sq, double pe, double k=1.0)
 
+bool CalculateSyncMachineNonIntVariables (SyncGenerator *syncGenerator, double &id, double &iq, double &sd, double &sq, double &pe, double k=1.0)
 
void CalculateReferenceSpeed ()
 
+bool CalculateSyncMachineSaturation (SyncGenerator *syncMachine, double &id, double &iq, double &sd, double &sq, bool updateCurrents=true, double k=1.0)
 
void SaveData ()
 
m_tolerance = 1
int m_maxIterations = 100
 
+double m_saturationTolerance = 1e-8
 
std::vector< double > m_eventTimeList
 
<
double m_wError = 0.0
 
+double m_sdC = 1.0
 
+double m_sqC = 1.0
 
double m_numIt = 0
 
 

Detailed Description

-
-

Definition at line 10 of file Electromechanical.h.

+
Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
+
Date
23/09/2017
+ +

Definition at line 51 of file Electromechanical.h.


The documentation for this class was generated from the following files: