Appearance
1.3 Example Datasets Used in This Guide
For the example validation, the user should start with:
- OCV_25.csv for the OCV curve
- HPPC_chg_25.csv for charging pulse data
- HPPC_dis_25.csv for discharging pulse data This guide uses only the 25°C data for the initial validation flow so that the user can learn the workflow clearly before expanding to additional temperature cases.
Minimum CSV Content Required
For this validation workflow, the input files are expected to follow two different formats:
- OCV file format (minimum required columns)
| Time | Voltage | Current | Capacity | Temperature |
|---|---|---|---|---|
| 0 | 4.06659 | -0.999980688 | 2.009162027 | 25 |
- Time
- Voltage
- Current
- Capacity
- Temperature
- HPPC file format (minimum required columns)
| Time | Voltage | Current | Temperature |
|---|---|---|---|
| 0 | 3.251539707 | 0 | 25 |
- Time
- Voltage
- Current
- Temperature
The OCV dataset must include capacity because it is used to build the OCV-capacity relationship. The HPPC charge and discharge datasets should include current, voltage, and time for pulse-based characterization.
If the file does not contain these fields, the user should review the data format before importing it into the software.