From e1a11643e0245676b04d6c9fce5eb35d68163121 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sun, 28 May 2017 02:37:17 -0300 Subject: Type 3 machine working properly now --- Project/Electromechanical.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Project/Electromechanical.h') 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 + 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; -- cgit