GithubHelp home page GithubHelp logo

PHEV implementation about routee-compass HOT 4 CLOSED

nreinicke avatar nreinicke commented on July 26, 2024
PHEV implementation

from routee-compass.

Comments (4)

nreinicke avatar nreinicke commented on July 26, 2024

This also presents some difficulty with our existing implementation of applying an energy cost coefficient directly to the energy since the cost could be in variable units depending on the type of fuel being used. We could start by just converting the energy to a single unit (like converting gallons of gasoline to estimated equivalent kwh) but the best solution is probably to apply a $ value to each unit.

from routee-compass.

robfitzgerald avatar robfitzgerald commented on July 26, 2024

To implement this as a traversal model we could build a simple PHEV that would use the charge depleting RouteE Powertrain model until the battery ran out of energy and then switch to the charge sustaining model for the remainder of the trip

i dunno, does that really cover what happens in PHEVs? i mean, couldn't the charge sustaining model recharge the battery enough that the PHEV switches back to battery again later in the trip, perhaps multiple times? i think we want to get that right if we're going to model PHEV, otherwise it will miss out on the benefits of regenerative braking on long-distance trips. which, also btw, implies we want to capture regen from the powertrain model, so we want to be sure the models produce those kinds of outputs for downhill segments.

We would also need to define the battery capacity at the config level

that could be a query-time parameter along with initial SoC

this sounds like a challenge that might also have a few other surprises when we try and solve it. can you share your design here so we can iterate a little on it?

from routee-compass.

nreinicke avatar nreinicke commented on July 26, 2024

Yeah these are good points. I've shared my initial design in #33

from routee-compass.

nreinicke avatar nreinicke commented on July 26, 2024

Included in #33

from routee-compass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.