Celt83
Structural
- Sep 4, 2007
- 2,019
I've been working on a Rigid Plate analysis spreadsheet for bearing stress and tension force distribution to anchors/studs.
The spreadsheet can be downloaded here:
The solver utilizes a Newton-Raphson algorithm which given some initial guess values attempts to find a solution where sum of P,Mx, My =0 and where extreme anchor stress = peak compressive stress. There is also an alternate solver based on AISC Design Guide 1 which ignores the stress compatibility check and only checks sum P,Mx,My.
For the most part I'm finding my (4) current initial guesses covering a large chunk of the typical conditions I'd usually use something like this for but every now and then none of the (4) initial guesses work out but I can find a manual guess that ends up converging.
Does anyone have any resources or insight on methods for determining a "good" initial guess when working numerically, ie the functions are not known?
My Personal Open Source Structural Applications:
Open Source Structural GitHub Group:
The spreadsheet can be downloaded here:
The solver utilizes a Newton-Raphson algorithm which given some initial guess values attempts to find a solution where sum of P,Mx, My =0 and where extreme anchor stress = peak compressive stress. There is also an alternate solver based on AISC Design Guide 1 which ignores the stress compatibility check and only checks sum P,Mx,My.
For the most part I'm finding my (4) current initial guesses covering a large chunk of the typical conditions I'd usually use something like this for but every now and then none of the (4) initial guesses work out but I can find a manual guess that ends up converging.
Does anyone have any resources or insight on methods for determining a "good" initial guess when working numerically, ie the functions are not known?
My Personal Open Source Structural Applications:
Open Source Structural GitHub Group: