From 2c91f594b73749c80e99151631f04cefe5e42ef4 Mon Sep 17 00:00:00 2001 From: Raphael Luz <luz@ivt.tugraz.at> Date: Wed, 4 Feb 2015 16:29:26 +0100 Subject: [PATCH] updated changelog --- CHANGES.md | 10 +++++++++- VECTO/MODcalc/cPower.vb | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1bba9672b0..53b15cc4d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,11 +3,19 @@ +### VECTO 2.0.4-beta3 +* Bugfix: VECTO didn't check if the full load curve covers the speed range up to nhi. Now it will abort if the full load curve is "too short" +* Update in Torque Convert model: Allowed engine speed range up to n95h (before: Pmax-speed) +* Bugfix: Rare crashes caused by gear shift model +* Bugfix: Error in engine inertia power calculation +* Torque Converter losses in modal results +* Implemented speed profile cleaning for very small values. (Caused shifting back to first gear when decelerating.) +* DEV Option for advanced CSV format output (units line, additional info) + ### VECTO 2.0.4-beta2 * Bugfix: VECTO freezed if torque converter creeping was not possible due to low full load torque. Now it will abort with error message. * Bugfix: Small fixes in torque converter model - ### VECTO 2.0.4-beta1 * Updated CSV format of some declaration config files * Various bugfixes in AT model diff --git a/VECTO/MODcalc/cPower.vb b/VECTO/MODcalc/cPower.vb index 76a5cb3d32..dd59af0802 100644 --- a/VECTO/MODcalc/cPower.vb +++ b/VECTO/MODcalc/cPower.vb @@ -1138,7 +1138,6 @@ lb_nOK: Return False End If Else 'tEngState.Idle, tEngState.Stopped, tEngState.Drag - 'ERROR: Engine not in Drivetrain ... can it be? If FirstSecItar Then If P > 0.1 Then WorkerMsg(tMsgID.Warn, "Pwheel > 0 but EngState undefined ?!", MsgSrc & "/t= " & jz + 1) End If -- GitLab