Dear All,
This is Shin Taniguchi of JSOL.
We're going to try building the environment of PyDYNA on Linux.
When Ansys PKG is installed in Windows machine, can we execute PyDYNA solver module on another Linux environment?
In this condition, run_dyna must access to Windows Ansys PKG installation place.
We expect following python script described on your WEB manual.
import os
from ansys.dyna.core.run import run_dyna
dynafile = "input.k"
dynadir = os.getcwd()
filepath = run_dyna(dynafile, working_directory=dynadir)
Best Regards,
Shin Taniguchi/JSOL