diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-28 02:37:17 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-28 02:37:17 -0300 |
commit | e1a11643e0245676b04d6c9fce5eb35d68163121 (patch) | |
tree | ff05b6fa0bbb393f0b0b8119e43fe6197ef6866d /Project/Electromechanical.h | |
parent | bee32c0b8432c0a849baa57a1897eab936894af9 (diff) | |
download | PSP.git-e1a11643e0245676b04d6c9fce5eb35d68163121.tar.gz PSP.git-e1a11643e0245676b04d6c9fce5eb35d68163121.tar.xz PSP.git-e1a11643e0245676b04d6c9fce5eb35d68163121.zip |
Type 3 machine working properly now
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index f8d2e99..808b936 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -3,6 +3,8 @@ #include "ElectricCalculation.h" +#include <wx/progdlg.h> + class ControlElementSolver; class Electromechanical : public ElectricCalculation @@ -47,7 +49,7 @@ class Electromechanical : public ElectricCalculation double m_powerSystemBase = 100e6; - double m_timeStep = 1e-2; + double m_timeStep = 1e-3; double m_tolerance = 1e-6; int m_maxIterations = 100; |