Skip to content

Commit 94d4602

Browse files
committed
Sync with the development repo's clean branch
1 parent 89862ee commit 94d4602

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

Components/DriverHEVPowerSplit/DriverHEVPowerSplit_params.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% These are for controller/driver only.
99
% ICs for plant are defined elsewhere.
1010

11-
initial.driverHVBattSOC_pct = 95;
11+
initial.driverHVBattSOC_pct = 85;
1212

1313
initial.driverBrakeForce_N = 8000;
1414
initial.driverBrakeOn_tf = true;
@@ -42,7 +42,7 @@
4242

4343
% Engine On Off logic for Engine and MG1 control:
4444
driver.engOnVehSpd_kph = 50; % Always use engine above this threshold
45-
driver.chgSpd_kph = 40; % Threshold vehicle speed to charge battery if driving while charge level not high
45+
driver.chgSpd_kph = 70; % Threshold vehicle speed to charge battery if driving while charge level not high
4646

4747
% Engine Controller:
4848
driver.engTrqMax_Nm = engine.trqMax_Nm;

Components/DrivingPatternBasic/DrivingPatternBasic_inputs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
opt.useKph = true;
4141

4242
% Default value for initial SOC
43-
initial.HVBattery_SOC_pct = 95;
43+
initial.HVBattery_SOC_pct = 75;
4444

4545
inputPatternConst = @(c) timetable([c c]', 'RowTimes',seconds([0 1])');
4646

Components/MotorDriveUnitBasic/MotorDriveUnitBasic.ssc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ component MotorDriveUnitBasic
2323
response_time_const = { 0.02 's' }; % Torque response time constant
2424
action_spd = simscape.enum.assert.action.warn % Action on overspeed
2525

26-
efficiency_pct = 97; % Motor efficiency E(S,T) in % at speed S ant torque T
26+
efficiency_pct = 97; % Motor efficiency E(S,T) in % at speed S and torque T
2727
spd_eff = { 2000 'rpm' }; % Motor speed S for E(S,T)
2828
trq_eff = { 50 'N*m' }; % Motor torque T for E(S,T)
2929
iron_to_nominal_ratio = 0.1; % Ratio of iron loss to nominal loss
416 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

HEV_main_script.mlx

1 Byte
Binary file not shown.

utils/simulation_result.png

-548 Bytes
Loading

0 commit comments

Comments
 (0)