Best Of
Re: Transient thermal stress analysis
You are solving a structural analysis with thermal load, not a pure thermal analysis.
So, as I mentioned above SPCD cannot resemble temperature, it should be a TEMP bulk data card in the EXCITE field of TLAOD of type=TEMP.
solon
Power Electronics Design Utilizing Machine Learning for Thermals
(This is a translated version of an article posted by Kosuke Ikeda. The original article in Japanese can be found here)
At the 1DCAE & MBD Symposium 2024, held in Hiroshima from November 28 to 29, 2024, a presentation was given on the theme “Power Electronics Design Leveraging Machine Learning and 1D Simulation.”
The electronics industry is becoming increasingly important across various fields, including aircraft, vehicles, and household appliances. However, to design these systems efficiently and compactly, it is essential to address the major challenge of thermal management.
In this presentation, we introduce a new thermal design method for power electronics that leverages machine learning and 1D simulation while taking into account thermofluid characteristics.
As a specific example, we modeled a household washing machine using the following approach:
- The motor drive was simulated using the power electronics tool Altair PSIM.
- The housing was modeled with the multibody dynamics tool Altair MotionSolve.
- The cooling system was analyzed using the 3D thermal-fluid simulation tools Altair SimLab / ElectroFlo.
Furthermore, by applying the model order reduction technology “romAI” based on machine learning, we integrated all these models into the 1D simulation tool Altair Twin Activate for coupled analysis.
This approach enabled precise thermal management simulation of switching devices under real operating conditions, achieving both improved design efficiency and performance optimization.
This method has the potential to greatly contribute to enhancing product reliability and extending lifespan, and it is expected to serve as a new design guideline for the electronics industry with many possible applications.
The presentation materials and paper can be downloaded from the links below.
Relevant Material
Optimizing Washing Machine Control with Power Electronics and Multi-Body Dynamics Integration
How to Couple PSIM and ElectroFlo for Accurate Thermal Simulations
Products used:
Power Electronics and Motor Drive Analysis Software | Altair PSIM
Model-Based Development Software for Multiphysics Domains | Altair Twin Activate
Multibody System Simulation | Altair MotionSolve
Large-Scale Finite Element Modeling and Assembly | Altair SimLab
Design Performance and Robustness Optimization Software | Altair HyperStudy
Re: HyperstudyとNX、Abaqusの連携について
HyperStudyには直接的にNXモデルを触る機能はご用意しておりません。
基本的に、HyperStudyとはテキストファイルでのやり取り、batファイルでの実行となります。
そのため、NXの自動化機能によりテキストファイル受け取りからCAD変更、メッシュ生成、ソルバー入力ファイル書き出しまでを自動化頂きましたら、それをbatファイルとしてHyperStudyで実行することは可能です。
Inspire Cast Legend Colors Change
How to i change the default rainbow legend colors in Inspire Cast 2025.1? I am post-processing the time vs temperature results and want to change the top red color to more yellow. I can change the values but can't seem to find where to change the color gradients. Amy help would be grateful.
Re: I’m trying to confirm and (if needed) change the geometric units used in the Flux modeler.
Hi,
The unit is defined on the coordinate systems you use. In your case you XYZ as coordinate systems; then the unit by default it will be the unit consider in this coordinate system (by default it will be mm instead of m). Then if you want to change the unit, you need to change it in the coordinate system you use to create (import) your device.
Thanks.
Re: Account for AI Studio
Your account is verified for student edition use. Please follow the steps here if you intend to use Altair free student edition exactly in order to generate the license key -
Start from step 2 since your account is already verified then follow all the steps there to download and activate the software. Pls note you also need to logout and login after generating the key, only then will you get the download option for the software.
Thanks!
Ankita_v
Accelerating Vehicle Crash Simulations with Altair romAI
Vehicle crash simulations are essential for automotive safety design, but they present a significant computational challenge. High-fidelity crash models can take hours or even days to complete a single simulation, making design exploration and optimization studies extremely time-consuming and costly. When engineers need to evaluate hundreds of design variations to optimize crash performance, traditional simulation approaches become impractical.
This computational bottleneck severely limits the ability to perform comprehensive design studies, sensitivity analyses, and real-time design decisions during the development process. Engineers are often forced to run limited numbers of simulations, potentially missing optimal design configurations.
Altair romAI addresses this challenge by creating neural network-based Reduced Order Models (ROMs) that capture the essential physics of crash simulations while running orders of magnitude faster than the original high-fidelity models. By training on existing simulation data, romAI can predict crash responses instantly, enabling extensive design exploration that would otherwise be computationally prohibitive.
This tutorial demonstrates the workflow using a front-end pole crash scenario at 8 km/h, where we want to understand how key structural parameters affect crash performance.
Context
Figure 1. Simulation setup: Front-end pole car crash at 8 km/h.
The frontal crash simulation setup can be seen in figure 1. The first step involves identifying design parameters that significantly influence crash behavior. For this example, three critical structural parameters were selected (shown in figure 2):
- Crash-box thickness affects the energy absorption characteristics of the front structure.
- Cross-beam thickness influences the structural stiffness and load distribution during impact.
- Cross-beam material yield stress determines the deformation behavior and failure characteristics of this critical component.
Figure 2. Car structural model. Crash-box highlighted in red and cross-beam highlighted in blue.
These parameters were chosen because they have substantial influence on the crash response and are commonly varied during automotive design optimization studies.
The crash performance metrics that the ROM will predict must also be defined. Four key outputs that capture different aspects of crash performance were selected:
- Head acceleration of the dummy represents occupant safety, as excessive head acceleration can cause serious injuries.
- Global intrusion into the car measures how much the crash structure deforms inward, affecting occupant space.
- Internal energy in the cross-beam quantifies the energy absorption capacity of this structural component.
- Force present in the pole indicates the peak forces transmitted during impact, which affects both structural integrity and occupant loads.
Having defined exploration space and performance metrics, a dataset must be created from several high-fidelity simulation results, and the ROM must be trained from it.
Dataset Generation
In this case, the dataset was created from 21 runs, exploring the design space of the parameters of interest, as seen in figure 3. Keep in mind that the size of a dataset is different for each use case, and yours might require more or less simulations.
Figure 3. Design exploration space. Each dot represents a simulation run with a specific crash-box thickness, cross-beam thickness, and cross-beam material yield stress.
It is good practice to also run some additional configurations within the design space and to separate them from the dataset that will be used for training. In that way, we can validate how the AI ROM responds to totally new scenarios. In this case, three additional scenarios (shown in green among the train/test scenarios) were run and kept in a separate validation dataset.
Figure 4. Design space of train/test (blue) and validation (green) runs.
Design parameters and key performance metrics for all runs are stored in two .csv datasets (train/test and validation), one run after the other, in this layout:
time | Cross-beam thickness | Crash-box thickness | Crash-box Yield | Head Acceleration | Global Intrusion | Internal Energy Cross-beam | Pole Force |
|---|---|---|---|---|---|---|---|
0 | 1.56 | 1.259 | 600 | -9.98E-05 | 0 | 0 | 0 |
1.001 | 1.56 | 1.259 | 600 | 0.000318 | 2.222 | 1.49E-08 | 0.04914 |
2.001 | 1.56 | 1.259 | 600 | 0.00012 | 4.458 | 2.61E-05 | 0.07347 |
3.001 | 1.56 | 1.259 | 600 | 0.0006 | 6.702 | 7.26E-05 | 0.06842 |
… | … | … | … | … | … | … | … |
You can find more information on how to easily create datasets for romAI here: Creating Datasets from Results Files for Altair romAI.
Training an AI Reduced Order Model
Once the data is ready, an AI surrogate model can be built very easily using romAI Director. The creation of a ROM should follow three steps:
- Pre-processing
The dataset that will be used for training the ROM should be inspected in the pre-processor tab of romAI Director to check the quality of the signals. It may be possible some require filtering.
In this case, the only signal that requires filtering is the head acceleration (see figure 5). It can be very easily filtered to the desired frequency right here. I recommend exporting a new dataset with pre-processed signals into a new .csv file. Although signals can be exported directly into the next step of the process as well.
2. Training
Once the dataset has been pre-processed, the ROM can be defined and trained from the Builder tab. Users can define several parameters of the architecture and training process of the model. I recommend looking at this guide for good practices on setting these parameters: romAI - Tips & Tricks for Beginners. However, there are some additional recommendations for this kind of use case:
- For this application, the ROM needs to predict dynamic curves from static inputs (our design properties). For that reason, a nice little trick that has proven quite useful is to define time as an input and to define no states for the model:
- Decoupled outputs: When defining several outputs from a single ROM, it’s a good idea to decouple the outputs to predict. In that way, a separate ROM is trained to predict each output, and all can be accessed within the same model. This often leads to improved performance. There is a “Decouple outputs” option in the Builder tab.
Note: The auto-exploration feature of romAI Director trains multiple ROMs over a set of architecture choices defined by the user. This can be quite useful when unsure about how many hidden layers, neurons, etc. to use.
3. Validating
Once the training is done. Metrics and performance of the ROM can be analyzed in the post-processor tab. The most important feature here is that we can test the model against runs from the training dataset as well as any other dataset (this is where the validation dataset is useful).
This model is quite accurate, look at how it predicts outputs from the validation dataset:
Once the surrogate model has been trained and its performance validated, we are ready to use it in our workflow, whether we want to test for specific scenario or use it in our optimizations instead of the high-fidelity model, using an AI ROM will accelerate simulation by several orders of magnitude!
You can have a deeper look at the files shown here:
Re: DSIM Studio Simulation: No top-level element/configuration 'work.ALU_tb' found.
I already received the solution from the support. On Options (*.dpf), the top level name should be lowercase. In my case, it should be work.alu_tb instead of work
Re: No activation key for student edition after one week
Your account is verified for student edition use and you can now use the free student edition,
You now need to follow the steps here - exactly in order to generate the license key and you also need to logout and login again, only then will you get the download option for the software.
Start from step 2 since your account is already verified then follow all the steps there to download and activate the software.
Rahul_P1














