Git Product home page Git Product logo

abaqus-python's Introduction

ABAQUS-Python

ABAQUS is a powerful FEA software, widely used in automotive industry, you can find more information here: wiki-SIMULIA

The codes comes from my daily work. And I will use some simple models for instance to show the fuctions.

The Scripts May Includes:

  1. Pre & Post processing ( Parametric modeling, automatic post-processing);
  2. How to generate the report (ppt or pptx) automatically;
  3. How to write the results to an excel file.

Some Hints

  1. I will finish the upload slowly.
  2. As long as i am still an CAE engineer, i will upload more scripts.

Introduction

1-SURFIO

This is a script for surface definition format transformation between abaqus and hypermesh.

(in hypermesh, the surface is defined by "element ID, element surface ID", but in abaqus, internal set was used to cover all elements with the same elem surface ID.)

##So, if you want to use the inp file generated by abaqus in hypermesh, you will find a lot of sets, which is meanless. This script is for this purpose.

stat:

  1. ABAQUS -> HYPERMESH (finished)
  2. hypermesh -> ABAQUS (ongoing)

2-BoltModeler (webinar)

This is a abaqus GUI, and it has several fuctions.(boltfuc is necessary for this GUI)

  1. Automatically create a bolt (3D geometry) by several params, as below: image
  2. Automatically mesh the bolt, the user can change the element type and elem size.
  3. Automatically find the contact surface, tie surface and bolt load surface, then finish the surface definiton. (the initial tie length is 1/2 of the body length) 4)Automatically create 3 steps bolt load by a given value.
  4. You can use 3-point location method to add a bolt to the assembly.(I got this idea from HyperMesh~) image

3-boltfuc

This is a kernel module, you can use the bolt model build up functions in your own scripts by importing this module.

[email protected]

abaqus-python's People

Contributors

shengqiangskr 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.