temoTxt / Stress_Strain_Analysis_Tools

0 stars 0 forks source link

Create Weibull Distribution of Failure Load and Stress Sample Values #7

Open directorfury192 opened 5 years ago

directorfury192 commented 5 years ago

For the number of samples we run, each provides us with the failure load and stress. We also get the max load and stress. We need to collect that data for each sample and put that into a file. That file becomes the input to the weibull distribution code that provides a probability distribution of the parameters we are looking at.

See this webpage for proposed code and step by step explanation of what i'm discussing here: http://feaforall.com/determine-weibull-law-parameters-python/

temoTxt commented 5 years ago

That seems pretty easy. So you want to create a summary file of all the runs? I think if you dump every run to it's own csv with a summary of the processing parameters then we can aggregate those into your weibull analysis.

directorfury192 commented 5 years ago

Cool. That's a good idea

On Mon, Apr 22, 2019, 8:02 AM temoTxt notifications@github.com wrote:

That seems pretty easy. So you want to create a summary file of all the runs? I think if you dump every run to it's own csv with a summary of the processing parameters then we can aggregate those into your weibull analysis.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/temoTxt/Stress_Strain_Analysis_Tools/issues/7#issuecomment-485401833, or mute the thread https://github.com/notifications/unsubscribe-auth/AKY7IWIYZJSGLDN7FBTBXR3PRWSNZANCNFSM4HHECPWQ .