summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-30 17:56:04 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-30 17:56:04 -0300
commit0e0a956edd98d71b22d5be2c85b0fc2049a77c4a (patch)
treed148d260de3bc467a83af92e9e17843833c149fa /Project/Electromechanical.h
parent862fdf461da424da5db53b6eb8d9dd393092b4b2 (diff)
downloadPSP.git-0e0a956edd98d71b22d5be2c85b0fc2049a77c4a.tar.gz
PSP.git-0e0a956edd98d71b22d5be2c85b0fc2049a77c4a.tar.xz
PSP.git-0e0a956edd98d71b22d5be2c85b0fc2049a77c4a.zip
Control step different from machines implemented
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index a023f91..d8889e6 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -56,6 +56,7 @@ class Electromechanical : public ElectricCalculation
double m_powerSystemBase = 100e6;
double m_timeStep = 1e-2;
+ double m_ctrlTimeStepMultiplier = 0.1;
double m_tolerance = 1e-6;
int m_maxIterations = 100;