Skip to content

Commit

Permalink
updated defaults with values from altrios/demos/bel_demo.py
Browse files Browse the repository at this point in the history
as these are the values determined by calibration
  • Loading branch information
calbaker committed Jun 14, 2024
1 parent 5ad213a commit f69cea9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rust/altrios-core/src/consist/locomotive/locomotive_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,11 @@ impl Locomotive {
LocoParams {
// source: https://www.wabteccorp.com/media/466/download?inline
mass: Some(194.6e3 * uc::KG),
..Default::default()
pwr_aux_offset: 8.55e3 * uc::W,
pwr_aux_traction_coeff: 540e-6 * uc::R,
force_max: 667.2e3 * uc::N,
},
Default::default(),
Some(1),
)
.unwrap()
}
Expand Down

0 comments on commit f69cea9

Please sign in to comment.