Stress strain graph
Stress strain graph
(OP)
I have recently started using MathCAD and am trying to produce a stress strain curve using the graph feature.
I have managed to draft a bar chart but am unable to convert this to a flow chart featuring flow lines. can anyone please help.
Cheers Big Bars
I have managed to draft a bar chart but am unable to convert this to a flow chart featuring flow lines. can anyone please help.
Cheers Big Bars
RE: Stress strain graph
Success
RE: Stress strain graph
strain model. It only requires the root
finder of MathCAD when looking for the
stress at a given strain because the
stress is implicitly expressed in terms
of a known or assumed strain.
Best regards,
The MatheMagician
RE: Stress strain graph
I use an "if" statement to put the 3 parts back together, and now have a continuous function from UTS to UCS that is expressed as:
stress(strain)=_*ksi
so I can type:
stress(0.001*in/in)=20*ksi
Generate the chart with a series of strains in the x-axis, and the function solved for the strains in the y-axis.
Have fun!
STF
RE: Stress strain graph
ZMEI
RE: Stress strain graph
Cheers Big Bars