Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ECE EMag twin builder export #413

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1a946c0
Updated TwinBuilder ECE export example
JackB-Ansys Sep 11, 2024
a29f7c0
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/ECE_…
JackB-Ansys Oct 23, 2024
23129e3
Added comments and restructuring
JackB-Ansys Oct 23, 2024
91a2d0e
Added comments and restructuring
JackB-Ansys Oct 24, 2024
a27342f
Added comments and restructuring
JackB-Ansys Oct 25, 2024
5a16fe0
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/ECE_…
JackB-Ansys Oct 29, 2024
39a6a08
Added images
JackB-Ansys Oct 29, 2024
77a1b17
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/ECE_…
JackB-Ansys Oct 30, 2024
75d9eb5
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/ECE_…
JackB-Ansys Nov 4, 2024
6f85e16
changed tmp folder name
JackB-Ansys Nov 4, 2024
632432c
Merge branch 'main' into fix/ECE_EMag_Twin_Builder_Export
jgsdavies Nov 12, 2024
9904e30
Create results folder
JackB-Ansys Nov 13, 2024
91093a3
Merge remote-tracking branch 'origin/fix/ECE_EMag_Twin_Builder_Export…
JackB-Ansys Nov 13, 2024
98300e2
Merge branch 'refs/heads/main' into fix/ECE_EMag_Twin_Builder_Export
JackB-Ansys Nov 13, 2024
963eb0c
don't show messages in popup for thermal twinbulder
JackB-Ansys Nov 14, 2024
4ee46ec
Merge branch 'main' into fix/ECE_EMag_Twin_Builder_Export
james-packer Dec 19, 2024
12d550a
Merge remote-tracking branch 'refs/remotes/origin/main' into fix/ECE_…
JackB-Ansys Dec 24, 2024
ffb74e4
Account for whether or not the file is saved in working_folder
JackB-Ansys Dec 24, 2024
0c45319
Remove change to thermal export from PR
JackB-Ansys Dec 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions examples/links/ece_config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "Configuration file for the ECE block in TwinBuilder using Motor-CAD",
"mot_file": "C:/Workspace/pyCharmProjects/RPC_Testing/Compatibility/e8_eMobility.mot",
"mot_file": "e8_eMobility.mot",
"shaft_speed" : 3000,
"dc_bus_voltage" : 350,
"machine_temp" : 75,
"Id_max" : 250,
"current_step" : 50,
"map_name" : "C:/Workspace/pyCharmProjects/RPC_Testing/Compatibility/Results/ECE_e8_map.mat",
"txt_file" : "C:/Workspace/pyCharmProjects/RPC_Testing/Compatibility/Results/ECE_e8_txt_file.txt",
"sml_file" : "C:/Workspace/pyCharmProjects/RPC_Testing/Compatibility/Results/ECE_e8_txt_file.sml"
"torque_points_per_cycle" : 30,
"map_name" : "ECE_e8_map.mat",
"txt_file" : "ECE_e8_txt_file.txt",
"sml_file" : "ECE_e8_sml_file.sml"
}
Loading
Loading