Skip to content
Jeff Chin edited this page Nov 10, 2020 · 19 revisions

BORING

Battery Optimization Research. Integrated, Novel, Gradient-based

(If nothing happens, it's working correctly)

Install Guide

Battery Model Docs

External Links/Resources

Battery Test Requirements

Misc

File Structure

scad

Contains OpenSCAD files used to generate simplified solid models of each component


src

The source folder contains all of the engineering code, split into the following subfolders

model

Contains all of the models for transient battery performance

sizing

Contains all of the calculations used for sizing the various battery pack components

  • Geometry

  • Mass

  • Material Properties

  • Thermal Properties

    • pack_design: top level group for the sizing folder
    • structure: calculates the temperature rise between cells with heat flux across the insulation thickness
    • thermal_network: constructs the equivalent thermal resistance network for a conventional heat pipe

test

Contains all of the test scripts for the engineering code, auto-run by Travis-CI after commits are merged


util

The utilities folder contains global helper functions


XDSM

Contains all of the eXtended Design Structure Matrix (XDSM) diagrams used to visualize and perform automated code checks to ensure proper inputs/outputs of each subsystem


Clone this wiki locally