Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Keywords
Repository
Fatigue and fracture package
Basic Info
- Host: GitHub
- Owner: dpzhuX
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://ffpack.readthedocs.io/en/latest/
- Size: 6.91 MB
Statistics
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 6
Topics
Metadata Files
README.md
FFPACK - Fatigue and Fracture PACKage
Purpose
FFPACK ( Fatigue and Fracture PACKage ) is an open-source Python library for fatigue and fracture analysis. It supports ASTM cycle counting, load sequence generation, fatigue damage evaluation, etc. A lot of features are under active development. FFPACK is designed to help engineers analyze fatigue and fracture behavior in engineering practice.
Installation
FFPACK can be installed via PyPI:
bash
pip install ffpack
Usage
The following example shows the usage of ASTM rainflow counting,
```python
Import the ASTM rainflow counting function
from ffpack.lcc import astmRainflowCounting
Prepare the data
data = [ -2.0, 1.0, -3.0, 5.0, -1.0, 3.0, -4.0, 4.0, -2.0 ]
Get counting results
results = astmRainflowCounting( data ) ```
See the package document for more details and examples.
Status
FFPACK is currently under active development.
Contents
Fatigue damage model
- Palmgren-miner damage model
- Naive Palmgren-miner damage model
- Classic Palmgren-miner damage model
- Palmgren-miner damage model
Load counting and correction
- ASTM counting
- ASTM level crossing counting
- ASTM peak counting
- ASTM simple range counting
- ASTM range pair counting
- ASTM rainflow counting
- ASTM rainflow counting for repeating history
- Johannesson counting
- Johannesson min max counting
- Rychlik counting
- Rychlik rainflow counting
- Four point counting
- Four point rainflow counting
- Mean stress correction
- Goodman correction
- Soderberg correction
- Gerber correction
- ASTM counting
Load sequence generator
- Random walk
- Uniform random walk
- Autoregressive moving average model
- Normal autoregressive (AR) model
- Normal moving average (MA) model
- Normal ARMA model
- Normal ARIMA model
- Sequence from spectrum
- Spectral representation
- Random walk
Load spectra and matrices
- Cycle counting matrix
- ASTM simple range counting matrix
- ASTM range pair counting matrix
- ASTM rainflow counting matrix
- ASTM rainflow counting matrix for repeating history
- Johannesson min max counting matrix
- Rychlik rainflow counting matrix
- Four point rainflow counting matrix
- Wave spectra
- Jonswap spectrum
- Pierson Moskowitz spectrum
- ISSC spectrum
- Gaussian Swell spectrum
- Ochi-Hubble spectrum
- Wind spectra
- Davenport spectrum with drag coefficient
- Davenport spectrum with roughness length
- EC1 spectrum
- IEC spectrum
- API spectrum
- Sequence spectra
- Periodogram spectrum
- Welch spectrum
- Cycle counting matrix
Random and probabilistic model
- Metropolis-Hastings algorithm
- Metropolis-Hastings sampler
- Au modified Metropolis-Hastings sampler
- Nataf algorithm
- Nataf transformation
- Metropolis-Hastings algorithm
Risk and reliability model
- First order second moment
- Mean value FOSM
- First order reliability method
- Hasofer-Lind-Rackwitz-Fiessler FORM
- Constrained optimization FORM
- Second order reliability method
- Breitung SORM
- Tvedt SORM
- Hohenbichler and Rackwitz SORM
- Simulation based reliability method
- Subset simulation
- First order second moment
Utility
- Aggregation
- Cycle counting aggregation
- Counting matrix
- Counting results to counting matrix
- Derivatives
- Derivative
- Central derivative weights
- Gradient
- Hessian matrix
- Digitization
- Sequence digitization
- Fitter
- SN curve fitter
- Sequence filter
- Sequence peakValley filter
- Sequence hysteresis filter
- Aggregation
Document
You can find the latest documentation for setting up FFPACK at the Read the Docs site.
Credits
This project was made possible by the help from DM2L lab.
License
Owner
- Name: Dongping Zhu
- Login: dpzhuX
- Kind: user
- Website: https://dpzhux.github.io/
- Repositories: 3
- Profile: https://github.com/dpzhuX
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Zhu" given-names: "Dongping" - family-names: "Ding" given-names: "Zhixia" - family-names: "Huang" given-names: "Xiaogang" title: "FFPACK - Fatigue and Fracture PACKage" doi: 10.5281/zenodo.7478424 url: "https://github.com/dpzhuX/ffpack"
GitHub Events
Total
- Watch event: 3
Last Year
- Watch event: 3
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dongping Zhu | z****g@h****m | 162 |
| Dorothydingzx | z****g@o****m | 80 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 80
- Average time to close issues: N/A
- Average time to close pull requests: about 6 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 80
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dpzhuX (50)
- Dorothydingzx (30)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 302 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
pypi.org: ffpack
Fatigue and fracture package
- Homepage: https://pypi.org/project/ffpack
- Documentation: https://ffpack.readthedocs.io/en/latest/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 0.3.3
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite
- docutils <0.17
- ipykernel *
- myst_parser *
- nbsphinx *
- python >=3.7,<3.12
- scipy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: ">=1.2,<1.8" python: '3.7' - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.8" python: ">=3.8,<3.11"