Skip to content
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

add preconditioning #194

Open
j-brendel opened this issue Jun 7, 2024 · 0 comments
Open

add preconditioning #194

j-brendel opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request low prio Nice to have but not vital

Comments

@j-brendel
Copy link
Collaborator

We should add preconditioning to our simulation. Preconditioning is mainly used to pre heat the (cold) vehicle before leaving the depot using power from the grid via the charging station. In this time, the charging power available for the vehicle is reduced by the preconditioning power. e.g. If a CS has 150 kW power, but for 20 minutes before departure the vehicle is preconditioned with 30 kW, the vehilce can be charged with a miximum of 120 kW and 30 kW are converted to heat (for our model this is equal to losses).

This involves further inputs per vehicletype and charging type in vehicle_types.json:

  • Preconditioning_time (in mins: time before vehicle departure from deps, where pre conditioning is applied)
  • Preconditioning_power (in kW: Constant power applied during pre conditioning)
@j-brendel j-brendel added enhancement New feature or request low prio Nice to have but not vital labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low prio Nice to have but not vital
Projects
None yet
Development

No branches or pull requests

2 participants