Skip to content

Python package to simulate elasto-viscoplastic mechanical behaviors

License

Notifications You must be signed in to change notification settings

basileMarchand/evpsim

Repository files navigation

ElastoViscoPlastic material SIMulator

Description

The evpsim module simulates elasto-visco-plastic mechanical behavior for a given loading path (strain/stress/mixed).

$$ \sigma (t) = \mathcal{A}\left( \Delta \varepsilon ; \Sigma ( \tau < t ) \right) $$

Simulation is performed at the scale of a single material point. It would be conceivable to couple the evpsim module with a finite element code for structural calculations, but this would require some work to reorganize the code, particularly in terms of memory management. What's more, it would still be prohibitively expensive in terms of calculation costs compared with a dedicated implementation.

Installation

From sources

git clone https://github.com/basileMarchand/evpsim.git
cd evpsim
pip install .

Or even simplier

pip install git+https://github.com/basileMarchand/evpsim.git

From PyPi

EVPSim is now available on PyPi

pip install evpsim

Documentation

The dangerously incomplete documentation is available here

About

Python package to simulate elasto-viscoplastic mechanical behaviors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages