Git Product home page Git Product logo

fe_project's Introduction

Finite Element Library (by Renan Siqueira)

This is a basic finite element (FE) library for 3D analysis of structural components, called here FE Project. The code was written with the same architecture of Abaqus CAE, so that the topology optimization script BESO (Bi-directional Structural Topology Optimization) by Zuo and Xie, as well as my own code for IZEO (Interfacial Zone Evolutionary Optimization) also works here.

How to use

Example model

For an example of how to create an input file (.rcae), submit, save results and plot results, check the file "Example_model_creation.py". This is a classical MBB beam problem where displacement, Von Mises stress, and compliance field are calculated.

The code makes use of functions that are highly related to Abaqus scripting functions to create the model. At the moment, only a hexagonal linear mesh is available. The mesh can be manually created (elements connectivity and nodes coordinates), but in the example, it was created with a simplistic function for cubic structures.

Plotting functions of field variables are also available through the use of matplotlib.

BESO

The original script for Abaqus from BESO was here slightly adapted to work with FE Project. Basically, the packages to be imported were changed and the output of the results. In this version, the output files are saved in a folder called "Output files", as well as a picture of the current status of the evolution. At the end of the process, a .txt file is generated with the history results. For more information about this script for BESO, check out:

Zuo ZH, Xie YM (2015) A simple and compact Python code for complex 3D topology optimization.

IZEO

This library was originally intended to be used with IZEO apart of the commertially realeased software Abaqus. More adaptations and tests are still required in the future.

Additional packages required

  • Matplotlib

fe_project's People

Contributors

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