Skip to content

Commit

Permalink
fix: ensure loss scaling is turned off during ROM generation.
Browse files Browse the repository at this point in the history
feat: additional loss options (temperature / speed variation on/off)
feat: display progress during ROM generation.
feat: check ActiveX available and throw meaningful error otherwise
feat: interface classes do not require a .prj file
feat: README.md describes what each product is required for
  • Loading branch information
Angel Gonzalez committed Dec 4, 2024
1 parent 714eec0 commit 528a8d4
Show file tree
Hide file tree
Showing 30 changed files with 29,306 additions and 29,138 deletions.
Binary file modified GenerateSimulinkThermalModel.mlx
Binary file not shown.
4 changes: 2 additions & 2 deletions ImportMotorCADThermalModel.prj
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>
<?xml version="1.0" encoding="UTF-8"?>
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Open the project file *ImportMotorCADThermalModel.prj* to get started.

### MathWorks Products (http://www.mathworks.com)
Requires MATLAB® release R2021b or newer.
- [Simulink™](https://www.mathworks.com/products/simulink.html)
- [Simscape™](https://www.mathworks.com/products/simscape.html)
- [Simscape™ Electrical™](https://www.mathworks.com/products/simscape-electrical.html)
- [Simscape™ Fluids™](https://www.mathworks.com/products/simscape-fluids.html)
- [Control System Toolbox™](https://www.mathworks.com/products/control.html)
- [Motor Control Blockset™](https://www.mathworks.com/products/motor-control.html)
- [Simulink™](https://www.mathworks.com/products/simulink.html) - required.
- [Simscape™](https://www.mathworks.com/products/simscape.html) - optional.
- [Simscape™ Electrical™](https://www.mathworks.com/products/simscape-electrical.html) - optional.
- [Simscape™ Fluids™](https://www.mathworks.com/products/simscape-fluids.html) - optional.
- [Control System Toolbox™](https://www.mathworks.com/products/control.html) - required (LPV System block).
- [Motor Control Blockset™](https://www.mathworks.com/products/motor-control.html) - optional (Drive Cycle Source block).

### Getting Started
To learn more about modeling and simulation with Simscape™, please visit:
Expand Down
Binary file modified ValidateSimulinkThermalModel.mlx
Binary file not shown.
Binary file modified data/OutputFromGSTM.mat
Binary file not shown.
Loading

0 comments on commit 528a8d4

Please sign in to comment.