summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-27 01:32:26 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-27 01:32:26 -0300
commit5df0b53a01acfa3e41b0e106426fa874f6af81f7 (patch)
tree570b830dbe477d500cb6cf683ee5ca4a81eeb0f3 /Project/Electromechanical.h
parentec288f99d922ad81b560137c1e561ce02139690a (diff)
downloadPSP.git-5df0b53a01acfa3e41b0e106426fa874f6af81f7.tar.gz
PSP.git-5df0b53a01acfa3e41b0e106426fa874f6af81f7.tar.xz
PSP.git-5df0b53a01acfa3e41b0e106426fa874f6af81f7.zip
Some minor changes
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index 5b535a9..f8d2e99 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -47,8 +47,8 @@ class Electromechanical : public ElectricCalculation
double m_powerSystemBase = 100e6;
- double m_timeStep = 1e-3;
- double m_tolerance = 1e-5;
+ double m_timeStep = 1e-2;
+ double m_tolerance = 1e-6;
int m_maxIterations = 100;
std::vector<double> m_eventTimeList;