Skip to content

Commit 53c3b55

Browse files
committed
Update Power Split Drive Unit component using Continuous Multi-Step blocks for input signals.
1 parent bcbfb44 commit 53c3b55

File tree

163 files changed

+4309
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+4309
-1194
lines changed
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

Components/Engine/Harness/Engine_Component_harness_model.mdl

Lines changed: 178 additions & 35 deletions
Large diffs are not rendered by default.

Components/MotorDriveUnit/MotorDriveUnit_refsub_Basic_params.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515

1616
motorDriveUnit.thermalMass_J_perK = 5000;
1717

18-
motorDriveUnit.dampSpringStiffness_Nm_per_rad = 10000;
19-
motorDriveUnit.dampSpringFriction_Nm_per_rpm = 100;
18+
% motorDriveUnit.dampSpringStiffness_Nm_per_rad = 10000;
19+
% motorDriveUnit.dampSpringFriction_Nm_per_rpm = 100;
20+
motorDriveUnit.dampSpringStiffness_Nm_per_rad = 1000;
21+
motorDriveUnit.dampSpringFriction_Nm_per_rpm = 10000;
2022

2123
smoothing.MDU_dampSpringVelTol_rpm = 0.1;
2224

Components/MotorDriveUnit/Test/MotorDriveUnit_Component_UnitTest_MQC.m

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,12 @@
1111
% which can not only run tests but also generates summary and
1212
% measures code coverage report.
1313

14-
% Copyright 2021-2022 The MathWorks, Inc.
14+
% Copyright 2021-2023 The MathWorks, Inc.
1515

1616
methods (Test)
1717

1818
%% Component's top folder
1919

20-
% function MQC_run_main_script(~)
21-
% close all
22-
% bdclose all
23-
% MotorDriveUnit_Component_main_script
24-
% close all
25-
% bdclose all
26-
% end
27-
2820
function MQC_run_Basic_params(~)
2921
close all
3022
bdclose all
Binary file not shown.
Binary file not shown.

Components/MotorGenerator1/Harness/MotorGenerator1_Component_harness_model.mdl

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)