All Projects → boschresearch → pylife

boschresearch / pylife

Licence: Apache-2.0 license
a general library for fatigue and reliability

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pylife

Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+704.44%)
Mutual labels:  education, engineering
mcu-curriculum
Minecraft U Curriculum
Stars: ✭ 48 (+6.67%)
Mutual labels:  education, engineering
vibration toolbox
Educational Vibration programs. Intended for undergraduate and early graduate students.
Stars: ✭ 89 (+97.78%)
Mutual labels:  engineering, mechanical-engineering
resonance
Learning Mechanical Vibration Engineering Through Computation
Stars: ✭ 28 (-37.78%)
Mutual labels:  engineering, mechanical-engineering
Openedu
📚 The Open Source Education Initiative – a repository with resources for 60+ engineering subjects. Let's make education more open and accessible! 🚀✨
Stars: ✭ 156 (+246.67%)
Mutual labels:  education, engineering
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+284.44%)
Mutual labels:  education, engineering
pymae
Materials for the book "Python for Mechanical and Aerospace Engineering"
Stars: ✭ 56 (+24.44%)
Mutual labels:  engineering, mechanical-engineering
zen-signals
☯ The simplest signal library possible
Stars: ✭ 41 (-8.89%)
Mutual labels:  education
xlines
X lines of Python
Stars: ✭ 100 (+122.22%)
Mutual labels:  education
vagas
💼 É dev? É devops? É bom? Quer mexer com muita tecnologia e desafios? Vem pro match!
Stars: ✭ 21 (-53.33%)
Mutual labels:  engineering
curriculum-foundation
iSAQB Curriculum for the CPSA - Foundation Level. This repository contains copyrighted work.
Stars: ✭ 35 (-22.22%)
Mutual labels:  education
schulcloud-client
HPI Schul-Cloud Client
Stars: ✭ 31 (-31.11%)
Mutual labels:  education
30-seconds-of-csharp
Short C# code snippets for all your development needs
Stars: ✭ 132 (+193.33%)
Mutual labels:  education
Awesome CV
Curated educational list for computer vision
Stars: ✭ 68 (+51.11%)
Mutual labels:  education
google-guide-to-technical-development
This guide provides tips and resources to help you develop your technical skills (academically and non-academically) through self-paced, hands-on learning. This guide is intended for Computer Science students seeking an internship or university grad role at Google.
Stars: ✭ 90 (+100%)
Mutual labels:  education
project-omega
A collection of non-trivial coding problems to improve software engineering skills.
Stars: ✭ 15 (-66.67%)
Mutual labels:  education
awesome-learning-collections
✨ A curated list of awesome learning collections on various topics.
Stars: ✭ 76 (+68.89%)
Mutual labels:  education
BigDataCGUIM
長庚資管 大數據分析方法 課程相關資料
Stars: ✭ 48 (+6.67%)
Mutual labels:  education
my-testflow
Test automation standard engineering project template
Stars: ✭ 30 (-33.33%)
Mutual labels:  engineering
moreThanFAANGM
This repository contains opportunities for you to apply to more than 300 product base companies(NOT JUST FAANGM) & good start-ups.
Stars: ✭ 2,609 (+5697.78%)
Mutual labels:  engineering

pyLife – a general library for fatigue and reliability

Binder Documentation Status PyPI PyPI - Python Version testsuite

pyLife is an Open Source Python library for state of the art algorithms used in lifetime assessment of mechanical components subject to fatigue load.

Purpose of the project

This library was originally compiled at Bosch Research to collect algorithms needed by different in house software projects, that deal with lifetime prediction and material fatigue on a component level. In order to further extent and scrutinize it we decided to release it as Open Source. Read this article about pyLife's origin.

So we are welcoming collaboration not only from science and education but also from other commercial companies dealing with the topic. We commend this library to university teachers to use it for education purposes.

Status

pyLife-2.0.0 has been released. That means that for the time being we hope that we will not introduce breaking changes. That does not mean that the release is stable finished and perfect. We will do small improvements, especially with respect to documentation in the upcoming months and release them frequently as 2.0.x releases. Once we have noticeable feature additions we will come up with a 2.x.0 release. No ETA about that.

Contents

There are/will be the following subpackages:

  • stress everything related to stress calculation

    • equivalent stress
    • stress gradient calculation
    • rainflow counting
    • ...
  • strength everything related to strength calculation

    • failure probability estimation
    • S-N-calculations
    • ...
  • mesh FEM mesh related stuff

    • stress gradients
    • FEM-mapping
    • hotspot detection
  • util all the more general utilities

    • ...
  • materialdata analysis of material testing data

    • Wöhler (SN-curve) data analysis
  • materiallaws modeling material behavior

    • Ramberg Osgood
    • Wöhler curves
  • vmap a interface to VMAP

License

pyLife is open-sourced under the Apache-2.0 license. See the LICENSE file for details.

For a list of other open source components included in pyLife, see the file 3rd-party-licenses.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].