System Design#

system_design provides the SystemDesign class saving all relevant information of a battery systems

class basd.designer.system_design.SystemDesign(layout: ParameterSet, mechanical_properties: MechanicalProperties, electrical_properties: ElectricalProperties)[source]#

The SystemDesign provides all relevant information about a validated battery system

__init__(layout: ParameterSet, mechanical_properties: MechanicalProperties, electrical_properties: ElectricalProperties)[source]#

_summary_

Parameters:
  • layout – specifies the 3d layout of the cells in the system

  • mechanical_properties – mechanical properties calculated by determine_battery_system_configuration and check_upper_bounds

  • electrical_properties – electrical properties calculated by determine_battery_system_configuration and check_upper_bounds