Simulation Mechanical Forums (Read-Only)
Welcome to Autodesk’s Simulation Mechanical Forums. Share your knowledge, ask questions, and explore popular Simulation Mechanical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 2
srikanth.madaka
662 Views, 1 Reply

Python Scripting

Hello,

 

                   I want to transient temperature distribution finite element analysis. I have written a code in matlab and it is working fine. Now I want to implement it using a software on GPU. Instead of writing complex code, I want to implement this by using short and simple python coding through Autodesk simulation multiphysics. Is it possible to do so?? If not suggest me some methods for this simulation on GPU.

 

 

Thanking you,

 

Regards,

 

Srikanth Madaka

 

                    

1 REPLY 1
Message 2 of 2

 Hi Srikanth,

 

Autodesk Simulation Multiphysics 2013 (and all other previous versions) has an open file architecture, which was previously published in earlier versions of the software prior to Autodesk's acquisition of Algor.  This provided an API which would allow programmers using Visual Basic, C++ or Fortran to interact with the input and output files.  Although there is no formal interface created within the software to communicate directly with Python coding, one can use Python to perform these same actions.  It would not, however, be short nor simple as you hoped Smiley Sad

 

There is one aspect of Simulation's Static Stress with Linear Material Models analysis that will take advantage of GPU processing, but this is only if it is an NVIDIA graphics card.  There is also no programming interface that allows interaction with the analysis processors.  For this reason, once the analysis has been initiated, one can only wait until it completes before interacting with the input or output files.

 

From your description, is seems as if your program calculates a temperature distribution.  If this is the case, then this distribution can be applied as input to a thermal analysis for which further propagation needs to be determine.  Or your temperatures distribution can be applied to a mechanical model then the thermal stress can be determined.

 

Feel free to provide mode details of what your application does and describe exactly what you would like to accomplish outside of your program.  I will then describe what can be accomplished using the Simulation software.

 

Pat Tessaro, P.E.
Premium Support Specialist – Simulation

Autodesk, Inc.
6425 Living Place
Suite 100
Pittsburgh, PA 15206

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report