ContactMechanics


NameContactMechanics JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryEfficient contact mechanics using elastic half-space methods
upload_time2024-08-02 13:14:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ContactMechanics
==============

*Contact mechanics with Python.* This code implements computation of contact geometry and pressure of a rigid object on a flat elastic half-space. All calculations assume small deformations; in that limit, the contact of any two objects of arbitrary geometry and elastic moduli can be mapped on that of a rigid indenter on an elastic flat.

The methods that are implemented in this code are described in various papers:

- Fast-Fourier transform (FFT) for the computation of elastic deformation of periodic substrates.
    - [Stanley, Kato, J. Tribol. 119, 481 (1997)](https://doi.org/10.1115/1.2833523)
    - [Campana, Müser, Phys. Rev. B 74, 075420 (2006)](https://doi.org/10.1103/PhysRevB.74.075420)
    - [Pastewka, Sharp, Robbins, Phys. Rev. B 86, 075459 (2012)](https://doi.org/10.1103/PhysRevB.86.075459)
- Decoupling of images for non-periodic calculation with the FFT.
    - Hockney, Methods Comput. Phys. 9, 135 (1970)
    - [Liu, Wang, Liu, Wear 243, 101 (2000)](https://doi.org/10.1016/S0043-1648(00)00427-0)
    - [Pastewka, Robbins, Appl. Phys. Lett. 108, 221601 (2016)](https://doi.org/10.1063/1.4950802)
- Fast solution of nonadhesive, hard-wall interactions.
    - [Polonsky, Keer, Wear 231, 206 (1999)](https://doi.org/10.1016/S0043-1648(99)00113-1)
- Contact plasticity.
    - [Almqvist, Sahlin, Larsson, Glavatskih, Tribol. Int. 40, 574 (2007)](https://doi.org/10.1016/j.triboint.2005.11.008) 
    - [Weber, Suhina, Junge, Pastewka, Brouwer, Bonn, Nature Comm. 9, 888 (2018)](https://doi.org/10.1038/s41467-018-02981-y)

Build status
------------

The following badge should say _build passing_. This means that all automated tests completed successfully for the master branch.

[![Build Status](https://github.com/ContactEngineering/ContactMechanics/actions/workflows/tests.yml/badge.svg)](https://github.com/ContactEngineering/ContactMechanics/actions/workflows/tests.yml?query=branch%3Amaster)

Documentation
-------------

[Sphinx](https://www.sphinx-doc.org/)-generated documentation can be found [here](https://contactengineering.github.io/ContactMechanics/).

Installation
------------

Quick install with: `python3 -m pip install ContactMechanics`

[Running contact mechanics simulations](examples/easy_hardwall_simulation.ipynb)
--------------------------------------------------------------------------------

Dependencies
------------

The package requires :
- **numpy** - https://www.numpy.org/
- **NuMPI** - https://github.com/imtek-simulation/numpi
- **muFFT** - https://github.com/muSpectre/muFFT
- **SurfaceTopography** - https://github.com/ContactEngineering/SurfaceTopography

Optional dependencies:
- **runtests** - https://github.com/bccp/runtests

Funding
-------

Development of this project is funded by the [European Research Council](https://erc.europa.eu) within [Starting Grant 757343](https://cordis.europa.eu/project/id/757343) and by the [Deutsche Forschungsgemeinschaft](https://www.dfg.de/en) within projects [PA 2023/2](https://gepris.dfg.de/gepris/projekt/258153560) and [EXC 2193](https://gepris.dfg.de/gepris/projekt/390951807).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ContactMechanics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Till Junge <till.junge@altermail.ch>, Lars Pastewka <lars.pastewka@imtek.uni-freiburg.de>, Antoine Sanner <antoine.sanner@imtek.uni-freiburg.de>",
    "download_url": "https://files.pythonhosted.org/packages/83/fa/ddbb85e9623ca32f1c723902e2dffcd62212ef782172c602b268ee791bc7/contactmechanics-1.5.0.tar.gz",
    "platform": null,
    "description": "ContactMechanics\n==============\n\n*Contact mechanics with Python.* This code implements computation of contact geometry and pressure of a rigid object on a flat elastic half-space. All calculations assume small deformations; in that limit, the contact of any two objects of arbitrary geometry and elastic moduli can be mapped on that of a rigid indenter on an elastic flat.\n\nThe methods that are implemented in this code are described in various papers:\n\n- Fast-Fourier transform (FFT) for the computation of elastic deformation of periodic substrates.\n    - [Stanley, Kato, J. Tribol. 119, 481 (1997)](https://doi.org/10.1115/1.2833523)\n    - [Campana, M\u00fcser, Phys. Rev. B 74, 075420 (2006)](https://doi.org/10.1103/PhysRevB.74.075420)\n    - [Pastewka, Sharp, Robbins, Phys. Rev. B 86, 075459 (2012)](https://doi.org/10.1103/PhysRevB.86.075459)\n- Decoupling of images for non-periodic calculation with the FFT.\n    - Hockney, Methods Comput. Phys. 9, 135 (1970)\n    - [Liu, Wang, Liu, Wear 243, 101 (2000)](https://doi.org/10.1016/S0043-1648(00)00427-0)\n    - [Pastewka, Robbins, Appl. Phys. Lett. 108, 221601 (2016)](https://doi.org/10.1063/1.4950802)\n- Fast solution of nonadhesive, hard-wall interactions.\n    - [Polonsky, Keer, Wear 231, 206 (1999)](https://doi.org/10.1016/S0043-1648(99)00113-1)\n- Contact plasticity.\n    - [Almqvist, Sahlin, Larsson, Glavatskih, Tribol. Int. 40, 574 (2007)](https://doi.org/10.1016/j.triboint.2005.11.008) \n    - [Weber, Suhina, Junge, Pastewka, Brouwer, Bonn, Nature Comm. 9, 888 (2018)](https://doi.org/10.1038/s41467-018-02981-y)\n\nBuild status\n------------\n\nThe following badge should say _build passing_. This means that all automated tests completed successfully for the master branch.\n\n[![Build Status](https://github.com/ContactEngineering/ContactMechanics/actions/workflows/tests.yml/badge.svg)](https://github.com/ContactEngineering/ContactMechanics/actions/workflows/tests.yml?query=branch%3Amaster)\n\nDocumentation\n-------------\n\n[Sphinx](https://www.sphinx-doc.org/)-generated documentation can be found [here](https://contactengineering.github.io/ContactMechanics/).\n\nInstallation\n------------\n\nQuick install with: `python3 -m pip install ContactMechanics`\n\n[Running contact mechanics simulations](examples/easy_hardwall_simulation.ipynb)\n--------------------------------------------------------------------------------\n\nDependencies\n------------\n\nThe package requires :\n- **numpy** - https://www.numpy.org/\n- **NuMPI** - https://github.com/imtek-simulation/numpi\n- **muFFT** - https://github.com/muSpectre/muFFT\n- **SurfaceTopography** - https://github.com/ContactEngineering/SurfaceTopography\n\nOptional dependencies:\n- **runtests** - https://github.com/bccp/runtests\n\nFunding\n-------\n\nDevelopment of this project is funded by the [European Research Council](https://erc.europa.eu) within [Starting Grant 757343](https://cordis.europa.eu/project/id/757343) and by the [Deutsche Forschungsgemeinschaft](https://www.dfg.de/en) within projects [PA 2023/2](https://gepris.dfg.de/gepris/projekt/258153560) and [EXC 2193](https://gepris.dfg.de/gepris/projekt/390951807).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Efficient contact mechanics using elastic half-space methods",
    "version": "1.5.0",
    "project_urls": {
        "changelog": "https://github.com/ContactEngineering/ContactMechanics/blob/master/ContactMechanics/ChangeLog.md",
        "documentation": "https://contactengineering.github.io/ContactMechanics/",
        "repository": "https://github.com/ContactEngineering/ContactMechanics"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f03a74a79cd120534dd097aacfc0d8bedbd6ee84949c777a93a68f464bfab08",
                "md5": "15e162fdd7f348f475ce33bebc0c4398",
                "sha256": "8f9a8f34925173d6a7984de54b3d04b8b9a5d01a363f2d2f1ad283e9625bac99"
            },
            "downloads": -1,
            "filename": "contactmechanics-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15e162fdd7f348f475ce33bebc0c4398",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 85516,
            "upload_time": "2024-08-02T13:14:23",
            "upload_time_iso_8601": "2024-08-02T13:14:23.388048Z",
            "url": "https://files.pythonhosted.org/packages/0f/03/a74a79cd120534dd097aacfc0d8bedbd6ee84949c777a93a68f464bfab08/contactmechanics-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83faddbb85e9623ca32f1c723902e2dffcd62212ef782172c602b268ee791bc7",
                "md5": "b064de9efa5f521472cb7dd43df40c10",
                "sha256": "d5da0b2e2c0230235436ead71c918e838e3dbbe88e8c08a5b786d6e9dad0cab0"
            },
            "downloads": -1,
            "filename": "contactmechanics-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b064de9efa5f521472cb7dd43df40c10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 61865,
            "upload_time": "2024-08-02T13:14:25",
            "upload_time_iso_8601": "2024-08-02T13:14:25.408526Z",
            "url": "https://files.pythonhosted.org/packages/83/fa/ddbb85e9623ca32f1c723902e2dffcd62212ef782172c602b268ee791bc7/contactmechanics-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 13:14:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ContactEngineering",
    "github_project": "ContactMechanics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "contactmechanics"
}
        
Elapsed time: 0.25278s