The Battery Model project attempts to take advantage of the Cell hardware in order to speed up computation of an electrochemical battery model. Essentially, it solves a linear system Ax=b by forward elimination/back substitution. The current release includes:
We have published a technical report to
detail our algorithm and its implementation on Cell. We have also updated our presentation to highlight some of our newest results and contributions. |
|
The source
code is available for download under the terms of the
MIT Open
Source License. The tar ball includes a README file with an overview of the code organization, a Makefile to build
the code on a PS3 with the latest Cell SDK available from developerWorks.
The code was developed on a PS3 running
Red Hat Fedora Core 6 Linux.
Battery Model Team