You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BEV/markdown/BEV_main_script.md
+58-62Lines changed: 58 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,19 @@
21
21
This is a simple, fast running BEV model which can estimate the electrical efficiency of the vehicle. It is also suitable for further customizations for more focused analysis of individual components at vehicle system level.
22
22
23
23
24
-
To open the model, navigate Toolstrip > Project Shortcut tab, and click "**BEV system level**" button.
24
+
To open the model, navigate Toolstrip > Project Shortcut tab, and click the "**BEV model**" button.
25
25
26
26
27
27
This script shows an example workflow to programmatically open model, run simulation, collect simulation data, visualize result, save data to text\-format file, read saved data file, and analyze. Feel free to modify this script (probably saving as another file first) and experiment to get new results.
28
28
29
29
30
-
You can find more scripts demonstrating other simulation cases in the **SimulationCases** folder.
30
+
You can find more scripts demonstrating other simulation cases in the BEV > Model\-\* > SimulationCases folders.
31
31
32
32
<aid="H_EC484CEF"></a>
33
33
34
34
# Run Simulation
35
35
36
-
This section sets up the model and runs simulation. To run this script at once, navigate Toolstrip > Live Editor tab, and click "Run" button. You can also run this section only by clicking "Run Section" button.
36
+
This section sets up the model and runs simulation. To run this script at once, navigate Toolstrip > Live Editor tab, and click the Run button. You can also run this section only by clicking the Run Section button.
@@ -147,41 +144,31 @@ Open the saved CSV file in text editor and check that the variable names are sav
147
144
This section reads a simulation result CSV file which was saved in the previous section, and do some analysis on the data. This section should work independently without running the previous section as long as the result file exists. At the end of this section, you get the electric efficiency of the vehicle according to the drive cycle for which the data was collected.
0 commit comments