Skip to content

Linux PyDYNA execution process using Ansys installation on another Windows machine #863

@Taniguchi-Shin

Description

@Taniguchi-Shin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    RunAnything related to run subpackageenhancementGeneral improvements to existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions