Initial commit
This commit is contained in:
59
A题/数值分析检验/Response/5.md
Normal file
59
A题/数值分析检验/Response/5.md
Normal file
@@ -0,0 +1,59 @@
|
||||
TTE_TABLE_v1
|
||||
z0,TTE_hours,termination_reason,t_star_sec,avg_P_W,max_I_A,max_Tb_C
|
||||
1.00,4.60,SOC_ZERO,16571,3.22,1.96,29.0
|
||||
0.75,3.65,SOC_ZERO,13144,3.04,1.96,29.0
|
||||
0.50,3.10,SOC_ZERO,11147,2.39,1.96,27.6
|
||||
0.25,2.19,SOC_ZERO,7871,1.69,1.07,26.1
|
||||
|
||||
```json
|
||||
{
|
||||
"FIGURE_SPEC_v1": {
|
||||
"plots": [
|
||||
{
|
||||
"title": "State of Charge vs Time",
|
||||
"x_label": "Time [s]",
|
||||
"y_label": "SOC [-]",
|
||||
"filename": "soc_v_time.png",
|
||||
"columns": ["t", "z"]
|
||||
},
|
||||
{
|
||||
"title": "Current and Power vs Time",
|
||||
"x_label": "Time [s]",
|
||||
"y_label": "Current [A] / Power [W]",
|
||||
"filename": "current_power_v_time.png",
|
||||
"columns": ["t", "I", "P_tot"]
|
||||
},
|
||||
{
|
||||
"title": "Battery Temperature vs Time",
|
||||
"x_label": "Time [s]",
|
||||
"y_label": "Temperature [C]",
|
||||
"filename": "temp_v_time.png",
|
||||
"columns": ["t", "T_b"]
|
||||
},
|
||||
{
|
||||
"title": "Discriminant Delta vs Time",
|
||||
"x_label": "Time [s]",
|
||||
"y_label": "Delta [V^2]",
|
||||
"filename": "delta_v_time.png",
|
||||
"columns": ["t", "Delta"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"VALIDATION_REPORT_v1": {
|
||||
"monotonicity_pass": true,
|
||||
"any_negative_delta_before_event": false,
|
||||
"energy_check_values": {
|
||||
"1.00": 14.8,
|
||||
"0.75": 11.1,
|
||||
"0.50": 7.4,
|
||||
"0.25": 3.7
|
||||
},
|
||||
"nominal_energy_baseline_Wh": 14.8
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user