Lateraly loaded piles in sands. As and Bs curves.
Lateraly loaded piles in sands. As and Bs curves.
(OP)
Hi everybody!
For aplying p-y method for piles in sands "Reese" developed 2 graphs for deremining values of As and Bs.
Now I am trying to develope my oun spreadsheet for this.
Can you give me advice with any tables or formulas regarding values in these charts.
I taked the graphs from "Tomlinson" 'PILE DESIGN AND CONSTRUCTION PRACTISc' and tryed to axtract the values from there. But seems I am interpolating incorect results.(Graphs are not well scaled and of poor quality).
Does anybody knows how these graphs were developed? Any load test results? Any good web publication for this.
Thanks for your advice.
Zmei
For aplying p-y method for piles in sands "Reese" developed 2 graphs for deremining values of As and Bs.
Now I am trying to develope my oun spreadsheet for this.
Can you give me advice with any tables or formulas regarding values in these charts.
I taked the graphs from "Tomlinson" 'PILE DESIGN AND CONSTRUCTION PRACTISc' and tryed to axtract the values from there. But seems I am interpolating incorect results.(Graphs are not well scaled and of poor quality).
Does anybody knows how these graphs were developed? Any load test results? Any good web publication for this.
Thanks for your advice.
Zmei





RE: Lateraly loaded piles in sands. As and Bs curves.
Thank you.
RE: Lateraly loaded piles in sands. As and Bs curves.
Welcome! Your post was very useful - I have not seen Lymon's new book. I'll have to track down a copy and buy it.
Zmei:
Get a copy of the original paper - it should be an OTC (Offshore Technology Conference) or ASCE publication. Those graphs should be more useful. You could also get a copy of the COM624 source code - and use the FORTRAN equations in the SAND criteria to define As and Bs. Be sure and replot the curves - compare them to the published ones.
Let us know how you solve your problem -
RE: Lateraly loaded piles in sands. As and Bs curves.
Thanks.
RE: Lateraly loaded piles in sands. As and Bs curves.
Hmmm, haven't looked for it on the web; I got my copy directly from Lymon Reese while in grad school. Don't feel that I can reasonably distribute it without permission.
Have you asked FHWA directly?
Zmei:
These statements came directly from my copy of the COM624 source code (had to edit out the card numbers in columns 73-80):
C
DIMENSION ASTAT(10),ACYCL(10),BSTAT(10),BCYCL(10)
C
DATA
1 ASTAT/2.83,2.48,2.11,1.76,1.48,1.23,1.06,0.90,0.88,0.88/,
2 ACYCL/0.75,0.93,1.07,1.11,1.03,0.98,0.94,0.90,0.88,0.88/,
3 BSTAT/2.14,1.83,1.54,1.27,1.05,0.86,0.71,0.53,0.50,0.50/,
4 BCYCL/0.53,0.72,0.83,0.86,0.82,0.77,0.70,0.55,0.55,0.55/
C
I hope this helps!
RE: Lateraly loaded piles in sands. As and Bs curves.
Will ask FHWA if they release the source code or not....