wtkaczewski / explicitSolidDynamics

Explicit solid dynamics toolkit implemented in OpenFOAM

Home Page:http://jibranhaider.weebly.com/research.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ExplicitSolidDynamics toolkit for OpenFOAM

Travis (.org)   OpenFOAM 6   GPLv3 license   Documentation   DOI   Website

GitHub last commit   Codacy grade   GitHub open issues   GitHub code size in bytes   GitHub repo size in bytes   Code style


1. Introduction

This novel toolkit is based on a cell centred Finite Volume Method to predict large deformation in solids. The governing equations comprise of first order hyperbolic conservation laws for linear momentum and deformation gradient tensor of the system. This helps to bridge the gap between Computational Fluid Dynamics and Computational Solid Dynamics. The governing equations are spatially discretised using a low order cell centred Finite Volume Method along with an upwind Riemann solver.

Key features

  • Second order accuracy for velocities and stresses/strains.
  • Parallelised C++ implementation within OpenFOAM code.
  • Robust methodology with practical applications.

More details about this work can be found here.



2. How to use this toolkit?

Detailed instructions on the usage of the toolkit are provided on the wiki page.



3. Applications

Implosion of a bottle

The simulation can be seen here.

                   


Crushing of a thin cylinder

The simulation can be seen here.

           

           



4. How to cite this work?

If you are using this toolkit for your research then please cite the below mentioned work.


  • GITHUB

    @misc{haider2019toolkit,
    author    = {Haider, Jibran},
    title     = {{ExplicitSolidDynamics toolkit for OpenFOAM}},
    year      = {2019},
    doi       = {10.5281/zenodo.2577033},
    url       = {https://github.com/jibranhaider/explicitSolidDynamics}}     
    

  • CMAME

    @article{haider2018,
    title     = {{An upwind cell centred Total Lagrangian finite volume algorithm for nearly incompressible explicit fast solid dynamic applications}},
    author    = {Haider, Jibran and Lee, Chun Hean and Gil, Antonio J and Huerta, Antonio and Bonet, Javier},
    journal   = {Computer Methods in Applied Mechanics and Engineering},
    volume    = {340},
    pages     = {684--727},
    year      = {2018},
    doi       = {10.1016/j.cma.2018.06.010}}        
    

  • IJNME

    @article{haider2017,
    title     = {{A first-order hyperbolic framework for large strain computational solid dynamics: An upwind cell centred Total Lagrangian scheme}},
    author    = {Haider, Jibran and Lee, Chun Hean and Gil, Antonio J and Bonet, Javier},
    journal   = {International Journal for Numerical Methods in Engineering},
    volume    = {109},
    number    = {3},
    pages     = {407--456},
    year      = {2017},
    doi       = {10.1002/nme.5293}}         
    


5. Authors and contributors

This toolkit is developed and maintained by Jibran Haider (Swansea University).

This work would not have been possible without the support and guidance of the following individuals:



6. License

This toolkit is released under the GNU General Public License (version 3). More details can be found in the LICENSE file.



7. Disclaimer

This offering is not approved or endorsed by OpenCFD Limited, producer and distributor of the OpenFOAM software via www.openfoam.com, and owner of the OPENFOAM® and OpenCFD® trade marks.

About

Explicit solid dynamics toolkit implemented in OpenFOAM

http://jibranhaider.weebly.com/research.html

License:GNU General Public License v3.0


Languages

Language:C++ 49.2%Language:C 44.9%Language:Objective-C 2.8%Language:Shell 1.9%Language:GLSL 1.2%