Git Product home page Git Product logo

abaqus_subroutines's Introduction

ABAQUS subroutines

After 15+ years of coding in ABAQUS, I decided to put up a public repository of the subroutines I am using as part of my research. These subroutines (in reality a small part of what is possible in ABAQUS) covers some aspects of material mechanics.

While I took care of verifying my code (verification) they might not be bug free and you should use them in accordance. Furthermore, the proposed implementation are not necessarily validated (validation) in the sense that the chosen models are merely examples and their performance will be highly case dependent.

In this repository, you will find the following subroutines:

  1. UVARM
  2. USDFLD / VUSDFLD
  3. UHARD / VUHARD
  4. UMAT / VUMAT
  5. UEXTERNALDB / VEXTERNALDB

In addition to these subroutines, there is an example where a VUHARD subroutine and a VUSDFLD subroutine are combined to implement the Modified Johnson-Cook model.

Each example/folder has the following content:

  1. a FORTRAN subroutine,
  2. an ABAQUS input file fo both Standard and Explicit (except for UVARM),
  3. a python post-processing script to extract results from ABAQUS/viewer,
  4. a python script to plot the results,
  5. a pdf presentation of the subroutine, the input file structure and the results.

All analyses have been checked in ABAQUS 2019 with double precision. The Intel compiler ifort version 16.0.8 was employed. While the pdf presentations are (hopefully) useful, the official ABAQUS documentation should always be read first.

To execute the ABAQUS jobs with the FORTRAN subroutines you can use the following command:

abaqus double job=INPUT_FILE user=USER_SUBROUTINE int

where: INPUT_FILE is the name of the ABAQUS input file and USER_SUBROUTINE is the name of the FORTRAN file. For windows users, you might have to change the extension from *.f to *.for.

abaqus_subroutines's People

Contributors

davidmorinntnu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.