-
Welcome to the Altair Community! Get Started Here
Welcome to the new and improved Community! We are excited to welcome you to the new and improved Altair Community experience. By joining, you become a part of a thriving and engaged network of over 1.3 Million users to access resources, share ideas and solutions, and connect with fellow experts worldwide. Benefit from the…
-
Altair Community Magnetics Chat
Join us for an exciting technical series where we will showcase the new capabilities of High Frequency and Low Frequency tools in Altair. This monthly series is designed to empower industry experts by providing them with insights into the latest features, workflows, and advancements in Altair’s Electromagnetics solutions.…
-
Spalling reduction factor calculation and effective shear depth in shear wall
Hello, I have S-Concrete V.2024 in Canada. Therefore we are working with Canadian code, CSA A23.3. I have two observation that really affect the calculation for shear walls and now I am gonna share it hear to have my answer. 1-About dv, effective shear depth, I am wondering why in S-Concrete this factor would be design…
-
NOTE 32313: The *.str file is not valid for the current solution (checksum mismatch)
Hello, I am quite new to FEKO. I performed a simulation from start to end for a complex structure. Now I added an additional request on the results and it seems the calculation has to rerun the full solution as I get NOTE 32313: The *.str file is not valid for the current solution (checksum mismatch) Is it normal? Thanks…
-
Is there an antenna model library from CompoMan in FEKO?
I am looking for a library suite of different types of antennas (helical, patch, dish, etc.). Does one exit that I can grab? Does it come with FEKO
-
PMSM MOTOR-STRUCTURAL SIMULATION-HYPERMESH OPTISTRUCT
I am trying to do shaft with rotor interference fit simulation in order to ensure the considered interference is enough to withstand the torque load. Load steps are step 1 —> interference fit between rotor and shaft step2—>thermal load step3—>torque load step4—>combination of torque+ thermal+ interference please share some…
-
PSIM initialization problem for generated code
Hi, I am using PSIM generated code with ADC and PWM initialization by PS_SysInit(2, 20). At same time, I needed to use I2C channel of f28377D. Thats why I used, Device_init() and Board_init() function generated C2000.syscfg. Is it possible to merge two separate initialization function together? The source code of Psbios.h…
-
/MONVOL/GAS: Monitor volume for tire, tank or air bag, Simple example model.
Overview: /MONVOL/GAS is a monitor volume which uses ideal gas EOS. This is easy to use. I will explain how /MONVOL/GAS works with a simple cube crash simulation. Exanple 01: No /MONVOL/GAS To understand diffarence caused by /MONVOL/GAS, I show a simulation without it. In the simulation, the cube is crashed by the heavy…
-
High Frequency Antenna Platform Radiation Pattern Analysis
Hi, I want to analyze the radiation pattern on the high frequency reflector antenna platform at FEKO. However, the platform is electrically very large compared to the wavelength. What steps should I follow to obtain results close to full wave analysis? I will analyze the reflector antenna operating in the X band on the…
-
Regarding Hyperview Image capturing
Hi, while post processing results in hyperview, I need to capture the images by the default hyperview image capture, rather than capturing myself by using snip or Hyperview capturing options. the thing is like i need to capture multiple images in different hyperview windows, in a same image dimension and i don't want to…
-
PSD to Time Series OML Utility
Overview: This OML utility generates a time-domain realization of a signal from a PSD given as an input and writes it in a CSV file. It allows for visualization of both PSD and realization of the signal. The input PSD must be stored in a CSV file containing two columns, frequency [Hz] and magnitude. E.g.: 5,1.41E-02…
-
Generating PM-FlexTire files using provided STPtoOBJ executable.
I'm having issues generating all the files required to perform a coupled FlexTire analysis with MotionSolve/EDEM. I'm currently running version 2024.1 of both MotionView/MotionSolve and EDEM. I've got the PME_FlexTire.dll and STPtoOBJ.exe installed in my EDEM\bin location as described in the FlexTire installation…
-
Compose signal processing - PSD 2 Time-serie
Hi all, I am trying to transform a PSD into a time-history. I am using the method described in the E-book of signal processing under Compose but I am facing two errors in the script, namely I cannot display the time signal and the inverse calculation to recalculate the DSP with the time signal does not work with pwelch…
-
Cannot use groups to define Guide and Limit faces in Select Adjacent Layers
I'm having an issue with SimLab 2024.1 where I cannot use Face Groups to define the Guide faces and Limit faces in the Select Adjacent Layers tool. I can click on faces on the model normally which works however when I try to add a Face Group nothing shows up. Is this intended behaviour and is there a work around for an…
-
License deactivation from old PC
Hi, My old pc is not working anymore, so I bought a new device and I need to transfer my PSIM license to this new device. Please deactivate the license from the old pc. Thank you for your prompt assistance.
-
Certification of Membership
May i Request for Certificate of Membership Altair Community
-
I am using S Life Plastics 3.2.0 software. I can't get the material database while doing the fatigue
While using the S Life Plastics 3.2.0 software I am not getting the material database while doing the fatigue analysis. So what can i do to get the material database for performing the fatigue analysis?
-
Using Hyperview: adding curve statistics to Hypergraph
I would like to add info to a graph in a certain Way: Calculating statistics of a curve (Simply max/min for x&y + amplitude) in a graph. Attaching this information to corresponding curve in the graph. Now I do this just by pasting the statistics info to a note, but I would like to do this automatically, using template or…
-
SAO同梱のTomcatのバージョンアップ方法について
お世話になっております。 SAOを利用していますが、SAOに同梱されているTomcat 9.0.64に脆弱性があるのでバージョンアップするように社内で指示を受けました。 最新の9.0.98はダウンロードしたのですが、バージョンアップの手順がわかりません。 教えて頂けないでしょうか。
-
About runing S-Timer
Hi, everyone. I recently installed S-Timer and activated the software with the Student Edition license key. Unfortunately, when I ran the software, it showed an error message. I tried to reinstall it to resolve the problem, but it didn't work. What should I do? Thanks in advance!
-
ERROR # 5408 - No Structural modes have been found
I am building an input deck a bit manually for demonstration purpose of how FRA works. Attached is the deck I built (which is actually based on the training example available from Altair). However, when I run this deck, I get ERROR # 5408 ANALYSIS RESULTS : ------------------ ITERATION 0 *** WARNING # 3917 No mode exists…
-
Can anyone tell me how to increase the Variable j by clicking the Next button in GUI.
set i 0 set j 0 set win .window catch {destroy $win} toplevel $win -class TopClass wm title $win "Master GUI" wm geometry $win 400x200+900+650 wm resizable $win 0 0 wm deiconify $win button $win.01 -text "Next" -font {times 15 bold} -command {Script [expr $i + 1]} place $win.01 -x 230 -y 130 -width 140 -height 36 proc…
-
I have a question about an error message in FEKO.
I am using FEKO and have encountered a problem. When I open CADFEKO and click 'Create a new project,' an error message appears. (See attached image) How can I resolve this?
-
How get rid of this error?
I am trying to simulate a chasis crash analysis in Hypemesh-Radioss for first time.But I'm facing following error .Can anybody help me to get rid of this error?
-
an error message in FEKO
I am using FEKO and have encountered a problem. When I open CADFEKO and click 'Create a new project,' an error message appears. (See attached image) How can I resolve this?
-
Irregularities in meshing
I am trying to mesh the circular part of a K joint. I have assigned equal densities in opposite sides. But when we go to the inner region, the density is decreased. I was expecting to have elements in concentric circles which is true at the edges but not in the middle. Other condition is when I have 7 element in one side…
-
*** ERROR # 4966 *** Minimum time increment reached, analysis aborted.
When I open this H3D file, the block is penetrating like this, and I don't know what to fix. Please help me I'm attaching the file for reference.