Code Monkey home page Code Monkey logo

basd's Introduction

Battery System Designer (BaSD)

BaSD logo
Automated, requirements driven battery system design

BaSD uses the basic, formalized requirements for a battery system from an electrical point of view (e.g., minimum and maximum system voltage, maximum discharge current etc.) and a mechanical point of view (i.e., the design space) and transfers this into a battery system configuration that satisfies these requirements. BaSD uses a database of available cells to find these possible battery system configurations.

BaSD workflow

Workflow of the BaSD tool to automatically create a battery system configuration, layout and simplified CAD model

User Installation

The latest release can be installed via pip from PyPi:

pip install basd

The latest development version can be installed via pip:

pip install git+https://github.com/foxBMS/BaSD

Acknowledgment

This work was financially supported by the Federal Ministry of Education and Research within the projects FKZ: 03XP0338C ("SimBAS"). The project is cared by Project Management Jülich. The responsibility for this publication rests with the authors. This work was financially supported by the Federal Ministry of Education and Research within the projects FKZ: 03XP0338C ("SimBAS"). The project is cared by Project Management Jülich. The responsibility for this publication rests with the authors.

basd's People

Contributors

foxbms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

basd's Issues

Module does not work

Installed module to clean virtual environment by

python -m pip install basd

Installation was successful.

Tried to run help of basd and get this:

basd --help                                   
Traceback (most recent call last):
  File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/bin/basd", line 5, in <module>
    from basd import main
  File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/basd/__init__.py", line 45, in <module>
    from .cad import create_cad
  File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/basd/cad/__init__.py", line 43, in <module>
    import cadquery as cq
  File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/cadquery/__init__.py", line 10, in <module>
    from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location
  File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/cadquery/occ_impl/geom.py", line 5, in <module>
    from OCP.gp import (
ModuleNotFoundError: No module named 'OCP'

Installing OCP module did not help.

python -m pip install ocp

My system is macOS with M2 chip.

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.