Skip to content

Commit

Permalink
seeing if full tests run with small rust change
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 23, 2024
1 parent 6f1baa5 commit 1f8cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/thermal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ impl SimDriveHot {
/ (1.0 + self.state.fc_lambda * self.sd.props.fuel_afr_stoich),
);

// limited between 0 and 1, but should really not get near 1
// Limited between 0 and 1, but should really not get near 1
self.state.fc_qdot_per_net_heat = (self.vehthrm.fc_coeff_from_comb
* (self.state.fc_te_adiabatic_deg_c - self.state.fc_te_deg_c))
.min(1.0)
Expand Down

0 comments on commit 1f8cfac

Please sign in to comment.