Skip to content

Commit

Permalink
Fix one minor typo in a parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Ito-MW committed May 25, 2021
1 parent 51d7008 commit dfc9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HEV/PowerSplitHEV_params.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
vehicle.mass_kg = 1400 + 50*0.7 + 70*2; % 1575

vehicle.tireRollingRadius_m = 0.3;
vehicle.roadLoadA_N = 175; % A = tire_rolling_coeeficient * mass * g
vehicle.roadLoadA_N = 175; % A = tire_rolling_coefficient * mass * g
vehicle.roadLoadB_N_per_kph = 0;
vehicle.roadLoadC_N_per_kph2 = 0.032; % C = 0.5 * Cd * frontal_area * air_density
vehicle.roadLoad_gravAccel_m_per_s2 = 9.81;
Expand Down

0 comments on commit dfc9aaf

Please sign in to comment.