Git Product home page Git Product logo

crystalplasticity's Introduction

UMAT for Abaqus written by Nicolò Grilli and Ed Tarleton based on UEL by Fionn Dunne.

Grilli, N., Tarleton, E. & Cocks, A.C.F. Coupling a discrete twin model with cohesive elements to understand twin-induced fracture. Int J Fract 227, 173–192 (2021). https://doi.org/10.1007/s10704-020-00504-9

Usage instructions:

define a user material in Abaqus with 125 state dependent variables (SDV) 11 material constants

The first constant indicates the crystal type:

0 = HCP 1 = BCC 2 = BCC 3 = Carbide 4 = Olivine 5 = Orthorombic

The constants 2-10 contains the components of the rotation matrix that transforms a vector from the crystal reference frame to the sample (Abaqus) reference frame The order of the components in the input file must be R11, R12, R13, R21, R22, R23, R31, R32, R33

The 11th constant is the grain index different for different grains Therefore a polycrystal should be made with different materials in abaqus

The parameters that must be set are in the variable declaration part of the following files: umat.for kmat.f kMaterialParam.f

The total number of bulk elements and cohesive interface elements must be set in: mycommon.f

If the twins are activates, it is necessary to set the number of neighbouring points (NUpDown) in mycommon.f and then set ArrayNUpDown as the product: NUpDown * nElements * nintpts A preliminary simulation must be run, if the number of neighbouring points is not high enough for the specific mesh, warning will be given in the .log file The last warning line will contain the number that must be assigned to NUpDown

IMPORTANT: when using discrete twin model be sure no more such warnings are present in the .log for reliable simulation results

kMaterialParam.f includes the elastic and plastic parameters for different materials. If a new material is needed, new parameters and material name must be introduced in this file

kRhoTwinInit.f is preset, but can be modified if it is necessary to introduce a specific initial value (for instance space dependent) of the dislocation density or twin phase field

crystalplasticity's People

Contributors

dcelisgarza avatar tarletongroup 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.