jibranhaider / explicitSolidDynamics

Cell centred code for explicit solid dynamics in OpenFOAM

Home Page:https://jibranhaider.com/research/explicit-solid-dynamics-in-openfoam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Cell centred explicit solid dynamics toolkit for OpenFOAM

Travis (.org)   OpenFOAM 7   GPLv3 license   GitHub last commit


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



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 it as follows.


  • GITHUB

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


5. License

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



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

Cell centred code for explicit solid dynamics in OpenFOAM

https://jibranhaider.com/research/explicit-solid-dynamics-in-openfoam/

License:GNU General Public License v3.0


Languages

Language:C 52.7%Language:C++ 44.1%Language:Shell 2.1%Language:GLSL 1.1%