Giter VIP home page Giter VIP logo

convergence-diagnostic's Introduction

Convergence Diagnostic via Data Analytics

The files in this repository demonstrates a workflow for gauging the convergence robustness of a finite element analysis (FEA) model before running a large time consuming model. TO understand the application, one would need moderate experience with FEA modeling for mechanical simulations. However, with the compiled data, data visualization and analysis is performed using python in Jupyter Notebooks. The test parameters were created using a Fractional Factorial Design. The primary model used is Support Vector Machine as a means to define if a model will converge. The Pandas library is used to clean and manage the dataset.

Clean-Compile-Data folder includes some scripts that take the multiple result files and extracts key metrics for the final analysis. Analysis folder contains the cleaned data and Python script that perform the analysis.

Motivation

In FEA, thermal and mechanical simulations can be run to predict deformations, stresses, and strains in a part. A non-linear analysis incorporates complex material models and geometries, which requires for the FEA code to "converge" on a solution. Convergence is dependent on time step, load case, material models, etc. When a solution does not converge, the model needs to be changed and re-run. These simulations can take hours or days to run, so re-running a case can delay engineering projects.

The intention of this project is to run a small FEA model multiple times with varying load cases and time steps and noting if the FEA model converged or not. From this information, we can train a classification model to predict if a model will converge given the applied loads.

Results

The analysis demonstrated that SVM can be used to predict convergence to a reasonable degree of accuracy. Through a 5-fold cross validation, an accuracy of 78% was reached with a linear SVM classification model. The process and results are shown in 'Simulation_Data_Analysis.ipynb'

convergence-diagnostic's People

Contributors

hkcornwell avatar

Stargazers

 avatar

Watchers

 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.