Files
MCM/A题/数值分析检验/Response/5.md
2026-02-16 21:52:26 +08:00

1.4 KiB

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

{
  "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"]
      }
    ]
  }
}
{
  "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
  }
}