Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.6 KB

Model Information

FASTSim Model

The FASTSim model utilizes the FASTSim energy algorithm to calculate node edge power cost. It does this by creating a small simulation (cycle in FASTSim terminology), and within that simulation creating a small slice emulating the edge's length (i.e., road section length) and one way height differential.

FASTSim Vehicle Model

The Ford Focus Electric FASTSim vehicle model was designed by utilizing the FASTSim Excel version.

Sample vehicles are also available through the FASTSim Python version.

Steps to create a vehicle model:

  1. Download the Excel version of FASTSim and load a comparable vehicle.
  2. Modify the vehicle parameters to meet your vehicle's parameters.
  3. Grab the new vehicle's data and append it to the FASTSim vehicle model CSV.
  4. Modify the index in config.py to match your vehicle.

Installation

Navigate to the directory (example: fastsim-2021a) that contains the fastsim source code. Run pip install . to install it to your pip.

Simple Energy and Vehicle Model

The simple energy model utilizes calculations based on Power-based electric vehicle energy consumption model: Model development and validation. The energy model relies on the user to implement the proper vehicle parameters into the config.py file.

The simple energy model calculates instantaneous power from the following parameters:

  • Velocity
  • Mass
  • Acceleration
  • Rolling resistance
  • Air resistance
  • Gravity (incline)