-
Notifications
You must be signed in to change notification settings - Fork 6
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
using fuel converter efficiency map in fuel economy calcs #165
Comments
@bharatwrrr The So, this code:
is affected by the Does that help? EDIT:
|
@kylecarow Yep, I got it. Thanks! I have another question. It seems that the I was also trying to output the
Is there a functionality in place to compute the mpgge for BEVs? If not, I was planning on computing it using the attributes set in set_post_scalars(). |
@bharatwrrr Ah, I see. I suppose the thing I neglected to mention is if you are modifying these values at runtime (after loading a vehicle), you should re-run the vehicle's
For BEVs the MPG value is hardcoded to output 0. You could calculate equivalent MPG for BEVs by doing something like |
@kylecarow Gotcha. |
Is the fc_eff_map (fuel converter efficiency map) property not used in simdrive.py while calculating fuel economy? The code seems to use the constant kwh_per_gge parameter for conversion. Where else is the fc_eff_map property used?
I am trying to tune a few vehicle models. The glider mass and frontal area are known parameters. I wanted to make a list of other vehicle parameters to tune and was considering fc_eff_map as well.
The text was updated successfully, but these errors were encountered: