summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-21 02:14:45 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-21 02:14:45 -0200
commitb32c2281cff97d1902f963b782c1b10342945f77 (patch)
treedd64655d86f9b59b882720938ae002a31f1835cd /Project/Electromechanical.h
parentc6d815b6b11504be68d7a97df63cfef749624418 (diff)
downloadPSP.git-b32c2281cff97d1902f963b782c1b10342945f77.tar.gz
PSP.git-b32c2281cff97d1902f963b782c1b10342945f77.tar.xz
PSP.git-b32c2281cff97d1902f963b782c1b10342945f77.zip
Math expression solver implemented
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index d261161..4c82bb6 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -115,6 +115,7 @@ class Electromechanical : public ElectricCalculation
double m_powerSystemBase = 100e6;
double m_simTime = 10.0;
+ double m_currentTime = 0.0;
double m_plotTime = 1e-2;
double m_timeStep = 1e-2;
double m_ctrlTimeStepMultiplier = 0.1;