-
General Performance Question
Hello, I am currently helping out at my university for the use of HyperWorks 2024.1, as the Computers at my University are generally not meant for simulations the GPUs are not top of the Line. Now my question is if there are some options in the HyperWorks Program to decrease the load on the GPU, CPU and RAM usage to…
-
Problem with skateboard Tutorial in HyperWorks 2024.1
Dear Professionals, I am currently trying to complete the "Composite optimization of a skateboard with OptiStruct" Tutorial in HyperWorks 2024.1 Now since the Tutorial is written for a older Version it is a little bit more difficult but I managed up until point 3.3.3 Check-run and Phase 2 Optimization Run (The pdf of the…
-
.hm/.mvw file not found
Hi, I’m having an issue with HyperMesh/HyperView. Whenever I try to open any .hm or .mvw file, HyperMesh/HyperView pops up with an error saying: "Error HyperView File C:/Users/LuísFerreira/Desktop/(…).mvw not found." The file path it shows does exist, and I definitely have access to it. This happens with every file I try…
-
How to export a series of mode shapes using Tcl commands
Hi everyone! I’m trying to export (or take screenshots of) a series of mode-shape results using Tcl commands in HyperView. Currently I use the following commands, but they require me to manually change the mode order for each capture. Is there a way to loop through mode shapes and automatically change the mode order so…
-
How to get a 2D coordinate of a Node(globalx,globaly,globalz)) in Fixed HyperView View?
In the HyperView interface, with the model view perspective fixed, how can I obtain the screen coordinates (x, y) of a global coordinate point (globalX, globalY, globalZ) using a Tcl script? Thank you for your help!
-
Need help: Increasing precision when exporting node displacements via HyperView's query
Hello, I currently need to export node displacements as a .txt file, and I'm using the contour+query function for this from HyperView. However, the node displacements obtained via query only have a precision of 3 decimal places. Could anyone advise on how to increase the export precision of the displacements (to at least 6…
-
Transparency issue on Hyperview using the contouring command
Hello, I am having a problem using Hyperview, specifically with the “Contour” command, because when I apply it, it does not return the colors (first image). As you can see in the second image, the element is present but transparent. Finally, when I click on the “Result” command, this appears: How can I solve the problem…
-
User guide for HyperView 2019
Hi all, Does anyone have a user guide or tutorial for HyperView 2019? I’d like to learn how to post-process crash analysis results. Best regards,
-
Post-processing of a h3d file
How can I extract the output data (stress) at each integration point in CSV format (Excel table) from the .h3d calculation result file? Thanks
-
I want to use python API to read out strain data
https://us.v-cdn.net/6038102/uploads/Z6XGNB42JBO0/strain.py https://us.v-cdn.net/6038102/uploads/TBGAC7DPKN7N/strain-gauges.csv I have a model with strains. I am interested in the strains in certain elements, but I don't want to manually check every element becuase I have to do quite some simulations. The script is suposed…
-
[HyperView] Node Path에 따른 Distance Cuve그리는 방법
이번 포스트에서는 HyperView에서 Node Path 기능을 사용해서 Contour Value를 확인하고 그래프로 확인하는 방법에 대해 살펴보겠습니다. HyperView에서 모델을 불러오게 되면 좌측에 Results 브라우저가 활성화 됩니다. (Result 브라우저가 안보이는 경우에는 상단 View 메뉴에서 Results Browsers를 체크하시면 됩니다!) 해당 브라우저 창에서 Measures를 우클릭, Create > Measure를 클릭하면 새로운 Measure Group이 생성되면서 아래쪽에 Measure Group Editor가 나타나게 됩니다. 여기서…
-
Shortcut for File > Screen Capture > Video (or Image) ?
In Hyperview (2025.1), is there a shortcut or 1-click button for capturing the screen as video or image? Used to have this in v22 and earlier, right at the top, with the camera buttons but I'm struggling to find something like that in 2025.1. Going through the menu picks every time is not ideal. Is there a better way?…
-
aeroelasticity of a Formula 1 front wing
Hi everyone, I’d like to do a not-too-complicated aeroelasticity study of a Formula 1 wing I found online with a linear static FEM. This is the procedure I’d like to follow, but I’m not sure how to handle one step: Perform a CFD analysis of the wing Extract the pressure field around the wing Import the CAD into HyperMesh…
-
SPH Components Not Visible After Simulation in Altair Radioss
I am attempting to model the soil–tool interaction using Altair Radioss. The soil bin was meshed using SPH (Smoothed Particle Hydrodynamics) particles. The input files used for the setup are attached. However, after running the simulation, the SPH components are not visible in the results. I am unable to identify the cause…
-
Filtering query() in HyperView Python API
Dear Altair Team and Community, My name is Daniele, and I am currently working with HyperView and an OP2 file generated by MSC Nastran. I’m using the Python API to extract results from specific element types such as CBAR, CBUSH, and CQUAD. I’m currently using the QueryResultsTool module and would appreciate clarification…
-
Student edition namaste request
Dear sir Actually I want to learn ,but the thing is I want student edition, present situation it was giving 1 month ,kindly provide the below listed courses on student edition. For personal leaning purpose only, I am not using for any other things #1 - HyperMesh #2 - HyperView #3 - HyperGraph #4 - HyperCrash #5 - Radioss…
-
What is 1D Element Force for CBEAMs in non-linear static analysis
Hello, I am having trouble understanding what 1D Element Force in HyperView is providing for cbeams. In particular for a L section cbeam element without offsets in a non-linear static analysis when load is not applied at the centroid. I would have expected the 1D Element Force to be equal to the FBD of the same element but…
-
Load Transfer with RBE2, and RBE3 Combination.
I need to perform various analyses on a Pump Foundation. I have the loads acting at the Centre of Gravity of the pumps and mount locations.I need to apply the loads at the Centre of Gravity and transfer them to the bolts' location, and then from the bolts to the nodes in contact with the bolts. How can I achieve the above…
-
Advanced Query with Multiple Query Rules in TCL
Hello everyone, I am working on a TCL script using the Advanced Query tool to retrieve the maximum and minimum values of a plotted contour in HyperView. I am using the ExtremeRule to obtain the TopN and BottomN values. However, it seems to me that the SetQueryLogic function only lets the Advanced Query use one rule at a…
-
TCL script to output CSV files containing queries from multiple result files
https://us.v-cdn.net/6038102/uploads/IN4IWS2EJ2UV/hyperview-qurey-with-node-formultih3d.tcl This is a TCL script for executing HyperView queries. Specifically, it uses a foreach loop to output the results from multiple h3d models. 1. Read the h3d file in the current working directory. If a node list already exists, simply…
-
HyperView api to get the deformed nodal coordinates by providing Node ID
Hello, I am trying to create a section normal to screen by providing the node ID. From the hwc recording i could understand that, the section base coordinate is calculated based on the deformed shape and then section is applied to that deformed coordinates. I was trying to find if there is any api in Hyperview that returns…
-
How to connect VS code with Hyperview 2024
Hi there I created a RAG database in my workspace. I am looking for option how to connect VS code so that it can be connected to hyperview workspace . thank you regards srinivas rallabandi
-
Hyperview 2023.1 api to select the component and use fit selected
I found an option "Fit Selected" in HyperView 2023.1 that allows me to fit a selected component within the view. While I can access this functionality through the view handle, I'm unable to find the corresponding API in the documentation to select the component first. I've attempted various API methods for component…
-
Plot over line in HyperView / HyperMeshCFD
Hello, Altair community, I have a question, how a graph can be plotted similarly as in Paraview: You can seen on the picture the screenshot of paraview post processing: the pipe with a throttle and its velocity distribution; the created plot over line. Now I would like to make the same in the HyperView or Hypergraph. Many…
-
Hyperview result export via python
Hi, I am solving a time-dependent heat transfer analysis. In HyperView, I export the results. To do this in a more automated way, how can I export the node ID vs temperature CSV file using a Python plugin? Best