summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-25 01:50:23 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-25 01:50:23 -0300
commit5e99db91624cea9308cb296544d81ce1fa4951e5 (patch)
treeadecd76385fd9862f5076b0eb41f39d5196355ae /Project/Electromechanical.h
parent54cf77fe93d3862d8718c6c85c83cf8f8317e68d (diff)
downloadPSP.git-5e99db91624cea9308cb296544d81ce1fa4951e5.tar.gz
PSP.git-5e99db91624cea9308cb296544d81ce1fa4951e5.tar.xz
PSP.git-5e99db91624cea9308cb296544d81ce1fa4951e5.zip
Zero xd bug fixed, some parameters showed
The calculation is wrong
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index 37ea4f2..9de4171 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -44,6 +44,8 @@ class Electromechanical : public ElectricCalculation
std::vector<double> m_transEdErrorVector;
std::vector<double> m_transEqErrorVector;
std::vector<double> m_numItVector;
+ std::vector<double> m_sdCVector;
+ std::vector<double> m_sqCVector;
protected:
void SetEventTimeList();
@@ -110,6 +112,8 @@ class Electromechanical : public ElectricCalculation
// tests
double m_wError = 0.0;
+ double m_sdC = 0.0;
+ double m_sqC = 0.0;
double m_numIt = 0;
};