Shear zone model with discrete crack propagation.
Project description
Discrete cracking within a shear zone
The package includes the DIC driven modeling of the crack localization in the shear zone. The notebook demonstrating showing the mathematical formulation and the implementation concept, including examples can be launched
The project implements a discrete crack propagation through a two dimensional domain cut out from a shear zone of a bended beam.
The model has been developed by using a sketch
in notebooks/shear_zone.ipynb
which uses a combination of symbolic derivation supported by
the sympy
package and numerical numpy
and scipy
functionality.
Individual model components have been derived step by step indicating the mutual dependeces. The model is developed in the following steps.
- beam design
- material models (to be integrated with bmcs_beam)
- crack path
- crack tip rotation
- deformed state
- ligament stress profile
- crack tip shear stress
- crack orientation criterion
- crack extension
- crack propagation
The directory shear_crack demonstrates the
applied development process. Each of the classes is implemented
in a separate Python file, i.e. beam_design.py
and its functionality is demostrated
in the corresponding jupyter file, i.e. beam_design.ipynb
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bmcs_shear-0.0.3a0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb0f1f12938781718a4913db88829f05be3ef1914a48d17a71cd513d502fd0ad |
|
MD5 | 0936a6d6ca4393d1eb5f4339ac317fb2 |
|
BLAKE2b-256 | 494db01eb3d16cf6d53f966baff8a453a33ba520b6bfd2e67de0c8aac632367f |