Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.
This repository was archived by the owner on May 4, 2023. It is now read-only.

Doubt on example_fatigue.py #53

@mmartini1987

Description

@mmartini1987

Good morning all,
while I appreciate that WDRT is no longer being developed, I would still try to share a doubt I have related to the fatigue calculation example in example_fatigue.py.

My doubt is related to how the 1-year DEL is calculated - starting from the 1-hour DELs.

In line 40 of the code, you sum up the contributions to the 1-year DEL as:

    Feq_1y = Feq_1y + (Feq_1h[i][j]**m) * N1h * P[i][j]

where N1h is the average number of cycles in 1 hour. I wonder why you don't multiply this by 24 * 365, which is the number of hours in one year, to get the 1-year damage contribution of Feq_1h[i][j].

I came across this doubt when looking at the DEL of 1.04 MN you calculate in the example, which looks a bit low - in 8 out of 9 cells of the scatter diagram (75% of occurrences), the 1-hour DEL is higher than the calculated DEL, which makes me think that the 1-year DEL should be somehow larger than 1.04 MN.

Thanks in advance for your patience and kindness.

Best regards
Michele Martini

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions