Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to call ABAQUS Python in ABAQUS UMAT? #18

Open
Fengyixin-research opened this issue Dec 4, 2019 · 1 comment
Open

Comments

@Fengyixin-research
Copy link

I'm doing multiscale computation, so I need to call microscale ABAQUS Python in ABAQUS UMAT. And UMAT is usually written in Fortran, however, ABAQUS Python is a modified Python which could not be regarded as normal Python interpretor, the standard calling might not work well.
Is there any way to fix this problem?

@ylikx
Copy link
Owner

ylikx commented Dec 4, 2019

Interesting question, unfortunately I am not familiar with ABAQUS. Maybe someone with knowledge of ABAQUS internals can help?

If you have a cpython distribution in an unusual location, you would need to locate libpythonX.Y.so to link against it.
Probably you would also have to set the PYTHONHOME environment variable to the path to the Python distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants