From 0e0a956edd98d71b22d5be2c85b0fc2049a77c4a Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 30 May 2017 17:56:04 -0300 Subject: Control step different from machines implemented --- Project/Electromechanical.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Electromechanical.h') 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; -- cgit