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

Abaqus UMAT support #30

Open
ritukeshbharali opened this issue May 5, 2024 · 0 comments
Open

Abaqus UMAT support #30

ritukeshbharali opened this issue May 5, 2024 · 0 comments

Comments

@ritukeshbharali
Copy link
Owner

Develop a AbaqusMaterial class that supports Abaqus UMATs. The idea is to compile them into shared libraries, and then load them dynamically. Here is the UMAT signature:

SUBROUTINE UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,
     1           RPL,DDSDDT,DRPLDE,DRPLDT,
     2           STRAN,DSTRAN,TIME,DTIME,TEMP,DTEMP,PREDEF,
     2           DPRED,CMNAME,
     3           NDI,NSHR,NTENS,NSTATV,PROPS,NPROPS,COORDS,
     3           DROT,PNEWDT,
     4           CELENT,DFGRD0,DFGRD1,NOEL,NPT,
     5           LAYER,KSPT,KSTEP,KINC)

It uses insane many variables, so to make it truly generic, the AbaqusMaterial must have these variables are members. For a basic example, see https://github.com/ritukeshbharali/Abaqus-UMAT-cpp.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant