Best Of
Re: in this multiport (2 port) antenna how to fix the excitation of port 2? FEKO V2023.1
Hello @sswh2,
I checked your model with 2024 version and found out the followings.
- There is no physical connection problem of the wire port in your model. (I checked the currents, too.)
- Please know that when one voltage source is active, the wire port of the other voltage source works as a shoring pin. (The internal resistance of the voltage source is zero.)
- You can simplify the radiator part from 3D region to 2D face to save the computational resource. (Please delete the top and side conductor plates.)
- When debugging the model, I think "linear spaced discrete points" as the Frequency setting is more effective than "continuous range".
Best regards,
Jaehoon
Re: Running Scripted Simulation with Quasi-Static Analysis Type
Hi @tonynguyen_1432 ,
The correct way to set up a quasi-static event via template is to run a static event with an end time and print interval.
For example:
<Simulate
analysis_type = "Static"
end_time = "6."
print_interval = "0.01"
/>
If you only have Static, then the solver will run a static event.
Reference:
Best,
Christopher Fadanelli
Re: SimLab : Problem with the configuration of OptiStruct
Hi Marc,
Thanks so much for your answer. I head my folder solvers and i had anything in them so i cut the folder solvers of the simlab additionals window and i paste them in the folder solvers of simlab. When I run the solution, it works.
Thanks so much guys for your help,
Kind regards,
Cyril D
Re: Has anyone had trouble accessing the student version of AI Studio?
@MaxV02 Please use the free student edition in Altair one which includes Altair AI studio (previously known as Rapidminer studio) as per the following guide. Please see step 2,3 and 4 for detailed instructions on Obtaining your student edition license key, and installing and activating the software using the key - https://community.altair.com/discussion/34207/instructions-to-access-the-free-altair-student-edition-now-in-altair-one#latest. You may watch the instructional video in the guide for further help.
Additionally, you may see the following video playlist and guide that walks you through how to use the free Altair student license from Altair One to activate AI Studio. It also includes troubleshooting tips if you run into any issues -
https://www.youtube.com/playlist?list=PLQ7KUGFuVz4tr84PxSQojTu-RTDsznSJf
https://community.altair.com/discussion/63801/step-by-step-guide-install-activate-altair-ai-studio-student-edition-via-altairone-com?utm_source=community-search&utm_medium=organic-search&utm_term=rapidminer+academy
Ankita_v
Re: Simsolid batch run
Hi Saash,
In SimSolid, the JavaScript API provides programmatic access to certain modeling and analysis functions, but not all GUI features are exposed directly. While the help documentation covers some functions, other actions such as copying analyses, applying boundary conditions, or modifying loadscan often be accessed via JavaScript objects representing the model, parts, and analyses. You can explore available methods by opening the Script Console in SimSolid and using commands like console.log(Object.keys(simsolid)) or inspecting objects returned by simsolid.getModel() to see what functions are available. For more advanced operations, you may need to combine existing API methods for example, creating a new analysis object and programmatically adding boundary conditions by referencing part nodes or faces since there is currently no single direct function for some GUI actions.
Simsolid batch run
There is a Javascript help for some functions in SIMSOLID. How can we access other functions such as copying analyses, applying boundary conditions etc via Javascript objects ?
Re: How do i calculate the phase center of an antenna using FEKO?
Hello @Cqrri23,
I understand some difficulty you have when running the Phase center script.
(You don't need any more library.)
So, I made a simple manual to run the script.
Please see the attachment and follow.
Best regards,
Jaehoon
How do i calculate the phase center of an antenna using FEKO?
For what i understood from the documentation, by default phase center calculation is not available in FEKO. I found an script provided by FEKO to do such calculation. However, when i try to execute it, i got an error because i don't have a library called : "phase_centre_utility"
Where can i get that library? Or is there something i'm not doing correctly?
Thanks for your assistance!