-
Inspire Topologic Optimization not working
Hello, I am working with a rather complex geometry that I aim to optimize in Inspire. While the analysis proceeds without any issues, the optimization fails completely. In previous attempts, I received error messages, but now the only feedback is "optimization failed," accompanied by this log: -------------------- Progress…
-
Altair Inspire Material Plasticity and Structural Analysis
Hello, I am trying to explore Altair Inspire and I have couple of questions: 1- Is it posible to create a material that has parameters related to plasticity in Altair Inspire? 2- Is it possible to see the mesh before running the analysis -similar to Hypermesh? When I checked the Altair Help page, it says it can be seen…
-
[Inspire] 누락된 면 확인하고 생성하기
Inspire에 CAD파일을 불러들이면, 일부 면이 누락 되어 3D한 형상을 정상적으로 인식하지 못하는 경우가 있습니다. 이 때 아래 영상과 같이 Close Holes라는 기능을 통해 누락된 부분을 확인하고 생성할 수 있습니다.
-
Inspire crashes when running motion analysis
I'm having a problem with Altair Inspire when I want to analyze a movement. The program works correctly as long as there is NO contact set between parts (both as structural or joint contact). If there are any contacts the program closes automatically when pressing the motion run button. My PC has all the technical…
-
Altair Inspire Personal Edition will not open, says expired
I had Altair Inspire Personal 2022 installed on my machine. It recently expired and I got an email that said I had to re-register and re-download through the same page that I did before to continue using it. I did that, and Inspire 2024 worked for 1 session (it crashed while performing an optimization, as usual) and now…
-
Problem with Topology Optimization
Hi everyone, I've a problem with Altair Inspire 2024. I've a component with many applicated puntual force, like 70 forces; I've to manipulate that component to do Topology Optimization. There is a way to do that simply? I've tried Polynurbs and Polymesh but after the optimization I can't run the simulation because my…
-
Inspireによるトポグラフィー最適化形状のPolyNURBS化について
Inspireを使ってシェル構造のトポグラフィー最適化を行った場合、 ソリッド構造のトポロジー最適化を行う際と同様に 最適化形状をPolyNURBS化する事は可能でしょうか? もしPolyNURBS化が可能であれば、実行手順を教えていただきたいです。 もし実施する上での注意点等もあれば併せてご教示ください。
-
Altair Inspire Crashes After SplashScreen
Hi everyone, just installed Altair Inspire, my drivers are up to date but can't get Inspire to start up, anyone had this issue?
-
In Altair inspire there is no difference in temperatures
We aretraing to simulate a sample wich are going to be printed. So we want to be sure that there is not residual stress and temperature distorsion. I send the case. why there is no difference in temperature?
-
Inspire to Do More | Lattice Geometry 3D Printed Glove Dryer
Ski season is almost here, marking the return of shredding with your friends and family, cozying up in the lodge, and the smell that permeates your apartment after many weekends of not properly drying your gear. I decided to take action on the third, starting with my ski mittens. There are various off-the-shelf options for…
-
Solver is not respecting SF constraint
Hello, My problem is quite simple, I'm running a topology optimization on my design space with forces and displacement constraints. I'm using a Minimize Mass objective with a SF of 2.2, a minimum thickness of 0.0065m, Speed/Accuracy is 'faster'. I have ten load cases at the moment and the higher force load cases are…
-
Issue with Altair Inspire OptiStruct License in Personal Edition
Hi, I recently downloaded the program and I am experiencing an issue with the OptiStruct license in Altair Inspire Personal Edition and would appreciate any help you can provide. Specifically, when I try to run a topology optimization, an error message appears indicating that a license for Inspire OptiStruct Solver feature…
-
Simlab does not correctly recognize an Inspire model
Hello dear Experts, I have performed several operations to create a part with an inner cavity in Inspire 2024.1, as shown in the following image: However, when I import the model into Simlab 2024.1, the inner cavity does not appear: I have tried all CAD extension (iges, parasolid, step, etc). What should I do? Thanks in…
-
Analysing a Simple Fixed Structure in Altair Inspire (Student) ?
I am a new user of Altair Inspire. I am interested in going back to basics and demonstrating how to solve simple problems by analysing simple structures and determining the Reaction forces on structural components from a case study perspective. I don't know if Inspire is the right tool for this. the ultimate aim is to…
-
Error message "Unable to execute the desired program. Please get another copy and try again." when opening Altair Inspire installer
Installanywhere manages to load to 100% when opening the .exe file for Inspire installer, but instantly shows the error message attached to this post. I have a student license, and have tried to install Inspire with both versions of 2024.1 given in the marketplace, 2024, and also 2023 versions without any success. Online…
-
Error message "Unable to execute the desired program. Please get another copy of the installer and try again." When trying to open installer
I have a student license and am trying to install Altair Inspire. I have downloaded both installers provided for the 2024.1 version, and both result in error messages from InstallAnywhere that states "Unable to execute the desired program. Please get another copy of the installer and try again." after loading to 100%. I…
-
Problems with opening Altair Inspires
Hi, today i downloaded the application but when i run the application the program crashes after the screenshot i put in attachment. I don't know if it's a plugin error or something else, Please help! Thank you.
-
How to smooth a portion of a STL part?
Hello Experts, I have the following geometry obtained after topology optimization, imported from an STL file: I want to smooth only some faces, as the circular faces are part of my design. Therefore, I need to exclude the following faces from the smoothing process: However, using PolyMesh --> Smooth, produces the following…
-
Should the calibration model for PBF simulation in Altair Inspire be measured after a heat treatment?
Should the calibration model for PBF simulation in Altair Inspire be measured after a heat treatment?
-
Utilizing Custom Visualization Quality for Implicit Modeling
Implicit modeling refers to geometry that is represented using implicit functions, which can be thought of as a 3D grid using scalar values. This feature was first introduced to Altair Inspire in release 2023. To extract implicit models in an STL or 3MF format, the use of converting to mesh is necessary. Versions 2023…
-
Creating 3D Implicit Primitives with Altair Inspire: A Python Approach
Create an Implicit Primitive Create simple geometric shapes that can be used for repetitive tasks or combined into more complex shapes. Implicit primitives include a cuboid, cylinder, and sphere. Each primitive type has controllable position, orientation, and dimension. Implicit Primitive Shapes are, * Cuboid * Cylinder *…
-
Building Complex Implicit Shapes and Surface Lattices with Python in Altair Inspire
Implicit Modeling Example 1: Creating a Sphere with Gradient-Based Lattice Structure This example creates an implicit 3D model, calculates its gradient, and uses that to generate a lattice structure on the sphere. from hwx import inspire from hwx.common.math import Point inspire.newModel() # Creating an implicit part.…
-
Mastering Connections in Altair Inspire: Create and Modify Bushings, Connectors (Spider) with Python APIs
Bushings Create bushings between the selected surfaces of the parts. With bushings, you can create connections with multi-directional stiffness and mass properties between two set of surfaces of two parts. This helps capture the physics and more accurately correlate results within an assembly. Creating Bushings and Modify…
-
Mastering Connections in Altair Inspire: Create and Modify Fasteners, Joints with Python APIs
Fasteners Fasteners connect parts together without allowing movement at the hole location. Creating Fasteners When defining fasteners, you can create grounded bolts and grounded screws that act as supports in load cases. A grounded fastener mimics the nut and bolt or screw being fastened to another part that is not…
-
Fit Polynurbs to support
Hi, I am trying to fit the polynurbs model around the support so I can analyze it and not have any collisions. How can I do this?