Skip to content

Commit

Permalink
kelvin to celsius in vehicle files
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Jan 24, 2025
1 parent f4623ad commit 610a47e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cal_and_val/thermal/f3-vehicles/2020 Chevrolet Bolt EV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ year: 2020
cabin:
LumpedCabin:
# 0.05 is Chad's uncalibrated estimate
cab_shell_htc_to_amb_watts_per_square_meter_kelvin: 0.05
cab_shell_htc_to_amb_watts_per_square_meter_degree_celsius: 0.05
# 0.05 is Chad's uncalibrated estimate
cab_htc_to_amb_stop_watts_per_square_meter_kelvin: 0.05
cab_htc_to_amb_stop_watts_per_square_meter_degree_celsius: 0.05
# 200,000 is Chad's uncalibrated estimate
heat_capacitance_joules_per_kelvin: 200000
# TODO: get actual vehicle length, but calibrate this later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pt_type:
FuelConverterThermal:
heat_capacitance_joules_per_kelvin: 200000.0
length_for_convection_meters: 1.0
htc_to_amb_stop_watts_per_square_meter_kelvin: 50.0
htc_to_amb_stop_watts_per_square_meter_degree_celsius: 50.0
conductance_from_comb_watts_per_kelvin: 5.0
max_frac_from_comb: 0.5
tstat_te_sto_kelvin: 358.15
Expand Down Expand Up @@ -226,8 +226,8 @@ chassis:
cargo_mass_kilograms: ~
cabin:
LumpedCabin:
cab_shell_htc_to_amb_watts_per_square_meter_kelvin: 0.05
cab_htc_to_amb_stop_watts_per_square_meter_kelvin: 0.05
cab_shell_htc_to_amb_watts_per_square_meter_degree_celsius: 0.05
cab_htc_to_amb_stop_watts_per_square_meter_degree_celsius: 0.05
heat_capacitance_joules_per_kelvin: 200000.0
length_meters: 2.5
width_meters: 2.0
Expand Down

0 comments on commit 610a47e

Please sign in to comment.