feat: add case demo module and streamline Model assets
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
[
|
||||
{
|
||||
"name": "常规-起飞巡航",
|
||||
"figure_ok": true,
|
||||
"summary_ok": true,
|
||||
"table_len": 8,
|
||||
"summary_head": "### 算例结果解读",
|
||||
"soc_min": 60.0,
|
||||
"soc_max": 62.05,
|
||||
"first_row": [
|
||||
0.0,
|
||||
1500.0,
|
||||
0.0,
|
||||
50.0,
|
||||
-0.65,
|
||||
60.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "高机动-高负载",
|
||||
"figure_ok": true,
|
||||
"summary_ok": true,
|
||||
"table_len": 8,
|
||||
"summary_head": "### 算例结果解读",
|
||||
"soc_min": 55.0,
|
||||
"soc_max": 61.41,
|
||||
"first_row": [
|
||||
0.0,
|
||||
1920.0,
|
||||
0.0,
|
||||
80.0,
|
||||
-30.65,
|
||||
55.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "经济巡航-低负载",
|
||||
"figure_ok": true,
|
||||
"summary_ok": true,
|
||||
"table_len": 8,
|
||||
"summary_head": "### 算例结果解读",
|
||||
"soc_min": 70.0,
|
||||
"soc_max": 76.3,
|
||||
"first_row": [
|
||||
0.0,
|
||||
1275.0,
|
||||
0.0,
|
||||
40.0,
|
||||
9.35,
|
||||
70.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "边界输入-自动裁剪",
|
||||
"figure_ok": true,
|
||||
"summary_ok": true,
|
||||
"table_len": 8,
|
||||
"summary_head": "### 算例结果解读",
|
||||
"soc_min": 10.0,
|
||||
"soc_max": 26.51,
|
||||
"first_row": [
|
||||
0.0,
|
||||
2400.0,
|
||||
0.0,
|
||||
260.0,
|
||||
-210.65,
|
||||
10.0
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user