Creating a Program File

Create a program file in Simcenter Simcenter Battery Design Studio.

The next step is to define a procedure for cycling the battery. In this case, specify a constant current discharge of 10 A, for 1 hour. You can find out the cell capacity by selecting the Report node in the TutorialCell.tbm window, and reading the value from the Cell Properties table.

To create a procedure:

  1. Right-click the Procedures node and select Add new procedure > IET Cycler.


The IET Cycler is a simulation model that allows you to define the Current (I), Voltage (E), and Temperature (T). A Cycler node is added under the Procedures folder, and a corresponding program file (.prg) is created in the workspace directory. A new window that is called Cycler.prg appears in the work area.

  1. Rename the program file Tutorial1CDischarge.


    The name of the Cycler.prg window changes to Tutorial1CDischarge.prg.
  2. Click <add> under the Type column for the Step in the Tutorial1CDischarge.prg window.


  3. Click the cell twice for the drop-down menu to appear and select Discharge.


The constant current discharge is specified as a Control Condition.
  1. Click in the first cell of the Type column for the Control Condition and select Current.
  2. Enter 10A as the Value.


The discharge finishes after 1 hour, which is specified as an End Condition.
  1. Click in the Type column for the End Condition and select Time from the drop-down list.
  2. Set the Value of Time to 3600s.
  3. Click <add> under the Type column for the Step and select End.


The definition of the battery cell and program is now complete.

  1. Save the workspace by selecting File > Save Workspace from the menu.
  2. Click Yes.