Best Of
【新旧GUI対応表】HyperMesh Ver.2023
Ver.2023版の新旧GUI対応表です。
Ver.2023からパネルが完全廃止となりました。
下記からpdfをダウンロードしてご使用ください。
HyperMesh 新旧GUI対応表 Ver2023.pdf
一部抜粋

Re: frame rate for screen capture "video to file"?
Hi Steven,
You can adjust the frame rate for AVI and GIF by going to Files > Preferences > Common > Capture > Frame rate (fps) as shown in the attached image.
Regards,
Shreesha
Re: Software License Management
Hi Fatemeh,
To transfer the license from one system to another either the licensing team (hwsupport@altair.com) or your account manager will help you.
I would request you to write a mail to hwsupport to keep your account manager in the loop so that they can help you in resolving the license issue.
Thanks,
Prasad A
Re: Can slc meet the standards of FDA for statistical analysis software used by CRO companies?
Hi Philip, have you ever heard of any CRO company that uses SLC to write reports and passes the FDA review? Also, I heard that CDISC has standards for statistical software. Does this have any impact?
Best Regards.
I am not aware of any CROs that are currently using Altair SLC, but @Nico Chart may be able to report if there are any, without revealing their names.
I am currently writing a book about SAS programming, which includes chapters about the Altair Analytics Workbench. One chapter looks at whether Altair SLC could be used with clinical trials data processing. I have included some extracts below:
| SAS software licences used to include the SAS Clinical Standards Toolkit (CST) as an optional free component. Since July 2022 this component has been removed from the licence, and moved to GitHub, as a freely available open‑source resource (https://github.com/sassoftware/clinical-standards-toolkit) for all SAS programmers to develop data processing for clinical trials. |
| As soon as I started using the CST sample data I realised that this version of the sample SDTM data had never been used to create the sample ADaM data, so I used Altair SLC to rebuild the necessary metadata, and then generated a consistent set of SDTM and ADaM data. This can now be found at my fork of the CST, which contains only the sample data with most of the unnecessary files from the original CST removed (https://github.com/hollandnumerics/clinical-standards-data). |
I hope this is helpful............Phil
Re: I am trying run a tensile test simulation but my results are showing me that I am having a bending moment. How can i resolve this?
Hey there!
I'm guessing it's got something to do with the internal serpentine like structure. You can see some rods sticking out:

I deleted everything except the rectangular component, and this is what I got:

Kind regards,
Paulo Libório.
Re: How to convert materials and curves from Radioss (.rad) file to Abaqus (.inp) file?
Akash Purushothaman,
converting from an explicit solver to an implicit solver can be tricky, as in many cases we will focus on elastic material behavior in implicit computations. Also, the way non-linearity is defined from one solver to another may vary (eg one solver can request a stress vs plastic strain curve, whereas the other looks for stress vs total strain).
So for materials it is not straightforward to get the proper conversion.
For such case, the best approach is still to look at both solver documentations, to check how to adopt the parameters, and ideally to run some sample tests with both solvers to check if you get the same behavior.
Once this done, you can populate your own material database and call the appropriate material card, depending on your solver.
Coming back to the Radioss to Abaqus conversion, this is indeed one of the conversion we do not support from the drop-down menu Tools -> Convert.That said, from 2021, we have improved the type of entities that can be converted just by switching the user profile. You should at least get elements, nodes, properties, sets get converted with version 2021. Please note that for conversion, we improve regularly the capabilities so do not hesitate to test more recent versions. Conversion still won't be exhaustive, but we may have increased our coverage.
Best Regards,
Michael
Re: configForTime in GPU cuda
hi Qi,
On GPU the function is split into 3 parts, particle, simulation and geometry are in the 3 different functions. On CPU it's all 1 function.
You should be able to find the documentation in the API Help
C:\Program Files\Altair\2023\EDEM\src\Api\Help > Index.html
On CUDA GPU:
- configForTimeStepParticleProperty. This will be run once for every particle once every timestep, before any contacts are computed. This is available for all 3 types of plugin shown above and an empty implementation must be provided if it is not required.
- configForTimeStepTriangleProperty. This will be run once for every triangle once every timestep before any contacts are computed. This is only applicable for particle-geometry contact models (2 above) and an empty implementation must be provided in the GPU file if it is not required.
- configForTimeStepSimulationProperty. This will be run once per timestep before any contacts are computed. This is available for all 3 types of plugin shown above and an empty implementation must be provided if it is not required. Note that this function is not available on the OpenCL solver.
On CPU:
| virtual void configForTimeStep | ( | NApiCore::ICustomPropertyDataApi_1_0 * | simPropData, |
| NApiCore::IParticleManagerApi_1_5 * | particleManager, | ||
| NApiCore::IGeometryManagerApi_1_3 * | geometryManager, | ||
| double | time |
Enables custom functionality to be carried out on a per timestep basis.
The function is called from the processor's performAnalysis routine at the start of each timestep.
Note: When using the CUDA solvers this will have no effect but an empty implementation must still be provided. In this case the config for time step function needs to be implemented in the CUDA .cu file. However, when using CPU or OpenCL solver this function will have to be implemented.
Default: Does nothing
- Parameters
-
simPropData Details of the associated simulation properties particleManager Particle property manager geometryManager Geometry property manager time current simulation time
Re: Altair Embed Code Generation "Access denied"
What looks suspicious for me is the path on your screenshot.
It is \Program Files\ etc. Embed uses the \cg directory for code generation, but Windows restricts access to \Program Files. Try to change the path first. It may not help because \cg contains compilation scripts along with generated .c files. Otherwise, reinstall Embed in the root like c:\altair\etc. so that Windows does not block access.
Re: How to set up dielectrics in PO calculations
The answer I received to this from Altair support is that the PO calculation method will not propagate signal through a dielectric, although it will calculate scattering from a dielectric. This means I've had to go back to TICRA GRASP to carry out PO of lenses, or to downgrade to the RL-GO method to calculate the system in FEKO - how much of downgrade this is I need to study.
Do you want to learn more about HyperWorks Customization & Automation? There is a dedicated eLearning course on learn.altair.com!
The eLearning course, HyperWorks Customization & Automation, is now available on learn.altair.com!
One of the most often requested advanced topics in HyperWorks is a class on the scripting layer incorporated in the HyperWorks suite of desktop applications (HyperMesh, HyperView). This class has been developed for someone new to Tcl/Tk but familiar with programming. The class is fast-paced, hands-on, and focused on the basic tools to get you up and coding quickly.
Want to get started? Click here to directly access this course.


