diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-30 00:27:38 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-30 00:27:38 -0300 |
commit | 862fdf461da424da5db53b6eb8d9dd393092b4b2 (patch) | |
tree | 910568ff7f89b7eed4050e9267bc6cef6d506551 /Project/Electromechanical.h | |
parent | 73eacaf08f695bb3261f072d82ba9fe88366f1c1 (diff) | |
download | PSP.git-862fdf461da424da5db53b6eb8d9dd393092b4b2.tar.gz PSP.git-862fdf461da424da5db53b6eb8d9dd393092b4b2.tar.xz PSP.git-862fdf461da424da5db53b6eb8d9dd393092b4b2.zip |
Decrease default step size
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index 8dabe05..a023f91 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -55,7 +55,7 @@ class Electromechanical : public ElectricCalculation double m_powerSystemBase = 100e6; - double m_timeStep = 1e-3; + double m_timeStep = 1e-2; double m_tolerance = 1e-6; int m_maxIterations = 100; |