Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F3/thermal #188

Merged
merged 141 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
72449be
calibration files are ready to hand off
calbaker Jan 8, 2025
8e8ce14
added assert to make it clear where something needs to happen
calbaker Jan 8, 2025
8b311e3
removed unecessary warning suppression and improved comment
calbaker Jan 8, 2025
bc1c2b7
added `fastsim_api` in a few places to propagate serde unit appending
calbaker Jan 8, 2025
330546b
removed deprecated stuff
calbaker Jan 9, 2025
e78f9cf
comments, TODOs, and bug fix
calbaker Jan 10, 2025
4359f43
added comment
calbaker Jan 10, 2025
8bd6850
added more `param_fns`, working on params with side effects
calbaker Jan 13, 2025
166a1bb
changed `LeftNearest` to `Linear`
calbaker Jan 13, 2025
6d546ee
more descriptive names for default RES interpolators
calbaker Jan 14, 2025
dfac71c
added todo! for Robin
calbaker Jan 14, 2025
1d21dd2
minor changes
calbaker Jan 14, 2025
e81fbcd
corrected doc string
calbaker Jan 15, 2025
a911c03
fixed error from `skip`
calbaker Jan 15, 2025
6e92e8c
removed deprecated custom code for generating dataframes
calbaker Jan 15, 2025
10a5f96
deprecated file removed
calbaker Jan 15, 2025
93899c1
fixed plotting problems
calbaker Jan 15, 2025
f0d38f5
rust tests all pass
calbaker Jan 15, 2025
e4fbb1f
adding default power and temp 2D interpolator
robinsteuteville Jan 15, 2025
9a34639
fixed lsp hint
calbaker Jan 16, 2025
aa9c54c
Merge branch 'fastsim-3' of github.com:NREL/fastsim into f3/thermal
calbaker Jan 16, 2025
a990150
Merge branch 'f3/thermal' into f3/thermal-pwr-temp-interp
calbaker Jan 16, 2025
607a6db
fixed and/or disable hints/warnings
calbaker Jan 16, 2025
ba2a892
Merge pull request #181 from NREL/f3/thermal-pwr-temp-interp
calbaker Jan 16, 2025
40fa534
plots now work
calbaker Jan 17, 2025
cb097f0
added todo
calbaker Jan 17, 2025
9d090e3
cleaned up HEV controls
calbaker Jan 17, 2025
6a09c4a
fixed a bunch of missing temperature signals in history
calbaker Jan 18, 2025
2b33fe0
propagated `SetCumulatiive` trait/macro
calbaker Jan 20, 2025
f7a0892
fixed more missing `SetCumulative` impls
calbaker Jan 20, 2025
270be10
added state vars to track power and cumulative energy for hvac stuff
calbaker Jan 20, 2025
a5e44c8
fixed missing thermal connection between Cabin and ReversibleEnergySt…
calbaker Jan 20, 2025
0af091f
demo_hev_thermal.py still fails
calbaker Jan 20, 2025
d9f51cc
hot damn! all the tests pass! should be able to commence thermal cal!
calbaker Jan 21, 2025
9e4b3f4
working on updating arrays in 2022_Hyundai_Sonata_Hybrid_Blue.yaml
robinsteuteville Jan 22, 2025
295c27d
updating fc interpolator to be atkinson's cycle from fastsim-2
robinsteuteville Jan 22, 2025
cf45a48
updating the em.eff_interp_achieved in 2020 Chevrolet Bolt EV.yaml an…
robinsteuteville Jan 22, 2025
4a38034
fixing ordering mistake in array
robinsteuteville Jan 22, 2025
cc3a464
Merge pull request #182 from NREL/f3/thermal-sub
calbaker Jan 22, 2025
74487fb
working on interpolator problems
calbaker Jan 22, 2025
4db7122
thermostat is behaving correctly for cool ambient -- need to confirm hot
calbaker Jan 22, 2025
dcc8cb2
battery eff = f(c-rate, temp)
calbaker Jan 22, 2025
32602fd
added enum to differentiate between possible battery efficiency inter…
calbaker Jan 22, 2025
1d3d65f
added enum to differentiate between possible battery efficiency inter…
calbaker Jan 22, 2025
fa98661
Merge branch 'f3/thermal' of github.com:NREL/fastsim into f3/thermal
calbaker Jan 22, 2025
37918d0
implemented init for Interpolator and fixed missing data
calbaker Jan 22, 2025
20e244c
TODO comments
calbaker Jan 23, 2025
120999e
upgrade to ninterp 0.2.0
kylecarow Jan 23, 2025
9914ea1
Merge branch 'f3/ninterp-0.2.0' into f3/thermal-scary-panic
calbaker Jan 23, 2025
442c430
added `__new__` method, deleted deprecated comments, formatting
calbaker Jan 23, 2025
92b3b21
restored `TemperatureInterval` and made much more readable
calbaker Jan 24, 2025
6555233
temperatures that have `degrees_Celsius` in the name appear to be in …
calbaker Jan 24, 2025
03c60f5
fixed everything to accomodate the fact that uom/serde mess up Celsius
calbaker Jan 24, 2025
b3d61e2
Merge pull request #184 from NREL/f3/thermal-restore-temp-interval
kylecarow Jan 24, 2025
e5834a7
started cal_bev.py
kylecarow Jan 24, 2025
efd4c37
cal_bev is further along
kylecarow Jan 24, 2025
4c3fe44
Hybrid -> Battery
kylecarow Jan 24, 2025
f4623ad
selected BEV cycles
kylecarow Jan 24, 2025
610a47e
kelvin to celsius in vehicle files
kylecarow Jan 24, 2025
c4d1f84
battery temp
kylecarow Jan 24, 2025
fe013e8
ninterp v0.2.1
kylecarow Jan 24, 2025
376a39a
added solar load column
calbaker Jan 27, 2025
755f088
Merge branch 'f3/thermal' of github.com:NREL/fastsim into f3/thermal
calbaker Jan 27, 2025
ae1c607
wrote def for cyc from df -- i.e. BCs
calbaker Jan 28, 2025
db272d4
troubleshooting pymoo stuff
calbaker Jan 28, 2025
21bbaeb
Merge branch 'f3/thermal-cal-bev' of github.com:NREL/fastsim into f3/…
calbaker Jan 28, 2025
af60918
fixed temperature unit error
calbaker Jan 28, 2025
c747359
`walk_once` gets passed first time step but still fails due to pwr de…
calbaker Jan 28, 2025
dc9f243
working on exposing SimParams to enable trace miss
calbaker Jan 28, 2025
bb104bb
allowed trace miss in cal_hev.py
calbaker Jan 29, 2025
9d9b10a
updating cal_bev.py to bring it up to speed with cal_hev.py
robinsteuteville Jan 29, 2025
d3b70dd
cleaning up comments
robinsteuteville Jan 29, 2025
1bac42c
updating to account for dyno SOC being between 0 and 100 (rather than…
robinsteuteville Jan 29, 2025
be09097
updating paths in cal_mod_obj
robinsteuteville Jan 29, 2025
a160e20
Merge pull request #186 from NREL/f3/thermal-update-bev-cal
calbaker Jan 29, 2025
261f183
more nuanced handling of partial runs
calbaker Jan 29, 2025
6b2846c
Merge branch 'f3/thermal' of github.com:NREL/fastsim into f3/thermal
calbaker Jan 29, 2025
a602540
figured out data needs to be resampled to 1 Hz
calbaker Jan 29, 2025
d2d04b8
grade is interpolated more efficiently
calbaker Jan 29, 2025
73a7554
optimizer is running but failing before it finishes ... pressing forward
calbaker Jan 29, 2025
b455ab7
removed accidentally-restored `to_file`
calbaker Jan 29, 2025
65bcf92
more fleshing out
calbaker Jan 29, 2025
17a7ac6
fixed bad SOC getter
calbaker Jan 29, 2025
4f1d0f1
obj columns have fn name as header
calbaker Jan 30, 2025
e43ca53
same as previous but for params
calbaker Jan 30, 2025
311160f
bev cal updates
kylecarow Jan 30, 2025
0044ed9
fixed quote error
calbaker Jan 30, 2025
f07e0a1
Merge branch 'f3/thermal' of github.com:NREL/fastsim into f3/thermal
calbaker Jan 30, 2025
98be1cf
made it so that only the first set of non-space characters show up in…
calbaker Jan 30, 2025
960459d
got plotting mostly set up but encountered error
calbaker Jan 30, 2025
3d70bdc
plot enprettification
calbaker Jan 30, 2025
92e5a51
first commit of cold start cold ambient demo
calbaker Jan 30, 2025
98decf6
peppered code with ensures and fixed a bunch of bad negative signs
calbaker Jan 30, 2025
9af0632
cabin is following FC temp, which is good!
calbaker Jan 30, 2025
5aedd39
fixed problem of referencing `self.state.cop` before assignment
calbaker Jan 30, 2025
c0c9a81
everything passed! added `width_meters` from source
calbaker Jan 30, 2025
7a0f82e
added files that should have already been tracked
calbaker Jan 30, 2025
8cae2e1
fixed parameter misuseg
calbaker Jan 30, 2025
9386817
added objective for hvac power
calbaker Jan 30, 2025
eea7f96
accounted for lack of hvac power during heating
calbaker Jan 30, 2025
c3b46af
fc range works
calbaker Jan 31, 2025
ab1c221
turned off fc eff range
calbaker Jan 31, 2025
ae9a185
working on returning the right number of objectives
calbaker Jan 31, 2025
e190ae1
added pprint for debugging
calbaker Jan 31, 2025
32374ed
not iterating through enough cycles
calbaker Jan 31, 2025
0f1477e
the bug was caused by a shallow copy!
calbaker Jan 31, 2025
e695acc
looks like more parameters need to be exposed to pymoo
calbaker Jan 31, 2025
ecfc18c
pymoo runs and is starting to make more sense. need to check that pa…
calbaker Jan 31, 2025
6c55a69
all tests pass
calbaker Jan 31, 2025
00675b9
contains useful metadata
calbaker Jan 31, 2025
235a119
now have ability to deactivate hvac
calbaker Jan 31, 2025
5db2dfc
fixed temperature units
calbaker Jan 31, 2025
11afa6e
handled `None` case
calbaker Jan 31, 2025
d38ff78
added `RESGreedyWithDynamicBuffers`
calbaker Jan 31, 2025
1e33d67
partial perturb_params
kylecarow Jan 31, 2025
c597327
parameter response verified
calbaker Jan 31, 2025
b5c0ad7
addedd comment
calbaker Jan 31, 2025
f43db23
runs with hvac params
calbaker Jan 31, 2025
1155b8c
all paramaters have been exposed to PyMOO
calbaker Jan 31, 2025
8ab00e1
moved to have `main` protecction
calbaker Jan 31, 2025
b562ccc
wider bounds
calbaker Jan 31, 2025
ebeca72
better error messaging
calbaker Jan 31, 2025
df5fc7e
modified perturb function a bit
calbaker Jan 31, 2025
ccd8067
trying ot add constraints
calbaker Jan 31, 2025
4d8d49c
fixed (hopefully) bug into temperature-dependent engine efficiency
calbaker Jan 31, 2025
d841930
final stuff used for reporting
calbaker Feb 1, 2025
892fddb
propagated variables from hev to bev
calbaker Feb 3, 2025
7e80639
more organized imports
calbaker Feb 3, 2025
0a55c7e
plot labeling and df trimming
calbaker Feb 3, 2025
18cadab
fixed `draw_error_zons`
calbaker Feb 3, 2025
3b5824b
addressed warning
calbaker Feb 3, 2025
0807f82
units in func names
calbaker Feb 3, 2025
7bf9a80
cleaner plot labels
calbaker Feb 3, 2025
610c06f
params can be perturbed with individual bounds
calbaker Feb 3, 2025
ab4d19c
resampling now accounts for rate-dependent cumulative variables
calbaker Feb 3, 2025
5f53a04
wider bounds
calbaker Feb 3, 2025
85c341b
reduced te_deadband
calbaker Feb 3, 2025
0f42763
reasonably good calibration
calbaker Feb 3, 2025
96cfcf4
turned `skip_init` to False by default
calbaker Feb 3, 2025
4d1d082
updated from calibration results
calbaker Feb 4, 2025
4911a61
shifted some comments around
calbaker Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2010 Mazda 3 i-Stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3301
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2012 Ford Focus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.304
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2012 Ford Fusion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.875
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.393
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 AUDI A3 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.395
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 BMW 328d 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 CHEVROLET Spark EV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.33
frontal_area_square_meters: 2.357
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 FORD C-MAX HEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.0
frac_res_dschrg_for_fc: 0.0
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 FORD Escape 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.355
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 FORD Explorer 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.34
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 HYUNDAI Elantra 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 Hyundai Tucson Fuel Cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.0
frac_res_dschrg_for_fc: 0.0
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 KIA Optima Hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.0
frac_res_dschrg_for_fc: 0.0
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 Leaf 24 kWh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.315
frontal_area_square_meters: 2.755
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 MITSUBISHI i-MiEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.34
frontal_area_square_meters: 2.56
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 Nissan Leaf 30 kWh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.315
frontal_area_square_meters: 2.755
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 TESLA Model S60 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.3
frontal_area_square_meters: 2.832
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 TOYOTA Camry 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 TOYOTA Corolla 4cyl 2WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.3
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 TOYOTA Highlander Hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.0
frac_res_dschrg_for_fc: 0.0
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2016 Toyota Prius Two FWD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.0
frac_res_dschrg_for_fc: 1.0
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2017 CHEVROLET Bolt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.29
frontal_area_square_meters: 2.845
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2017 Maruti Dzire VDI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.95
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.375
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2017 Toyota Highlander 3.5 L.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.875
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.1966
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.4
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2020 Hero Splendor+ 100cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.78
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2020 VW Golf 1.5TSI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.275
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2020 VW Golf 2.0TDI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.275
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2021 BMW iX xDrive40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.25
frontal_area_square_meters: 2.82
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2021 Cupra Born.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.27
frontal_area_square_meters: 2.31
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2021 Fiat Panda Mild Hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.95
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.4
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2021 Honda N-Box G.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.95
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.38
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2021 Peugot 3008.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.95
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.33
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Ford F-150 Lightning 4WD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.44
frontal_area_square_meters: 3.435086194
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.3261816574680473
frontal_area_square_meters: 2.4
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Renault Megane E-Tech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.305
frontal_area_square_meters: 2.21
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Renault Zoe ZE50 R135.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.92
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.33
frontal_area_square_meters: 2.5121646
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Tesla Model 3 RWD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.23
frontal_area_square_meters: 2.22
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Tesla Model Y RWD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.23
frontal_area_square_meters: 2.45
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Toyota RAV4 Hybrid LE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.3
frac_res_dschrg_for_fc: 0.3
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Toyota Yaris Hybrid Mid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ pt_type:
frac_res_chrg_for_fc: 0.3
frac_res_dschrg_for_fc: 0.3
aux_cntrl: AuxOnResPriority
mass: ~
mass_kilograms: ~
sim_params:
res_per_fuel_lim: 0.005
soc_balance_iter_err: 5
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2022 Volvo XC40 Recharge twin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pt_type:
eff_interp:
Interp0D: 0.98
save_interval: 1
mass: ~
mass_kilograms: ~
chassis:
drag_coef: 0.381485332
frontal_area_square_meters: 2.56
Expand Down
2 changes: 1 addition & 1 deletion cal_and_val/f3-vehicles/2023 Mitsubishi Pajero Sport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pt_type:
eff_interp:
Interp0D: 0.9
save_interval: 1
mass: ~
mass_kilograms: ~
alt_eff: 1.0
chassis:
drag_coef: 0.4
Expand Down
Loading
Loading