Parabolic assymetric leaf spring:
Length:1250mm
Width: 60mm
Thickness: 9mm (average, varies between 0.8mm(ends)-1.0mm(middle) ).
Now I have done bit of research and I have come up with only one formula that gives me 104.21kN/m which I find rather wrong.
I'm not an engineer, I don't even understand whole formula, so help would be appreciated
I put formula in a program quite some time ago and can't remember it too well, but maybe helps someone:
Length:1250mm
Width: 60mm
Thickness: 9mm (average, varies between 0.8mm(ends)-1.0mm(middle) ).
Now I have done bit of research and I have come up with only one formula that gives me 104.21kN/m which I find rather wrong.
I'm not an engineer, I don't even understand whole formula, so help would be appreciated
I put formula in a program quite some time ago and can't remember it too well, but maybe helps someone:
Val sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim LWmm As Double = txtLW.Text
Dim LC As Double = txtLC.Text
Dim LTmm As Double = txtLT.Text
Dim LLmm As Double = txtLL.Text
Dim LW As Double = (LWmm / 25.4)
Dim LT As Double = (LTmm / 25.4)
Dim LL As Double = (LLmm / 25.4)
Dim Result2 As Double = FormatNumber((LW * LC / 12 * (1000 * LT / LL) ^ 3 - 14.09), 2)
'FormatNumber(Result, 2)
lblResult2.Text = FormatNumber((Result2 * 0.0178890876565295 * 10 * 9.81), 2)