Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melc-da authored Jan 12, 2023
1 parent baa598d commit 326f9db
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

This repository contains the code used to generate the results of the research article
```
D. Melching, E. Breitbarth. (2023)
David Melching and Eric Breitbarth. (2023)
Advanced crack tip field characterization using conjugate work integrals.
International Journal of Fatigue.
DOI: 10.1016/j.ijfatigue.2023.107501
```
The published article is available [here](https://doi.org/10.1016/j.ijfatigue.2023.107501){:target="_blank"}.
The preprint is available on [arXiv](
https://doi.org/10.48550/arXiv.2301.04395){:target="_blank"}.
The published article is available <a href="https://doi.org/10.1016/j.ijfatigue.2023.107501" target="_blank">here</a>.
The preprint is available on <a href="https://doi.org/10.48550/arXiv.2301.04395" target="_blank">arXiv</a>.

## Abstract
*The quantitative characterisation of crack tip loads is fundamental in fracture mechanics.
Expand All @@ -22,9 +21,9 @@ lengths, external forces, and sizes for widely used middle tension, single-edge
and compact tension specimen under mode-I loading.*

## Dependencies
* [Python 3.8.5](https://www.python.org/downloads/release/python-385/){:target="_blank"}
* [Ansys Mechanical 2021 R2](https://www.ansys.com/){:target="_blank"}: To run the simulations, we used Ansys Mechanical APDL 2021 R2.
* [CrackPy (internal version 0.9.3)](https://github.com/dlr-wf/crackpy){:target="_blank"}: The integral method and the fitting method are implemented in CrackPy.
* <a href="https://www.python.org/downloads/release/python-385/" target="_blank">Python 3.8.5</a>
* <a href="https://www.ansys.com/" target="_blank">Ansys Mechanical 2021 R2</a>: To run the simulations, we used Ansys Mechanical APDL 2021 R2.
* <a href="https://github.com/dlr-wf/crackpy" target="_blank">CrackPy (internal version 0.9.3)</a>: The integral method and the fitting method are implemented in CrackPy.
The scripts are based on the unpublished pre-release version 0.9.3. **Therefore, the scripts might need to be adapted to work with the published version of CrackPy.**

## Usage
Expand Down

0 comments on commit 326f9db

Please sign in to comment.