[SOLVED] Run calculix from python API using a previously written .inp file

About the development of the FEM module/workbench.

Moderator: bernd

hex41434
Posts: 12
Joined: Mon Mar 01, 2021 11:03 am

Re: [SOLVED] Run calculix from python API using a previously written .inp file

Post by hex41434 »

fandaL wrote: Sun Jan 29, 2023 6:21 pm
The script requires that you have a FC file with the Analysis container.
Thank you for your reply, dear fandaL. Fortunately, I was able to resolve the issue. My hand-written inp file is fed into calculix on a Windows computer. There I got a different error, which later turned out to be related to the Node coordinates. There seems to be a limit of 13 digits on them. The code runs perfectly when I use "[:.13E]".format(X) in my Freecad script.

Best,
Aida
Post Reply