Laterally Loaded Pile Analysis Program For The Microcomputer
Laterally Loaded Pile Analysis Program For The Microcomputer
PB94-108305
COM624P-
Laterally Loaded Pile Analysis
Program for the Microcomputer
Version 2.0
Office of Engineering
Office of Technology Applications
This document is disseminated under the sponsorship of the Department of Transportation in the interest
of information exchange. The United States Government assumes no liability for its contents or use
thereof. The United States Government does not endorse products or manufacturers. Trademarks or
manufacturers' names appear herein only because they are considered essential to the object of this
document.
Technical Report Documentation Page
1. Report No. 3. Recipient's Catalog No.
2. 1111111111111111111111111111111
FHWA-SA-91-048 PB94-108305
4. Title and Subtitle 5. Report Date
June 1993
COM624P-LATERALLY LOADED PILE ANALYSIS PROGRAM FOR 6. Performing Organization Code
THE MICROCOMPUTER, VERSION 2.0
1-----------------------------1
7. Author(s)
8. Performing Organization Report No.
16. Abstract
Computer Program COM624P has been developed for use in the analysis of stresses and deflection of piles or
drilled shafts under lateral loads. The program is especially written for highway engineers who wish to run the
analysis on microcomputers. The technology on which the program is based is the widely-used p-y curve
method. The program solves the equations giving pile deflection, rotation, bending moment, and shear by using
iterative procedures because of the nonlinear response of the soil.
The program provides a user-friendly/menu-driven input and a graphics output in microcomputer environment.
The version of the Program COM624P for the microcomputer was developed in 1989. Several new features
were included in the program such as: generating p-y curves for rock, capability of analysis of piles in sloping
ground, improved solution for multi-layered soils, and a variety of boundary conditions at the pile head for
selection. The current version of COM624P (version 2.0) includes more improvements, and a subroutine has
been added to compute the ultimate bending capacity and the flexural rigidity of piles.
The user documentation provides detailed information to enable the user to employ the program conveniently
and effectively. The documentation consists of three parts-Part I, Users Guide; Part II, Engineering
Background; Part III, Systems Maintenance.
LENGTH
ABU
MASS (weight)
oz ounces 28 grams g
lb pounds 0.45 kilograms kg
t short tons (2000 lb) 0.9 tonnes T
iii
APPROXIMATE CONVERSIONS FROM METRIC MEASURES, Continued
VOLUME
TEMPERATURE (exact)
iv
FOREWORD
v
TABLE OF CONTENTS
...
LISTING OF FIGURES
LISTING OF TABLES ..
• . • • • . . • • . . . . • • • • • . • . • • • . . . . . • . . • . • • • • • • X111
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • XVl.l.
INTRODUCTION ....•........•..••...•..•.•..•..••.••.... 15
BACKING UP AND RESTORING ORIGINAL DISKETTE ...•••.••.. 15
GUIDE FOR INSTALLATION OF CONFIGURATION FILE ••••.•... 16
Control Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Graphics Driver and Mode .•.....••....••..•....•• 18
Video Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Acceptance of Changes ..•....••.......••.......•. 20
~~{] ~~Ft{]c:~{]RE •.........•.•.....•...•.•.••.......•.•• 21
GUIDE FOR USING MAIN~NU •..•..•...................... 23
GUIDE FOR USING INPUT ~NU •..•..........•..••.....•.. 25
Input Menu Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
File Submenu •••....•.....•.••.••••.••..•.•• 26
.Analysis Submenu •......••.•..•..•..•....... 29
MULT Submenu •..•....•.•..•..•........•..... 41
Options Submenu ............................ 49
Pile-Library File .•.....................•..••... 50
Guide to Data-Entry............................ 54
Worksheet Commands .....•.•................•.•.•. 57
Basic Worksheet Commands ....•.•..•..•....•. 57
Cell-Edit Commands ...••.•.•..•.•.••..•.••.• 61
Worksheet-Edit Commands ..•....••••.•..••••• 63
GUIDE FOR RUNNING MAIN PROGRAM (COM624P) .•.••....•... 67
vii
Preceding page blank
TABLE OF CONTENTS (Continued)
INTRODUCT I ON . • . . • . . . . . . . . • . . . • • • • • . . . • . . . . . . • . . • . . . . . 89
GENERAL REMARKS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
SELECTION OF BOUNDARY CONDITIONS AT PILE HEAD ........ 95
Case 1. Pile Head is Free to Rotate ............ 95
Case 2. Pile Head is Fixed Against Rotation.... 95
Case 3. Pile Head is Restrained Against Rotation 96
Case 4. Pile Head Deflection is Restrained
Against Lateral Movement ................... 96
ITERATIONS OF COMPUTATIONS USING CRACKED/UNCRACKED
EI GENERATED INTERNALLY BY SUBROUTINE PMEIX..... 96
CHAPTER 5. EXAMPLE STUDIES .........••.................... 99
INTRODUCT I ON .....•.••.•...•.•..•..•......••••...•.••. 99
EXAMPLE 1, PILES IN A SINGLE LAYER OF SOIL ........... 101
EXAMPLE 2, CONCRETE PILES IN LAYERED SOIL WITH
DISTRIBUTED LOAD ..•............................. 133
EXAMPLE 3, PILES IN A SLOPING ABUTMENT .•............. 161
EXAMPLE 4, USER INPUT p-y CURVES . . . . . . . . . . . . . . . . . . . . . 189
EXAMPLE 5, COMPUTE ULTIMATE BENDING MOMENT FOR
BORED PILES ..................................... 217
EXAMPLE 6, ANALYSES RELATED TO DESIGN OF
CONCRETE PILES ....................•..........•.. 241
viii
PART II: BACKGROUND
ix
TABLE OF CONTENTS (Continued)
INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363
Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363
Significant Assumptions . . . . . . . . . . . . . . . . . . . . . . . . . 364
STRESS-STRAIN CURVES FOR CONCRETE AND STEEL .......... 364
CROSS SECTIONS THAT CAN BE ANALYZED . . . . . . . . . . . . . . . . . . 368
COMPUTATION PROCEDURE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
EXAMPLE CALCULATION BY HAND . . . . . . . . . . . . . . . . . . . . . . . . . . 374
INTRODUCTION. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 389
SELECTION OF TEST SITE................................ 390
INVESTIGATION OF SOIL PROPERTIES . . . . . . . . . . . . . . . . . . . . . . 391
SELECTION OF TEST PILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392
INSTALLATION OF TEST PILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393
x
TABLE OF CONTENTS (Continued)
xi
TABLE OF CONTENTS (Continued)
REFERENCES
REFERENCES 433
APPENDICES
xii
LISTING or rIGURES
PART I
rigure Title
PART II
xiii
LISTING OF FIGURES (Continued)
Figure Title
xiv
LISTING OF FIGURES (Continued)
Figure Title
xv
LISTING OF FIGURES (Continued)
Figure Title ~
PAR'!' III
xvi
LISTING OF TABLES
PART I
Table Title
PART II
xvii
COM624P
LATERALLY LOADED PILE ANALYSIS PROGRAM
FOR THE MICROCOMPUTER
Version 2.0
PROJECT REFERENCES
1
The information shown in the three parts of the documentation
is limited to that needed for the operation of the computer
program and to a brief introduction of the method of analysis.
The user is referred to two documents published by the Federal
Highway Administration for a relatively complete treatment of the
topic. The first one is entitled "Behavior of Piles and Pile
Groups under Lateral Load" (FHWA/RD-85/106). The second one is
entitled "Handbook on Design of Piles and Drilled Shafts Under
Lateral Load" (FHWA-IP-84-11).
SECURITY
2
CHAPTER 2. SYSTEM SOMNARY AND PROGRAM STRUCTURE
SYSTEM APPLICATION
SYSTEM COMPONENTS
-'-"
presented in Chapter 5. If there are significant discrepancies,
the user should report to FHWA immediately.
SYSTEM PROCESSING
4
depicting data flow and showing the relationships of each module
is presented in Fig. 2.1.
SYSTEM CONFIGURATION
5
-
I SYSTEM }
--
Prepare Input Data
C624EDIT.EXE
Create an Input File
-
END }
6
CGA IBM Color-Graphics Adapter Driver
EGA IBM Enhanced-Graphics Adapter Driver
VGA - Video Graphics Array Adapter
HERC - Hercules Driver
AT&T - AT&T 400 Line Driver
1. Main Program
2. UNITSS
Called
From: COM624P
Calls: none
7
CALL SOFTCL
CALL STIFFS CALL FUNCT ION
CALL STiFFA C, D, GAM, no,
CALL SAND CAVG, AS, AC,
CALL ROCK SANDAB, PHI
CALL LAYER
8
3. INPT
Called
From: COM624P
Calls: none
4. OPIN
Called
From: COM624P
Calls: none
5. NODE
Called
From: COM624P
Calls: none
6. FLXRIG
Called
From: COM624P
Calls: none
9
7. DEFLEC
Called
By: COM624P
Calls: none
8. DISTR
Called
By: COM624P
Calls: none
9. MCALC
Called
By: COM624P
Calls: FUNCTION D
10. OPCHK
Called
By: COM624P
Calls: none
10
11. OUTPT
Called
By: COM624P
Calls: none
12. EQUIL
Called
By: COM624P
Calls: none
13. INPY
Called
By: ESCALL
Calls: none
11
FUNCTION E50 computes the £50 (strain at a stress ratio of
50 percent) by linear interpolation from input
data.
Called
By: these functions are called in the subroutines
that generate p-y curves (SOFTCL, STIFFA,
STIFFB, and SAND) .
Calls: none
15. PYGEN
Called
By: COM624P
Calls: ESCALL
16. ESCALL
Called
By: COM624P, PYGEN
12
17. SOFTCL
Called
By: ESCALL
18. STIFFB
Called
By: ESCALL
19. SAND
Called
By: ESCALL
13
20. STIFFA
Called
By: ESCALL
21. ROCK
Called
By: ESCALL
22. LAYERS
Called
By: SOFTCL, STIFFB, STIFFA SAND
Calls: none.
23. PMEIX
Called
By: COM624P
14
CHAPTER 3. GUIDE FOR EXECUTION OF COM624P
ON A MICROCOMPUTER
INTRODUCTION
To make a backup of the entire diskette, the user can use the
following steps:
15
A:> COPY A:*.* B: <CR>
C:\COM624P>INSTVIEW.EXE <CR>
16
1NSTV1EW will begin and will ask the user to make selections
regarding units of data, graphics hardware, Graphics Mode, and
video attributes. The following sections discuss the information
requested by 1NSTV1EW.
Control Parameters
A l:DEF:Num 1
17
Graphics Driyer and Mode
(1) CGA
(2) MCGA
(3) EGA (256K memory version)
(4 ) EGA (64K memory version)
(5) EGA driving monochrome monitors
( 6) VGA
(7 ) IBM 8514
(8) AT&T
( 9) Hercules monochrome
(10) IBM PC3270
Graphics Drivers
(1) Color Graphics Adapter (CGA)
(2) MCGA
(3) 16 Color Enhanced Graphics Adapter
(4) 4-Color Enhanced Graphics Adapter
(5) EGA driving Monochrome Display
(6) IBM-8514 Graphics Card
(7) Hercules Monochrome Graphics Adapter
(8) AT&T 400-Line Graphics Adapter
(9) Virtual Graphics Array (VGA)
(10) IBM PC3270 Graphics
(11) Accept this selection
Current Selection is VGA
Enter new selection: 11
18
screen is presented for the selection of the Graphics Mode. The
Graphics Mode controls the combination of pixel densities and
colors used by COM624P.
19
video Attributes
Acceptance of Changes
20
MENU STRUCTURE
The main function of the File Menu is for assigning files for
input, output, and graphical data. The "Input" Menu will call up
Module C624EDIT which consists of four sub-menus. The sub-menu
named "Analysis" in C624EDIT is for entering data that are needed
for computation of a pile under lateral loading. The sub-menu
named "Mul t" is for entering data that are needed for computing
the ultimate bending moment and EI-values for the selected-pile
section. Because Module C624EDIT also can be used as a stand-
alone program, the "File" sub-menu is provided for reading and
saving of the data files. The "Option" sub-menu mainly provides
the user an easy way for changing parameters on configuration.
21
File Input Run Graphics
Directory
Input File
Output File
Graphics File
Changer Dlr.
Quit to DOS
Main Menu
File Option
l?eac !JtIe
I TIH
New Pile Properties Cross-Section
Save Soil Properties AxIal Loads
Write Lateral p-y Data Strength of Mat'I
Directory Data for Loading Dimension
Change Dlr Computation CtrI Rebar Arrang.
Quit to DOS Output Tables Main Menu
Main Menu Main Menu
Read
I I
p-y Curves
I
p-y (.;urves
Directory Response Curves Response Curves
Change to Dlr. Ultimate Moment Ultimate Moment
QufttoDOS Interaction Dla. Interaction Dla.
Main Menu VIew Curves VIew Curves
Main Menu Main Menu
22
GUIDE FOR. USING MAINMENU
C:\COM624P>MAINMENU <CR>
The program will quickly bring up the Main Menu on the screen.
The Main Menu has four choices: File, Input, Run, and Graphics.
File Input Run Graphics
Fl-Help Alt-X-Exit
Once the Main Menu has been called, an item can be selected
by pressing the key corresponding to the first letter in the name
of the menu. The arrow keys can also be used to move the
highlight bar and Enter can be pressed when the bar is at the
appropriate command.
23
The selection of the File Menu allows the user to access a
pull-down menu for file operations such as assigning an input
file, output file, and graphics file, reading an existing file,
creating a new data file, checking files in the directory, and
similar operations.
The selection of the Input Menu changes the screen from the
Main Menu to the Input Menu as shown in Figure 3.1. The selection
of the Run Menu allows the user to execute the program with the
specified files for input and output. The selection of the
Graphics Menu changes the screen from the Main Menu to the
Graphics Menu as shown in Fig. 3.1.
The first step is to select the File Menu. Once the File
Menu has been pulled down, the hot keys for the Up arrow and the
Down arrow can be used to highlight the desired command.
Directory
Input File
OUtput File
Graphic File
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
24
The user needs to specify a Input, Output, and Graphics file
before selecting the Input, Run or Graphics Menu.
File Input Run Graphics
1
~~--------~------------------------------------------------------~
Directory
I EXAMPLE.INl
~---------------- Read File Name --------------~
Change dir
Quit to DOS
Main Menu
FI-Help Alt-X-Exit
GUIDE FOR US ING INPUT MENU
Once you select the "INPUT" from the Main Menu, the Input
Menu will be shown on the screen as in the following.
File Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
25
The Input Menu has four submenus: File, Analysis, MULT, and
Option. The four menus allow the user to access file operations,
data editing, control of variables in the analysis, and program
options. If help is needed for data entry, the FI key is pressed
to access the help files.
The user can move from one choice to another by using either
the arrow keys or by typing the highlighted letter of the choice.
Thus, if the File selection is currently highlighted (and the File
pull-down menu is not shown), one may move to the Analysis
selection by either typing the right-arrow key twice or by typing
'A' or 'a' for Analysis.
Fi Ie Submenu
If the user has already specified the file name for the input
data under the Main Menu, they need not give the file name here;
however, if the input file was not specified previously, the
selection of "File" will allow you to enter the file name again.
To access the file menu, you need to move the highlighted bar to
the "File" and press <Enter>. The options under the File submenu
will be shown on the screen as the following.
26
Directory - to display disk directories,
Change Dir - to switch subdirectories,
Exit to Dos - to leave the program, and
Main - to return to the Main Menu.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
27
Once the input file is found, the program will read line by line
from the file and the data will be echoed on the screen.
File Analysis Mult Option
~-------------------------- Reading EXAMPLE.IN6 --------------------------~
Line UO: 30.0000 30.0000 14906.0000 707.0000
Line UO: 160.0000 30.0000 47813.0000 707.0000
Line U1: 1 4 0.0000 360.0000 90.0000
Line U2: 0.0000 0.06900
Line U2: 360.0000 0.06900
Line U3: 0.0000 0.0000 38.0000 0.00000
Line U3: 360.0000 0.0000 38.0000 0.00000
Line U7: 4
Line U8: 20.0000
Line U8: 60.0000
Line U8: 100.0000
Line U8: 150.0000
Line U9: 1
Line 120: 1 60000.0000 0.0000 50000.0000
Line 121: 2 1
Line 122: 50000.00
Line 123: 3500.00 60000.00 0.00 29000000.00
Line 124: 0.00 30.00 0.00 0.00 0.00
Line 125: 8 12 o 3.0000
Press any key to continue
F1-Help Alt-X-Exit
The user can press "M" and then <Enter> to return to the initial
Input Menu.
28
File Analysis Mult Option
r---r-------~------------------------------------------------~
Read
New
Save
I EXAMPLE.IN7 Save File Name --------------__
Main Menu I
Fl-Help Alt-X-Exit
Analysis Submenu
Fl-Help Alt-X-Exit
29
The Analysis pull-down menu commands are:
The screens that are used to create data for EXAMPLE.IN6 are
presented in the following to illustrate the usage of the Analysis
submenu.
30
File Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
31
File Analysis Mult Option EXAMPLE.IN6
Fl-Help Alt-X-Exit
Move the cursor to "Pile Properties", then press <Enter> key;
the following screen will appear.
32
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 100
~ Move Cell ? Help - / Edit Screen---- F8 Continue ___4-I__~
Fl-Help Alt-X-Exit
Press Command Key: [F8) •
A l:DEF:Num 0.00000
~ Move Cell - ? : Help - / : Edit Screen---- F8 : Continue --_~I--~
Fl-Help Alt-X-Exit
Press Command Key [Fl] or "1" for help, the screen on next page
will appear.
33
File Analysis Mult Option
Help Topics
Mult MENU Edit - Computation Control
Mult - Shape and Axial Loads Edit - Output Tables
Mult - Rebar & Concrete Strength FILE MENU
Mult - Section Dimension File - Read
Mult - Rebar Arrangement File - New
EDIT MENU File - Save
Edit - Title File - Write
Edit - Pile Properties~.~---- File - Directory
Edit - Soil Properties File - Change Directory
Edit - Soil - p-y Criteria File - Exit to DOS
Edit - Soil - k for Clays MAIN MENU
Edit - Soil - k for Sands Main - Pull-down Menus
Edit - Soil - ESO Main - Hot Keys
Edit - Soil - p-y Multipliers OPTIONS MENU
Edit - Soil - Unit Weights Options - Units
Edit - Lat. Load Trans. Options - Pile Property Library
Edit - Data for Loading Options - Save Config. File
Options - Auto-backup
Fl-Help Alt-X-Exit
Move the cursor to "Pile Properties" and press <Enter>; the
following screen will appear.
34
File Analysis Mult Option EXAMPLE.IN6
A 1:DEF:Num 0.00000
~ Move Cell - ? Help - / Edit Screen---- F8 Continue ----J
F1-Help Alt-X-Exit
Press Command Key: [F8] •
FI-Help Alt-X-Exit
Move the cursor to "Soil Properties", then press <Enter>; the
following screen will appear.
35
File Analysis Mult Option EXAMPLE. IN6
Editing Soil Layer Information
Layer Criteria X-top X-bot k
# # inches inches lb/in3
1 4 0.00 360.00 90.00
2 3 360.00 540.00 500.00
3
4
5
6
7
a
9
10
~--------------------------- p-y Curve Criteria ----------------------------~
#1 = Soft Clay Criteria #3 = Stiff Clay Above Watertable
#2 = Stiff Clay Below Watertable #4 = Sand
#5 = Interp. Between Input Curves #6 = Vuggy Limestone
D 2:DEF:Num 500.00000
- Move Cell --- ? : Help --- / : Edit Screen-- Fa Continue --~----'
F1-Help Alt-X-Exit
Press Command Key [Fa] to continue.
A 4:DEF:Num 540.00000
- Move Cell --- ? : Help --- / : Edit Screen---- Fa Continue --~--~
F1-Help Alt-X-Exit
Press Command Key [Fa] to continue.
36
File Analysis Mult Option EXAMPLE.IN6
A 4:DEF:Num 540.00000
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
Move the cursor to "Data for Loading", then press <Enter>; the
following screen will appear.
37
File Analysis Mult Option EXAMPLE.IN6
A 1:DEF:Num 1
~ Move Cell --- ? : Help --- I Edit Screen---- Fa Continue --~----~
FI-Help Alt-X-Exit
Press Command Key [F8].
38
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
F1-Help Alt-X-Exit
Move the cursor to "Computation Control", then press <Enter>;
the following screen will appear.
A l:DEF:Num 100
---- Move Cell ? : Help --- I : Edit Screen---- Fa : Continue ___~J__~
F1-Help Alt-X-Exit
Press Command Key [F8] (if needed, press the [F-l] key to access
the Help File for an explanation of cracked/uncracked El) .
39
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
Move the cursor to "Output Tables," then press <Enter>; the
following screen will appear.
A l:DEF:Num 1
-- Move Cell --- ? Help - I Edit Screen---- F8 Continue
Fl-Help Alt-X-Exit
Press Command Key: [F8] •
40
MQLT Submenu
Fl-Help Alt-X-Exit
41
If the user would like to compute the ultimate bending moment
of the pile or ask the program to generate cracked/uncracked
bending stiffness used for deflection computation, input data
should be provided for each item under the MULT submenu. If
cracked EI is chosen for the computation, the axial load entered
in the "Data for Loading" submenu of the "Analysis" menu should be
consistent with the axial load used in the "Mult" submenu for each
case. If help is needed for data entry, the user can press "Fl"
key to access the help file and then press the "F8" key to return
to the previous screen.
FI-Help Alt-X-Exit
Press Command Key: [C] .
42
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 2
'--- Move Cell ? Help - / Edit Screen---- F8 Continue --~----'
FI-Help Alt-X-Exit
FI-Heljl Alt-X-Exit
43
File Analysis Mult Option EXAMPLE. IN6
FI-Help Alt-X-Exit
44
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 3500.00000000
~ Move Cell --- ? Help - / Edit Screen---- F8 Continue
Fl-Help Alt-X-Exit
Fi-Help Alt-X-Exit
45
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 0.00000000
---- Move Cell --- ? Help --- / Edit Screen-- Fa Continue ___~____J
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
46
File Analysis Mult Option EXAMPLE. IN6
Rebar Arrangement
A l:DEF:Num 8
F1-Help Alt-X-Exit
47
File Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
48
Options Submenu
FI-Help Alt-X-Exit
49
COM624P can perform calculations in pounds and inches (Option 1),
kilonewtons and meters (Option 2), or any consistent set on units
(Option 3) for force and length. The user should take care that
all input values are entered in consistent units. The following
screen will illustrate how to select the units that the user
requires.
Fl-Help Alt-X-Exit
Pi1e-Library Fi1e
50
blank the entry fields for pile diameter, moment of inertia, and
area during the editing process.
The name of the file under which C624EDIT looks for the pile
property library can have up to 42 characters. The user should be
sure to enter the full name of the pile property library file,
including the disk drive letter and path. The following screens
will illustrate how to select the new pile property library.
51
File Analysis Mult Option
A 2:DEF:Num 240.00000
~ : Move Cell - - ? : Help - - / : Edit Screen-- F8 : Continue
F1-Help Alt-X-Exit
Leave blank for all fields except for "Top Depth", then press
[F8] key.
Fl-Help Alt-X-Exit
Move the cursor to the selection for the first pile segment,
then press <Enter>.
52
File Analysis Mult Option
Fl-Help Alt-X-Exit
Move the cursor to the selection for the second segment, then
press <Enter>.
File Analysis Mult Option
A l:DEF:Num 0.00000
- : Move Cell - ? : Help - / : Edit Screen- F8 : Continue
F1-Help Alt-X-Exit
The selection from the pile-library is shown on the above
screen.
53
The format for pile-library data is quite straightforward.
There are two lines of input reserved for each size of pile. The
first line is used for the description of the pile section such as
"HP 14 x 73, Y-Y Axis". The second line consists of five entry
fields. The first entry is the I.D. for units. For English Units
"1" is entered, and "2" is entered for S. I. units. The second
entry on Line 2 is the diameter or width of the section
perpendicular to the direction of loading. The third entry on
Line 2 is the value of the moment of inertia. The fourth entry on
Line 2 is the cross-sectional area. The last entry is the modulus
of elasticity for the section. The free-field format is used for
the entry. The user can use any text editor to add or delete the
data in the pile-library file.
Gui.de to pata-Entry
54
File Analysis Mult Option
EXAMPLE.IN6 - . - Top Line
r---------------------------------------------------------~
Editing Shear Strength Information
Layer Depth c cp E50
inches psi deg. @ 50\ of c
• . - Large box for
1 0.00 0.000 38.00 0.0000 data entry
2 360.00 0.000 38.00 0.0000
3
4
5
U1 6
U1 7
8
9
10
The bottom line of the lower box is the 'Entry Line' where
.data entry or data editing are done. A blinking cursor is shown
on this line. Data are typed by moving the cursor to the right.
Only the Backspace key, however, may be used for corrections to
56
the typed data; the Backspace key is used to move the cursor back
(without canceling the typed symbols) to where a correction is to
be made, and then the correct data are overtyped. The Enter
(Return) key is used to accept edited data as the data in the
working cell.
Worksheet Commands
57
command sets has been invoked and is in use. The key assignments
for some, but not all, of these commands are shown in the bottom
two lines, Section 3, of the screen display. The key assignments
for the commands in this set are as follows:
Key
Assigpment Astiop
Page Down Move down one page (if more than one page)
58
The following screens illustrate the procedures for calling
the help file during data entry. It should be noted that the help
file is a simple text file to which the user can add his/her own
comments or notes at desirable locations. The user can open the
help file named C624EDID.HLP by using any available text editor.
The help file, however, always needs to stay in the same file
directory with C624EDIT.EXE.
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 0.00000
~ Move Cell ---? Help --- / Edit Screen---- F8 Continue --~--~
Fl-Help Alt-X-Exit
The help topics will be shown on the screen once the "Fl" or
"? II keys have been pressed. You can move the cursor to the
desired topics and press <Enter> to bring the help instruction on
to the screen.
59
File Analysis Mult Option
Help Topics
Mult MENU Edit - Computation Control
Mult - Shape and Axial Loads Edit - Output Tables
Mult - Rebar & Concrete Strength FILE MENU
Mult - Section Dimension File - Read
Mult - Rebar Arrangement File - New
EDIT MENU File - Save
Edit - Title File - Write
Edit - Pile Properties File - Directory
Edit - Soil Properties File - Change Directory
Edit - Soil - p-y Criteria File - Exit to DOS
Edit - Soil - k for Clays MAIN MENU
Edit - Soil - k for Sands Main - Pull-down Menus
l-----
Edit - Soil - E50 ......
Edit - Soil - p-y Multipliers
Main - Hot Keys
OPTIONS MENU
Edit - Soil - Unit Weights Options - Units
Edit - Lat. Load Trans. Options - Pile Property Library
Edit - Data for Loading Options - Save Config. File
Options - Auto-backup
FI-Help Alt-X-Exit
Move the cursor to the "ESO", then press <Enter>.
60
Cell-Edit Commands
Key
Assignment Action
61
Right Arrow Move cursor on the entry line to the
right
,Press the "Ins" key to change to insert mode for the edited cell,
then add the word "Reinforced" before the word "Concrete" as shown
in the next screen.
62
File Analysis Mult Option EXAMPLE.IN6
-----.------------------------------------------------------------------1
A l:DEF:Lab EXAMPLE 6 ANALYSES RELATED TO DESIGN OF REINFORCED CONCRETE PILES
"-- Move Cell - ? : Help - / : Edit Screen- F8 : Continue _ .....---'
F1-Help Alt-X-Exit
Worksheet-Edit Commands
63
A '/' also appears on the entry line of the lower box. To
complete the command, the first letter of the choice from the list
of possible operations is typed on the entry line; in addition,
some answers to prompts on the entry line may have to be typed.
After the selected operation is complete, the program returns to
the Basic-Worksheet-Command Mode. The following operations are
available:
Key
Assignment Action
/B(lank) Erase current row and set all cells on the row to
UND (undefined) status
/C(opy) Copies contents of first row specified to
second row specified
64
File Analysis Mult Option EXAMPLE.IN6
Press <Enter> after the command is given, you will see the data
from Row 2 are also presented in Row 4.
A l:DEF:Num 0.00000
~ Move Cell --- ? Help --- / Edit Screen---- F8 Continue --_~I--~
F1-Help Alt-X-Exit
65
If the user decides to erase Row 4, the user need to press the "I"
key first, then type "D" in the lower box of the edit screen. The
screen will ask the user to specify a row number as shown below.
File Analysis Mult Option EXAMPLE. IN6
Press the <Enter> key, the user will find data on Row 4 are
removed as presented in the following screen.
A 1:DEF:Num 0.00000
---- Move Cell - - ? Help - - / Edit Screen---- F8 Continue -------~
F1-Help Alt-X-Exit
66
GUIDE FOR RUNNING MAIN PROGRAM (COM624P)
After an input file has been created and saved on the same
directory, press the <ALT> and <x> keys simultaneously to exit the
Input screen and return to the original Main Menu as shown below.
To execute the program, the user should move the cursor to "Run"
as shown on the top of the screen and press <Enter>. A normal run
will end in less than one minute if a math-coprocessor is
installed. The text output and graphics data will be created and
saved to the previously specified files, respectively. If an
unexpected result is encountered, the program will stop running
and an error message will be shown on the screen. Then, the user
should check the input data carefully. If Module COM624P is used
as a stand-alone program, make sure to erase
the file named
"COMFILE.DAT" if it exists in the same directory. This file is a
temporary file to be used for the shell process.
Fl-Help Alt-X-Exit
67
GUIDE FOR OPERATING GRAPHICS POSTPROCESSOR (C624VIEW)
FI-Help Alt-X-Exit
68
printers supported by this graphics package are listed in Table
3.1. The distributor will not be responsible for modifying the
software for use on any graphics adapter or printer not listed or
not compatible to those listed in Table 3.1. The graphics program
is easy to use and the procedures will be illustrated in this
section.
Graphics Menu
69
File View Plot Options
C624VIEW Version 2.0, Graphics Data:
Number of p-y curves: NumPYcurve =4
Number of load-response curves: NumCurves =2
Number of point on load-response curves: Npts = 99
Units are Pounds , Inches
p-y Curves selected for viewing
Response Curves selected for viewing
277520 bytes available
Largest block contains 277520 bytes
The graphics data file is PLOTDATA
Alt-X Exit
70
File Menu
If the user has already specified in the Main Menu the file
name for the graphics data, the program will automatically read
and display it on the screen. However, if the user would like to
view the graphics under other file names, then the user can move
the cursor to "Read" and type the new file name as shown below.
71
File View Plot Options
~
Read
Directory
Change dir
Quit to DOS
Main Menu
Alt-X Exit
Move the cursor to the "Read", then press <Enter>.
Alt-X Exit
72
view Menu
The View Menu is used to select the data sets to view under
the View option. The selections on the View Menu are:
The user can type "V" or move the cursor to "View," then press the
<Enter> key to pull down the View Menu.
73
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interaction Diagram
View Curves
Main Menu
Alt-X Exit
74
File View Plot Options
p-y Curves ~
Response Curves
Ultimate Moment
Interactive Diaqram
View Curves
Main Menu
Alt-X Exit
Press Command Key: [Pl·
Number Depth
ON 1 20.00
ON 2 60.00
ON 3 100.00
ON 4 150.00
Alt-X Exit
75
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interactive Diaqram
View Curves
Main Menu
Alt-X Exit
Press Command Key: [R] .
~-------------------------------------------
Alt-X Exit F8 : Continue -------------------------------------------~
Press Command Key: [F8] •
76
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interactive Diagram
View Curves
Main Menu
Alt-X Exit
Press Command Key: [U] •
Fa : Continue ---------------------------------~
Alt-X Exit
Press Command Key: [F8] •
77
"
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interactive Diagram
View Curves
-
Main Menu
Alt-X Exit
Press Command Key: [I] .
78
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interactive Diaqram
View Curves -
Main Menu
Alt-X Exit
Press Command Key: [V] •
\I '. Inches)
9.0
7.0
.f1
," .................................. : .........:........ .
80 '~l,('
. 6.0 •
t
/ .
/
... · ........
~ ~ ......... :. ...........;........ .
"'- 5.0 .. . .
...C
........ ........ ': ...... . ......... :........ ';' ....... .
.:.
"'
~
.J ".0 ,
~
.
, ~
"
~
3.0
..... ~ ......... :........ ~ ......... :........ ~ ......... ~ .........~........ .
.
.... ......... · ........ ......... ! .......... ....... .
·
~ ~ ~ ~
2.0 . ..,
: .::
1.0
....;....... ·.1·· .. ·· .. ·;· .. ··· .. ·
• 20 ,>6U .. 100 ... 150 PLOT DATA Cnt I-P to Print Ser_n
79
Deflection (Inches>
-0.05 0.00 0.05 0.10 0.15
0.0
0.5
1.0
,..
• 1.5
8.. 2.0
,..
!• 2.5
g
3.0
..t
~
3.5
Q
4.0
4.5
5.0
PLOT~TA Cntl-P to Print Screen
0.5
1.0
,..
• 1.5
,..
•
!-.., 2.5
3.0
.
~
J 3.5
4.0
5.0
PLOT~TA Cntl-P to Print Screen
80
Curvatur. (0.0001.'.)
0.00 1..00 2.00 3.00 4.00 5.00 6.00 7.00
6.6
6.0
5.4
..§ 4.8
,. 4.2
!•
¥ 3.6
..i.., 3.0
1 2.4
I. ••
1..2
0.6
PLOT OAT A Cntl-P to Print Sereen
:.........
.... .... ....................
~
.; ........ .,:................ . ........ ··......... ;. ........ .
~ ......... : ........ ..;........ .
~
1.8.0 .. ..
·· .
.. .
,. 1.6.0 ................... .........:......... ; ........:- ....... . .........:........ .:...........;. .........
; .........:........ .
.
• . .
1.2.0 :......... : .... " ...;. .. . .. .. . ...... .. . ........; ..... ." ........
'" ~. . ...... : .........:........ .
,.
...'. . . .... .. ........ ........ ........ ......... ........ -:
..•
¥
Il
1.0.0 ~ ......... ~ ~ ~
iii 4.0
2.0
0.0
."=' PLOT OAT A Cntl-P to Print Sereen
81
~t (Inch-Kips) (1000's)
9.0
8.0
,.
•
8.. 7.0
,. 6.0
!•
:Ie 5.0
,
11
0 4.0
..J
...,
...
)Ii
3.0
a:
2.0
1.0
0.0
~
PLOT DAT A Cntl-P to Print Screen
82
Plot Submenu
83
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interaction Diagram
,.
Generate Plots
Main Menu
Alt-X Exit
Press Command Key: [R].
Alt-X Exit
Press Command Key: [F8] •
84
File View Plot Options
p-y Curves
Response Curves
Ultimate Moment
Interaction Diagram
Generate Plots
Main Menu
Alt-X Exit
Press Command Key: [G] •
Alt-X Exit
Press Command Key: [Enter] .
85
File View Plot Options
C624VIEW Version 2.0, Graphics Data:
Number of p-y curves: NumPYcurve =0
Number of load-response curves: NumCurves =0
Number of point on load-response curves: Npts =0
Units are Pounds & Inches
p-y Curves selected for viewing
Response Curves selected for viewing
212416 bytes available
Largest block contains 212416 bytes
The graphics data file is D:PLOTDATA
Alt-X Exit
Press Command Key: [ALT] [X].
86
After the HP-GL-plot fiies have been created, the user can
exit (Alt-x) to DOS and use the following DOS commands to get hard
copies from the HP-plotter.
Some parameters used in the Mode command may vary with the
set-up of the hardware. The user should refer to the DOS Manual
for proper changes.
Options
A 3:DEF:Num 6.0000000000E+02
'-- : Move Cell -
Alt-X Exit
? : Help - F2 Edit Cell - FB Continue __ --1_. .
87
The first optional value is the increment used to mark individual
data sets with unique symbols. Any value of increment may be
used, including zero for no symbols at all. A legend defining the
symbols used by UPVIEW is displayed on each graph.
88
CHAPTER 4. l:NPUT 1: NF ORMAT 1: ON AND DATA STRUCTURE
l:NTRODUCT1:0N
GENERAL REMARKS
89
Pile Head
Or iO i n ----t.~ . .-+-_ _ _ _ _~. Y
Ground Surface
Tip of Pi Ie
x
90
p y
Pb
Load Shear Momen1 Slope Deflection
Dia;ram DiaQram Diaoram DiaQram DiaQram
~
'I 'I
....
-1 II -~ t~
---
+
~ It It
91
2. The user can specify that SI units of kilonewtons and
meters will be used, and output will be labeled accordingly.
92
4. If p-y curves are to be generated internally, divide the
soil profile into from one to nine layers; decide which of the
following p-y criteria will be used for each layer:
93
8. Tabulate up to 10 points on a plot of effective unit
weight of soil versus depth. This step is not necessary if no p-y
curves are generated internally.
94
SELECTION OF BOUNDARY CONDITIONS AT PILE BEAD
The lateral load (Pt), the bending moment (Mt), and the axial
load (P x ) at the top of the pile are known. No rotational
restraint will be provided by the superstructure, and the rotation
at the top of the pile will depend only on the flexural rigidity
of the pile itself. If the above conditions are met, the user can
select this boundary condition for analysis. A typical example is
a pile that is used to support an overhead sign.
95
Case 3. Pi1e Head is Restrained Against Rotation (PC=;U
96
use of cracked and uncracked EI values during computation. The
subroutine PMEIX will compute the ultimate bending moment for the
selected section. For reinforced concrete sections, it will
compute the EI values for uncracked sections and for cracked
sections. The user can manually input different EI values for
several sections after examining the computer curve for bending
moment and finding the length over which the moment distribution
to the cracked-section conditions will exist. Two or three
iterations may be required to achieve satisfactory results.
Program COM624P provides an option for the user to request the
computer to select values of EI internally for cracked or
uncracked sections for use in the iterations.
97
EI, Ib-in.2 x 10 9
I I I I ! I I
0 40 SO 120 160 200 240
160
--...~
........... ,
\
c Moment El ;,.cl
- 240
J!
~
I
0-
·CD
;20 . I
Q
I
400
I
I
0-30·
Steel Ratio-1.3%
I
480 J
I
98
CHAPTER s. EXAMPLE STUDIES
INTRODUCTION
99
Listing of pile deflection, bending moment, shear,
soil resistance, and flexural rigidity along
the length of the pile,
From the variety of output that can be generated, the user should
be able to get all the needed information on the response of a
pile.
100
EXAMPLE 1, PILES IN A SINGLE LAYER OF SOIL
101
The input and output data are shown in the following pages.
102
INPUT SCREENS FOR EXAMPLE 1
F i l e " Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
105
Preceding page blank
File Analysis Mult Option EXAMPLE.INl
~~------~----------------------------------------------------~
Read
New
~---------------- New File Name
I EXAMPLE.INl
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
106
File Analysis Mult Option
Title ..
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
107
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A 1 :DEF:Num 120
I....- Move Cell ? Help - / Edit Screen---- F8 Continue ---~'--~
F1-Help Alt-X-Exit
108
File Analysis Mult Option EXAMPLE.IN1
A l:DEF:Num 0.00000
~ Move Cell - ? Help - / Edit Screen---- F8 Continue
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
109
File Analysis Mult Option EXAMPLE.IN1
Editing Soil Layer Information
Layer Criteria X-top X-bot k
II II inches inches Ib/in3
1 3 0.00 360.00 400.00
2
3
4
5
6
7
a
9
10
p-y Curve Criteria --------------------------~
lI1 = Soft Clay Criteria lI3 = Stiff Clay Above Watertable
lI2 = Stiff Clay Below Watertable lI4 Sand =
lI5 = Interp. Between Input Curves lI6 =
Vuggy Limestone
A l:DEF:Num 3
~ Move Cell --- ? Help - / Edi t Screen-- Fa Continue __- L___- J
F1-Help Alt-X-Exit
A l:DEF:Num 0.00000
110
File Analysis Mult Option EXAMPLE.INl
A l:DEF:Nwn 0.00000
---- Move Cell ---? Help --- / Edit Screen---- Fa Continue __~__- J
F1-Help Alt-X-Exit
Fl-Help Alt-X-Exit
III
File Analysis Mult Option EXAMPLE.IN1
A 1:DEF:Num 1
I
~ Move Cell --- ? Help --- I Edi t Screen-- Fa Continue
F1-Help Alt-X-Exit
112
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 100
-- Move Cell ? Help - / Edit Screen---- F8 Continue ___-w____ ~
F1-Help Alt-X-Exit
113
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
computation control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 2
---- Move Cell - ? Help - I Edit Screen---- Fa Continue -..._~l_ _~
Fl-Help Alt-X-Exit
114
File Analysis Mult Option EXAMPLE.IN1
Enter depths for which p-y curves are to be calculated for verification:
Point Depth inches
1 20.00
2 60.00
3 100.00
4 150.00
5
6
7
a
9
10
A l:DEF:Num 20.00000
F1-Help Alt-X-Exit
115
File Analysis Mult Option EXAMPLE.INl
- Read
New
Save
Write
Directory
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
Quit to DOS I
Main Menu I
Fl-Help Alt-X-Exit
116
OUTPUT RESULTS FOR EXAMPLE 1
EXAMPLE 1 PILES IN A SINGLE LAYER OF SOIL
UNITS--ENGL
*************************************************************
PILE DEFLECTION, BENDING MOMENT, SHEAR & SOIL RESISTANCE
*************************************************************
SOILS INFORMATION
X-COORDINATE AT THE GROUND SURFACE = .00 IN
SLOPE ANGLE AT THE GROUND SURFACE = .00 DEG.
1 LAYER(S) OF SOIL
LAYER 1
THE LAYER IS A STIFF CLAY ABOVE THE WATER TABLE
X AT THE TOP OF THE LAYER = .00 IN
X AT THE BOTTOM OF THE LAYER = 360.00 IN
VARIATION OF SOIL MODULUS, k = .400E+03 LBS/IN**3
119
Preceding page blank
DISTRIBUTION OF EFFECTIVE UNIT WEIGHT WITH DEPTH
2 POINTS
X,IN WEIGHT,LBS/IN**3
.00 .69E-01
360.00 .69E-01
DISTRIBUTION OF STRENGTH PARAMETERS WITH DEPTH
2 POINTS
X,IN C,LBS/IN**2 PHI,DEGREES ESO
.00 .140E+02 .000 .700E-02
360.00 . 140E+02 .000 .700E-02
INPUT CODES
OUTPT = 1
KCYCL = 1
KBC
KPYOP =
= 1
1
INC = 2
UNITS--ENGL
120
DEPTH BELOW GS DIAM C CAVG GAMMA E50
IN IN LBS/IN**2 LBS/IN**2 LBS/IN**3
20.00 14.700 .lE+02 .lE+02 .7E-01 .700E-02
Y P
IN LBS/IN
.000 .000
.274 395.168
.549 469.936
.823 520.070
1.098 558.852
1.372 590.914
1.646 618.471
1.921 642.771
2.195 664.590
2.470 684.451
2.744 702.719
3.018 719.664
3.293 735.490
3.567 750.356
3.842 764.387
4.116 777.686
5.145 777.686
121
DEPTH BELOW GS DUM C CAVG GAMMA E50
IN IN LBS/IN**2 LBS/IN**2 LBS/IN**3
100.00 14.700 .1E+02 .lE+02 .7E-01 .700E-02
Y P
IN LBS/IN
.000 .000
.274 720.954
.549 857.364
.823 948.829
1.098 1019.583
1.372 1078.078
1.646 1128.354
1.921 1172.687
2.195 1212.495
2.470 1248.729
2.744 1282.058
3.018 1312.973
3.293 1341. 847
3.567 1368.968
3.842 1394.568
4.116 1418.830
5.145 1418.830
***
122
PILE LOADING CONDITION
LATERAL LOAD AT PILE HEAD = .200E+02 KIP
APPLIED MOMENT AT PILE HEAD = .OOOE+OO IN-KIP
AXIAL LOAD AT PILE HEAD = .390E+02 KIP
123
190.00 .92SE-OS - .14SE+02 .161E+04 .158E+Ol .718E+02 .262E+08
195.00 .145E-04 -.755E+Ol .156E+04 .120E+Ol .803E+02 .262E+08
200.00 .124E-04 -.257E+Ol .152E+04 .801E+00 . 772E+02 .262E+08
205.00 • 772E-05 .499E+00 .150E+04 .437E+00 .686E+02 .262E+08
210.00 .343E-05 .186E+Ol .151E+04 .125E+00 .560E+02 .262E+08
215.00 .840E-06 .184E+Ol .151E+04 -.113E+00 .394E+02 .262E+08
220.00 -.529E-07 .857E+00 .150E+04 -.207E+OO -.196E+02 .262E+08
225.00 -.981E-07 .101E+00 .150E+04 -.921E-Ol -.230E+02 .262E+08
230.00 -.127E-07 -.967E-Ol .150E+04 .136E-02 - .139E+02 .262E+08
235.00 .602E-09 -.502E-02 .149E+04 .107E-Ol .654E+Ol .262E+08
240.00 -.181E-13 .274E-04 .149E+04 -.494E-03 -.S12E+00 .262E+08
245.00 .289E-18 -.452E-09 .149E+04 .150E-07 .lS7E-04 .262E+08
250.00 -.460E-23 .746E-14 .149E+04 -.239E-12 -.2S0E-09 .262E+08
255.00 .732E-28 -.123E-18 .149E+04 .381E-17 .396E-14 .262E+08
260.00 - .1lGE-32 .203E-23 .149E+04 -.606E-22 -.629E-19 .262E+08
265.00 .185E-37 -.334E-28 .149E+04 -.133E-28 .996E-24 .262E+08
270.00 -.293E-42 .550E-33 .149E+04 .2l9E-33 -.157E-28 .262E+08
275.00 .464E-47 -.905E-38 .149E+04 -.361E-38 .249E-33 .262E+08
280.00 -.733E-52 .149E-42 .149E+04 .593E-43 -.393E-38 .262E+OS
2S5.00 .llGE-56 -.245E-47 .149E+04 -.976E-4S .6l8E-43 .262E+OS
290.00 -.183E-61 .403E-52 .149E+04 .lG1E-52 -.973E-4S .262E+OS
295.00 .288E-66 -.663E-57 .149E+04 -.264E-57 .153E-52 .262E+OS
300.00 -.924E-71 .OOOE+OO • 149E+04 .OOOE+OO -.4S9E-57 .262E+OS
COMPUTED LATERAL FORCE AT PILE HEAD = .20000E+02 KIP
COMPUTED MOMENT AT PILE HEAD = .OOOOOE+OO IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.2217SE-02
THE OVERALL MOMENT IMBALANCE = .103E-09 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .612E-OS LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION
MAXIMUM BENDING MOMENT
=
=
.145E+00 IN
.661E+03 IN-KIP
MAXIMUM TOTAL STRESS = • 687E+04 LBS/IN**2
NO. OF ITERATIONS = 20
MAXIMUM DEFLECTION ERROR = .949E-05 IN
***
124
LATERAL LOAD AT PILE HEAD = .400E+02 KIP
APPLIED MOMENT AT PILE HEAD = .OOOE+OO IN-KIP
AXIAL LOAD AT PILE HEAD = .390E+02 KIP
125
195.00 -.398E-02 -.682E+01 .155E+04 -.722E+01 -.327E+03 .262E+08
200.00 -.327E-02 -.389E+02 .181E+04 -.563E+01 -.311E+03 .262E+08
205.00 -.260E-02 -.632E+02 .201E+04 -.412E+01 -.294E+03 .262E+08
210.00 -.198E-02 -.802E+02 .215E+04 -.269E+01 -.274E+03 .262E+08
215.00 -.145E-02 -.904E+02 .223E+04 - .137E+01 -.254E+03 .262E+08
220.00 -.994E-03 -.942E+02 .226E+04 -.163E+00 -.231E+03 .262E+08
225.00 -.631E-03 -.922E+02 .224E+04 .930E+00 -.206E+03 .262E+08
230.00 -.356E-03 -.850E+02 .219E+04 .189E+01 -.179E+03 .262E+08
235.00 -.162E-03 -.735E+02 .209E+04 • 271E+01 -.147E+03 .262E+08
240.00 -.379E-04 -.582E+02 .197E+04 .334E+01 -.102E+03 .262E+08
245.00 .311E-04 -.413E+02 .183E+04 .320E+01 .969E+02 .262E+08
250.00 .606E-04 -.266E+02 • 171E+04 .266E+01 • 115E+03 .262E+08
255.00 .646E-04 -.147E+02 .161E+04 .207E+01 . 116E+03 .262E+08
260.00 .543E-04 -.580E+01 .154E+04 .150E+01 • ll1E+03 .262E+08
265.00 .384E-04 .332E+00 .150E+04 • 962E+00 .102E+03 .262E+08
270.00 .226E-04 .390E+Ol .153E+04 • 479E+00 .895E+02 .262E+08
275.00 .104E-04 .521E+01 .154E+04 .657E-01 • 737E+02 .262E+08
280.00 .3l0E-05 .466E+Ol .153E+04 -.260E+00 .544E+02 .262E+08
285.00 .128E-06 .275E+Ol .152E+04 -.459E+00 .266E+02 .262E+08
290.00 -.245E-06 • 580E+00 .150E+04 -.332E+00 -.254E+02 .262E+08
295.00 -.153E-08 -.446E+OO .150E+04 .219E-01 .329E+Ol .262E+08
300.00 .538E-13 .OOOE+OO .149E+04 .OOOE+OO -.517E-01 .262E+08
COMPUTED LATERAL FORCE AT PILE HEAD = .40000E+02 KIP
COMPUTED MOMENT AT PILE HEAD = .OOOOOE+OO IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.74502E-02
THE OVERALL MOMENT IMBALANCE = -.278E-07 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .563E-06 LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION = .623E+OO IN
MAXIMUM BENDING MOMENT = .174E+04 IN-KIP
MAXIMUM TOTAL STRESS = .156E+05 LBS/IN**2
NO. OF ITERATIONS = 27
MAXIMUM DEFLECTION ERROR = .aaOE-05 IN
SUMMARY TABLE
*************************
126
y <Inches)
20.0
0.0 1.0 2.0 3.0 4.0 5.0 '.0 7.0
18.0
16.0
. . .
••
'" 14..0 . . . . .
• • • • • • • • • • • • • • • • • 1 • • • • • • • • , • • • • • • • • •• • • • • • • • • • " • • • • • • • •
C
C 12.0
.j
y
10.0
'C"
... . . . . .
\ 8.0 .
••••• 1 •••••••• , ••••••• , ............................. .
. .
.A
oJ
y . .
........". .................
. .
,.................... ,..................
6.0 . . . ,......... ,....................
. "....... .
R
· . ................
. . . . . .
_.. .............................................
. . _......... _..........
4.0 · ._
...........
. . . _..................•........
.. . .. ... .
2.0
·
............. _.. .............................................
. . . . . . . _. ....... _.........
-....................................
_. ........
· .. .. . . . . .. ..
0.0
Depth
• 20 inches
a 60 inches
,
, 100 inches
150 inches
p-y Curves.
127
Deflection <I nc:he5)
Itt 1.0
•
•
.... !....... .........! ........ ......... ......... . ................ .
8.c 1.5
··· .
.
.
~
.
.
.
~
.
.
.
.
.
.
~ ~
...
." ·· ... . . . . ..
2.0 .... ~........ . ....... ........ ! ........ .........:......... ....... .
~ ~ ~
··· .
.. .
.. .
.. .
. ..
,••
Itt
·· .
. .
.... ......... ........ -:'. .........:........ ':-.. ...... .
.
........
. .
2.5 ··
~........ ~
.
~
. .. ..
. .
.. ..
CI ..· .
. . . .. ...
C
.. 3.0 . ...
··
~........ ~
.
. .
. ~
.
.
.
.
. ....... ........ !........ ........ -:-........ ....... .
~
..
,.,
."
3.5
··
.
·· .. .. .. .. .. ..
~
.
.
.
. ~
.
.
. .
.
.
. .
.
.
.
~
.
.... ! ........ -:"' ........ ........ ........ ! ........ ........! ....... .
..
.
A ··· ... ... ... ... ... ...
a• 4.0 .... _ ·....... _....................................
. . . _.................
. .
··· .... ... ... ... ... ...
·· .. .. .. _.. ........ _.. .......... ........... .
-
4.5 ...............·· _ .. ........•.................
. ... ... .... ...
·· .. ... .
·. .. .. ... .. ... ...
5.0
128
MOMent (Inch-Kips) (1000's)
·····ES~l=-~~
"1/1 1.0
~
0 1.5
0
'fo4
.....
2.0 . .. .. ....... . ........ ·', ........ ,. ........ . ........ ,', ...... " ....... .
~
"1/1
QI ................................................
.r.(J 2.5 · ..
c
loot 3.0 .. .
• • • • • • • • •• • • • • • • • • 1 • • • • • • • • .1' • • • • • • • • • • • • • • • • • • •
.....
.
.r.
Q.
QI
3.5 ·
·
. .
.
................................................................
· .
........................................................... , ......... -
Q 4.0 · . .
. .
·
...........................................................
' "
, .....
4.5 · . . .
5.0
129
Shea t- ( Kips)
-40 -20 o 20 40
0.0
.~-
0
0
III
.oj
1.0
1.5
• • • • ~~j~:~~:-- . . . . . . . . . . .
,..,"" 2.0
III
130
Soil R..ction (PcanIsIlneh)· <1000' i)
0.5
• 1
o Z
,.. 1.0
•
•a
1.5
...,a
,.. 2.0
,•• 2.5
..,"
t
tot 3.0
,
fI 3.5 ··. ..
•••• I ••••••••
.
~• • • • • • • • • ,
. .. ..
• • • • • • • • • • • • • • • • • I . . . . . . . . . , . ••• ••••• ~ • • • • • • • •
...
. . ..
.
.. .. ..
I ...
• ..
. . .
·· . .
.. ..
a 4.0 ............. _ ...................................
. .
_ ................ .
··· ... ... .
.
... ..
. ...
·.. .. .. . .
.. .. .. ..
·
....•........ . ._.................•........
.......
_ .. ... ......... _..........
_ . .
4.5 . .. ...
· .. ... .. .. ..
.
....
··. .. .. .. ... .. ..
5.0
131
EXAMPLE 2, CONCRETE Pl:LES l:N LAYERED SOl:L Wl:TB
Dl:STRl:BUTED LOAD
The input and output data are shown in the following pages.
133
Preceding page blank
100 kips
100 in-kip
20 in.
~ - 30 deg
Sand 120 in.
y .. 60 lb/cu ft.
,,
~
c .. 800 lb/sq ft.
Soft Clay y- 60 lb/cu ft. 60 in.
£ - 0.02
50
".~
y- 60 lb/cu ft.
Limestone
c = 408,816 lb/sq ft.
134
INPUT SCREENS FOR EXAMPLE 2
F i l e " Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
137
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
138
File Analysis~ Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
139
File Analysis Mult Option EXAMPLE.IN2
Fl-Help Alt-X-Exit
140
File Analysis Mult Option EXAMPLE.IN2
A l:DEF:Num 100
- Move Cell ? Help - / Edit Screen---- F8 Continue -----I~~
Fl-Help Alt-X-Exit
A l:DEF:Num 0.00000
~ Move Cell --- ? Help - / Edit Screen----- F8 Continue ---~I---~
Fl-Help Alt-X-Exit
141
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
FI-Help Alt-X-Exit
142
File Analysis Mult option EXAMPLE.IN2
A l:DEF:Num 20.00000
i...- Move Cell - ? Help - / Edit Screen- FS Continue __~I_·......
F1-Help Alt-X-Exit
A l:DEF:Num 20.00000
"--- Move Cell - ? Help - / Edit Screen- FS Continue __~I--.
F1-Help Alt-X-Exit
143
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
144
File Analysis Mult Option EXAMPLE. IN2
A l:DEF:Num 0.00000
~ Move Cell --- ? Help --- / Edit Screen---- Fa Continue --_~I---
F1-Help Alt-X-Exit
A l:DEF:Num 1
~ Move Cell --- ? Help - / Edit Screen---- Fa Continue
F1-Help Alt-X-Exit
145
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
F1-Help Alt-X-Exit
A l:DEF:Num 100
146
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
computation Control
output Tables
Main Menu
Fl-Help Alt-X-Exit
A 1:DEF:Num 2
~ Move Cell - ? Help - I Edit Screen---- Fa Continue
F1-Help Alt-X-Exit
147
File Analysis Mult Option B:EXAMPLE.IN2
Enter depths for which p-y curves are to be calculated for verification:
Point Depth inches
1 60.00
2 120.00
3 240.00
4 360.00
5
6
7
a
9
10
A l:DEF:Num 60.00000
F1-Help Alt-X-Exit
148
File ~ Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The sele~tion of the ANALYSIS menu allows the
user to enter required data fer computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computin9 the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
'for most computer systems.
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
149
File Analysis Mult Option B:EXAMPLE.IN2
r---~--------~---------------------------------------------------------------~
Read
New
Save
I EXAMPLE.IN2 Save File Name --------------------------__
Main Menu I
FI-Help Alt-X-Exit
150
OUTPUT RESULTS FOR EXAMPLE 2
UNITS--ENGL
*************************************************************
PILE DEFLECTION, BENDING MOMENT, SHEAR & SOIL RESISTANCE
*************************************************************
SOILS INFORMATION
X-COORDINATE AT THE GROUND SURFACE = 20.00 IN
153
Preceding page blank
SLOPE ANGLE AT THE GROUND SURFACE = .00 DEG.
5 LAYER(S) OF SOIL
LAYER 1
THE LAYER IS A STIFF CLAY ABOVE THE WATER TABLE
X AT THE TOP OF THE LAYER = 20.00 IN
X AT THE BOTTOM OF THE LAYER = 80.00 IN
VARIATION OF SOIL MODULUS, k = .100E+04 LBS/IN**3
LAYER 2
THE LAYER IS A SAND
X AT THE TOP OF THE LAYER = 80.00 IN
X AT THE BOTTOM OF THE LAYER = 200.00 IN
VARIATION OF SOIL MODULUS, k = .600E+02 LBS/IN**3
LAYER 3
THE LAYER IS A SOFT CLAY
X AT THE TOP OF THE LAYER = 200.00 IN
X AT THE BOTTOM OF THE LAYER = 260.00 IN
VARIATION OF SOIL MODULUS, k = .200E+03 LBS/IN**3
LAYER 4
THE LAYER IS A STIFF CLAY ABOVE THE WATER TABLE
X AT THE TOP OF THE LAYER = 260.00 IN
X AT THE BOTTOM OF THE LAYER = 404.00 IN
VARIATION OF SOIL MODULUS, k = .120E+04 LBS/IN**3
LAYER 5
THE LAYER IS A ROCK
X AT THE TOP OF THE LAYER = 404.00 IN
X AT THE BOTTOM OF THE LAYER = 600.00 IN
VARIATION OF SOIL MODULUS, k = .200E+04 LBS/IN**3
154
260.00 .208E+02 .000 .500E-02
404.00 .208E+02 .000 .500E-02
404.00 • 284E+04 .000 .100E-02
600.00 • 284E+04 .000 .100E-02
INPUT CODES
OUTPT = 1
KCYCL = 1
KBC = 1
KPYOP = 1
INC = 2
UNITS--ENGL
155
1.440 1259.158
1. 920 1353.053
2.400 1430.679
2.880 1497.399
3.360 1556.232
3.840 1609.060
4.320 1657.145
4.800 1701. 374
5.280 1742.401
5.760 1780.718
6.240 1816.710
6.720 1850.682
7.200 1882.880
9.000 1882.880
156
2.250 970.271
2.700 1031. 067
3.150 1085.432
3.600 1134.836
4.050 1180.277
4.500 1222.465
4.950 1261.926
5.400 1299.063
14.400 1801.440
27.000 1801. 440
36.000 1801.440
***
157
X,IN LOAD,LBS/IN
.00 .500E+02
10.00 .100E+03
20.00 .200E+03
158
380.00 -.206E-07 -.184E+00 .926E+02 -.894E-01 -.425E+02 .191E+09
390.00 .262E-10 -.731E-03 .926E+02 .156E-01 .866E+01 .191E+09
400.00 -.704E-16 .153E-08 .926E+02 -.200E-04 -.1l2E-01 .191E+09
410.00 -.467E-15 .763E-09 .926E+02 -.650E-10 -.414E-08 .191E+09
420.00 -.455E-15 .249E-09 .926E+02 -.380E-10 -.405E-08 .191E+09
430.00 -.304E-15 -.1l0E-10 .926E+02 -.162E-10 -.271E-08 .191E+09
440.00 -.153E-15 -.984E-10 .926E+02 -.339E-ll -.137E-08 .191E+09
450.00 -.505E-16 -.971E-1O .926E+02 .219E-ll -.455E-09 .191E+09
460.00 .188E-17 -.653E-1O .926E+02 .342E-ll .138E-10 .191E+09
470.00 .200E-16 -.334E-10 .926E+02 . 271E-ll .177E-09 .191E+09
480.00 .202E-16 -.122E-10 .926E+02 .153E-ll .180E-09 .191E+09
490.00 . 137E-16 -.221E-ll .926E+02 .554E-12 .123E-09 .191E+09
500.00 .578E-17 .OOOE+OO .926E+02 .OOOE+OO .52SE-10 .191E+09
COMPUTED LATERAL FORCE AT PILE HEAD = .SOOOOE+02 KIP
COMPUTED MOMENT AT PILE HEAD = .100OOE+03 IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.20834E-02
THE OVERALL MOMENT IMBALANCE = .756E-09 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .lS2E-06 LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION = .2S1E+00 IN
MAXIMUM BENDING MOMENT = .31SE+04 IN-KIP
MAXIMUM TOTAL STRESS = .779E+03 LBS/IN**2
NO. OF ITERATIONS = 14
MAXIMUM DEFLECTION ERROR = .499E-OS IN
159
EXAMPLE 3, PILES IN A SLOPING ABUTMENT
The input and the output are shown in the following pages.
The deflection at the pile head for this case is 0.402 in, which
is about 20 percent higher than that (0.335 in) if the ground were
a flat plane. A parametric study, with different slope angles in
each run, indicates that the deflection of piles increases with an
increase in the slope angle (Fig. 5.3).
The input and output data are shown in the following pages.
161
Preceding page blank
Sand
160
in. • - 34 deg.
'Y - 0.069 Ib/cu in.
Stiff Clay
c - 13.9 Ib/sq in.
320
in. 'Y - 0.072 Ib/cu in.
Dia - 36 in.
11 2
EI - 2.56 X 10 Ib-in.
162
Yt Ue~sus Slope Angle
I.',-----------------------------------------~
. . . . .
............... .............. ...............:.......
~ ~ ········~···············:·····2···············1
11
163
:INPUT SCREENS FOR EXAMPLE 3
FI-Help Alt-X-Exit
Fl-Help Alt-X-Exit
167
Preceding page blank
File Analysis Mult Option
Read
New
I
~r---------~-------------------------------------------------------~
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
168
File Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data f~r computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
169
File Analysis Mult Option EXAMPLE.IN3
Fl-Help Alt-X-Exit
170
File Analysis Mult Option EXAMPLE.IN3
\ l:DEF:Num 100
Move Cell ? Help - I Edit Screen---- F8 Continue I
'l-Help Alt-X-Exit
171
File Analysis Mult Option EXAMPLE. IN3
\ l:DEF:Num 0.00000
Move Cell - - ? Help - / Edit Screen---- F8 Continue _ - L__~
'l-Help Alt-X-Exit
Fl-Help Alt-X-Exit
172
File Analysis Mult Option EXAMPLE.IN3
Editing Soil Layer Information
Layer Criteria X-top X-bot k
inches inches lb/in3
*
1
2
*3
4 20.00
180.00
180.00
500.00
60.00
1000.00
3
4
5
6
7
8
9
10
~--------------------------- p-y Curve Criteria --------------------------~
*1 = Soft Clay Criteria *3 = Stiff Clay Above Watertable
*2 = Stiff Clay Below Watertable t4 = Sand
*5 = Interp. Between Input Curves *6 = Vuggy Limestone
A l:DEF:Num 4
---- Move Cell --- ? Help --- / Edit Screen---- F8 Continue --_~I--~
F1-Help Alt-X-Exit
A l:DEF:Num 20.00000
173
File Analysis Mult Option EXAMPLE.IN3
0.0000
2 180.00 0.000 34.00 0.0000
3 180.00 13.900 0.00 0.0050
4 500.00 13.900 0.00 0.0050
5
6
7
8
9
10
A l:DEF:Num 20.00000
~ Move Cell ---? Help --- / Edit Screen---- F8 Continue --~--~
F1-Help Alt-X-Exit
FI-Help Alt-X-Exit
174
File Analysis Mult Option EXAMPLE. IN3
A l:DEF:Num 1
~ Move Cell --- ? Help - I Edit Screen---- Fa Continue
F1-Help Alt-X-Exit
175
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
FI-Help Alt-X-Exit
A l:DEF:Num 100
176
File ~nalysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help ~lt-X-Exit
~ l:DEF:Num 2
~ Move Cell - ? Help - I Edit Screen---- Fa Continue
F1-Help ~lt-X-Exit
177
File Analysis Mult Option EXAMPLE.IN3
Enter depths for which p-y curves are to be calculated for verification:
Point Depth inches
1 50.00
2
3
4
5
6
7
8
9
10
A l:DEF:Num 50.00000
Fl-Help Alt-X-Exit
178
File~ Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data f~r computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Read
New
Save
Directory
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
179
File Analysis Mult Option EXAMPLE.IN3
~r---------~'------------------------------------------------------------'
Read
New
Save
Ir----------------
EXAMPLE.IN3
Save File Name --------------~
Quit to DOS
Main Menu
I
Fl-Help Alt-X-Exit
180
OUTPUT RESULTS FOR EXAMPLE 3
EXAMPLE 3 PILES IN A SLOPING ABUTMENT
UNITS--ENGL
*************************************************************
PILE DEFLECTION, BENDING MOMENT, SHEAR & SOIL RESISTANCE
*************************************************************
SOILS INFORMATION
X-COORDINATE AT THE GROUND SURFACE = 20.00 IN
SLOPE ANGLE AT THE GROUND SURFACE = 20.00 DEG.
2 LAYER(S) OF SOIL
LAYER 1
THE LAYER IS A SAND
X AT THE TOP OF THE LAYER = 20.00 IN
X AT THE BOTTOM OF THE LAYER = 180.00 IN
VARIATION OF SOIL MODULUS, k = .600E+02 LBS/IN**3
183
INPUT CODES
OUTPT = 1
KCYCL = 1
KBC
KPYOP =
= 1
1
INC = 2
UNITS--ENGL
OUTPUT INFORMATION
***********************************
184
GENERATED P-Y CURVES
THE NUMBER OF CURVE IS = 1
THE NUMBER OF POINTS ON EACH CURVE = 17
DEPTH BELOW GS DIAM PHI GAMMA A B
IN IN LBS/IN**3
30.00 36.00 34.0 .7E-01 2.23 1.64
Y P
IN LBS/IN
.000 .000
.050 90.000
.100 180.000
.150 228.027
.200 247.984
.250 264.660
.300 279.114
.350 291.948
.400 303.543
.450 314.151
.500 323.954
.550 333.085
.600 341.646
1.350 466.197
37.350 466.197
73.350 466.197
109.350 466.197
***
185
X DEFLECTION MOMENT TOTAL SHEAR SOIL FLEXURAL
STRESS RESIST RIGIDITY
IN IN IN-KIP LBS/IN**2 KIP LBS/IN KIP-IN**2
***** ********** ********** ********** ********** ********** **********
.00 .403E+00 .600E+03 .316E+03 .406E+02 .OOOE+OO .256E+09
8.00 .379E+00 .925E+03 .387E+03 .400E+02 .OOOE+OO .256E+09
16.00 .355E+00 .125E+04 .458E+03 .400E+02 .OOOE+OO .256E+09
24.00 .332E+00 .157E+04 .529E+03 .399E+02 .335E+02 .256E+09
32.00 .308E+00 .190E+04 .599E+03 .394E+02 .105E+03 .256E+09
40.00 .286E+00 .221E+04 .668E+03 .383E+02 • 177E+03 .256E+09
48.00 .264E+00 .252E+04 .734E+03 .365E+02 .250E+03 .256E+09
56.00 .242E+00 .280E+04 .797E+03 .343E+02 .317E+03 .256E+09
64.00 .222E+00 .307E+04 .856E+03 .315E+02 .378E+03 .256E+09
72.00 .202E+00 .332E+04 .909E+03 .283E+02 .428E+03 .256E+09
80.00 .183E+00 .353E+04 .956E+03 .247E+02 . 471E+03 .256E+09
88.00 .164E+00 .372E+04 .996E+03 .208E+02 .503E+03 .256E+09
96.00 .147E+00 .387E+04 .103E+04 .166E+02 .525E+03 .256E+09
104.00 .131E+00 .399E+04 .106E+04 .124E+02 .538E+03 .256E+09
112.00 . 116E+00 .407E+04 .107E+04 .807E+01 .537E+03 .256E+09
120.00 .101E+00 .412E+04 .109E+04 .383E+01 .522E+03 .256E+09
128.00 .879E-01 .414E+04 .109E+04 -.236E+00 .492E+03 .256E+09
136.00 .757E-01 .413E+04 .109E+04 -.407E+01 .465E+03 .256E+09
144.00 .645E-01 .408E+04 .108E+04 -.763E+01 .425E+03 .256E+09
152.00 .543E-01 .401E+04 .106E+04 -.108E+02 .375E+03 .256E+09
160.00 .451E-01 • 391E+04 .104E+04 -.136E+02 .317E+03 .256E+09
168.00 .369E-01 .380E+04 .101E+04 -.159E+02 • 277E+03 .256E+09
176.00 .297E-01 .366E+04 .984E+03 -.181E+02 .257E+03 .256E+09
184.00 .233E-01 .351E+04 .950E+03 -.212E+02 .426E+03 .256E+09
192.00 .179E-01 .333E+04 .911E+03 -.245E+02 .411E+03 .256E+09
200.00 .132E-01 .312E+04 .865E+03 -.277E+02 .392E+03 .256E+09
208.00 .937E-02 • 288E+04 .814E+03 -.308E+02 .371E+03 .256E+09
216.00 .624E-02 .263E+04 .758E+03 -.337E+02 .344E+03 .256E+09
224.00 .376E-02 .235E+04 .697E+03 -.363E+02 .312E+03 .256E+09
232.00 .188E-02 .205E+04 .632E+03 -.386E+02 .269E+03 .256E+09
240.00 .502E-03 • 173E+04 .563E+03 -.405E+02 .198E+03 .256E+09
248.00 -.440E-03 .141E+04 .492E+03 -.395E+02 -.399E+03 .256E+09
256.00 -.103E-02 .1l0E+04 .426E+03 -.359E+02 -.493E+03 .256E+09
264.00 - .134E-02 .833E+03 .367E+03 -.318E+02 -.527E+03 .256E+09
272.00 -.145E-02 .596E+03 .315E+03 -.275E+02 -.536E+03 .256E+09
280.00 -.140E-02 .393E+03 .271E+03 -.232E+02 -.532E+03 .256E+09
288.00 -.126E-02 .224E+03 .234E+03 -.190E+02 -.518E+03 .256E+09
296.00 -.106E-02 .876E+02 .204E+03 -.150E+02 -.496E+03 .256E+09
304.00 -.835E-03 -.167E+02 .189E+03 - .111E+02 -.468E+03 • 256E+09
312.00 -.616E-03 -.911E+02 .205E+03 -.753E+01 -.433E+03 .256E+09
320.00 -.419E-03 -.138E+03 .215E+03 -.423E+01 -.394E+03 .256E+09
328.00 -.257E-03 -.159E+03 .220E+03 -.126E+01 -.348E+03 .256E+09
336.00 - .133E-03 -.159E+03 .220E+03 • 131E+01 -.296E+03 .256E+09
344.00 -.497E-04 -.139E+03 .216E+03 .342E+01 -.231E+03 .256E+09
352.00 -.698E-06 -.105E+03 .208E+03 .478E+01 -.808E+02 .256E+09
360.00 .220E-04 -.677E+02 .200E+03 .424E+01 .126E+03 .256E+09
368.00 .277E-04 -.379E+02 .193E+03 .319E+01 .136E+03 .256E+09
186
376.00 .237E-04 -.168E+02 .189E+03 .211E+01 .133E+03 .256E+09
384.00 .154E-04 -.408E+01 .186E+03 .109E+01 .122E+03 . 256E+09
392.00 .599E-05 .902E+00 .185E+03 .207E+00 . 982E+02 .256E+09
400.00 -.332E-05 .OOOE+OO .185E+03 .OOOE+OO - .1l6E+03 .256E+09
COMPUTED LATERAL FORCE AT PILE HEAD = .40000E+02 KIP
COMPUTED MOMENT AT PILE HEAD = .60000E+03 IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.30108E-02
THE OVERALL MOMENT IMBALANCE = .996E-07 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = -.174E-05 LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION = .403E+00 IN
MAXIMUM BENDING MOMENT = .414E+04 IN-KIP
MAXIMUM TOTAL STRESS = .109E+04 LBS/IN**2
NO. OF ITERATIONS = 18
MAXIMUM DEFLECTION ERROR = .809E-05 IN
187
EXAMPLE 4, USER INPUT p-y CURVES
The input and output data are shown on the following pages.
189
Preceding page blank
I' = 100,O()O lbs
x
1
x
---------+'JI}-------- x .. 60 in.
I
SOFT CLAY
x - 240 in.
·LOOSE SAND
I
x - 360 in.
MEDIml CLAY
600
Pile Properties:
0
0 4.0
Y. in
190
INPUT SCREENS FOR EXAMPLE 4
F i l e " Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The sele9tion of the ANALYSIS menu allows the
user to enter required data f~r computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
193
Preceding page blank
File Analysis Mult Option
-----~--------~----------------------------------------------------------~
Read
New
I~---------------
EXAMPLE.IN4
New File Name
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
FI-Help Alt-X-Exit
194
File Analysis Mult Option
Title ..
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
I
Fl-Help Alt-X-Exit
195
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
FI-Help Alt-X-Exit
A 1:DEF:Num. 120
""'-- Move Cell ? Help - / Edit Screen---- F8 Continue --_~I--~
F1-Help Alt-X-Exit
196
File Analysis Mult Option EXAMPLE. IN 4
A l:DEF:Num 0.00000
~ Move Cell - ? Help - / Edit Screen---- F8 Continue --~----
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
197
File Analysis Mult Option EXAMPLE.IN4
Editing Soil Layer Information
Layer Criteria X-top X-bot k
I I inches inches lb/in3
1 5 60.00 720.00 50.00
2
3
4
5
6
7
a
9
10
r---------------------------
11 = Soft Clay Criteria
p-y Curve Criteria --------------------------~
13 =
Stiff Clay Above Watertable
*2 =
Stiff Clay Below Watertable 14 Sand =
IS = Interp. Between Input Curves 16 =
Vugqy Limestone
A l:DEF:Num 5
~ Move Cell ---? Help --- / Edit Screen---- Fa Continue --_~I--~
F1-Help Alt-X-Exit
198
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 60.00000000
Move Cell - ? Help - / Edit Screen---- F8 Continue --_~I--~
Fl-Help Alt-X-Exit
199
File Analysis Mult Option EXAMPLE.IN4
A l:DEF:Num 0.00000000
---- Move Cell ---? Help --- / Edit Screen---- F8 Continue --_~I---
F1-Help Alt-X-Exit
A l:DEF:Num 0.00000000
---- Move Cell ---? Help --- / Edit Screen---- F8 Continue ___~I_ _J
Fl-Help Alt-X-Exit
200
File Analysis Mult Option EXAMPLE.IN4
A l:DEF:Num 0.00000000
~ Move Cell --- ? Help --- / Edit Screen---- FB Continue ___~__- J
F1-Help Alt-X-Exit
A l:DEF:Num 0.00000000
----- Move Cell --- ? Help --- / Edit Screen---- FB Continue ---~--~
F1-Help Alt-X-Exit
201
File Analysis Mult Option EXAMPLE.IN4
A l:DEF:Num 0.00000000
~ Move Cell ---? Help --- / Edit Screen---- FS Continue --~---~
F1-Help Alt-X-Exit
A l:DEF:Num 0.00000000
---- Move Cell --- ? Help --- / Edit Screen---- FS Continue ---*---~
F1-Help Alt-X-Exit
202
File Analysis Mult Option EXAMPLE.IN4
A l:DEF:Num 0.00000000
~ Move Cell ---? Help --- / Edit Screen---- FS Continue --~--~
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
203
File Analysis Mult Option EXAMPLE. IN 4
A l:DEF:Num 1
~ Move Cell --- ? Help --- I Edi t Screen-- Fa Continue --~I------~
FI-Help Alt-X-Exit
204
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 100
Help --- / Edit Screen- Fa Continue _____
' __4
---- Move Cell --- ?
Fl-Help Alt-X-Exit
205
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 3
~ Move Cell - ? Help - I Edit Screen---- Fa Continue --~----
FI-Help Alt-X-Exit
206
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
207
File Analysis Mult Option
- Read
New
Save
Directory
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
Main Menu J
Fl-Help Alt-X-Exit
208
OUTPUT RESULTS FOR EXAMPLE 4
EXAMPLE NO 4 USER INPUT P-Y CURVES
UNITS--ENGL
*************************************************************
PILE DEFLECTION, BENDING MOMENT, SHEAR & SOIL RESISTANCE
*************************************************************
I N PUT INFORMATION
*********************************
SOILS INFORMATION
X-COORDINATE AT THE GROUND SURFACE = 60.00 IN
SLOPE ANGLE AT THE GROUND SURFACE = .00 DEG.
1 LAYER(S) OF SOIL
LAYER 1
THE LAYER RESPONSE IS DEFINED BY INPUT P-Y CURVES
X AT THE TOP OF THE LAYER = 60.00 IN
211
Preceding page blank
X AT THE BOTTOM OF THE LAYER = 720.00 IN
VARIATION OF SOIL MODULUS, k = .500E+02 LBS/IN**3
212
1.20 318.00
6.00 264.00
X,IN Y,IN P,LBS/IN
214.00 .00 .00
.20 198.00
.40 250.00
.80 315.00
1.20 360.00
6.00 360.00
INPUT CODES
OUTPT = 1
KCYCL = 1
KBC = 1
KPYOP = 0
INC = 3
UNITS--ENGL
OUTPUT INFORMATION
***********************************
***
213
X DEFLECTION MOMENT TOTAL SHEAR SOIL FLEXURAL
STRESS RESIST RIGIDITY
IN IN IN-KIP LBS/IN**2 KIP LBS/IN KIP-IN*"'2
***** ********** ********** ********** ********** ********** **********
.00 .453E+00 .OOOE+OO .279E+04 • 532E+01 .OOOE+OO .305E+08
18.00 .396E+00 .957E+02 .351E+04 .500E+01 .OOOE+OO .305E+OS
36.00 .340E+00 .191E+03 .424E+04 .500E+01 .OOOE+OO .305E+OS
54.00 .286E+00 .287E+03 .497E+04 .500E+01 .OOOE+OO .305E+08
72.00 .235E+00 .374E+03 .563E+04 .3S7E+01 .798E+02 .305E+08
90.00 • 188E+00 .435E+03 .610E+04 .235E+01 .862E+02 .305E+OS
108.00 • 146E+00 .468E+03 .635E+04 • 869E+00 .780E+02 .305E+OS
126.00 .109E+00 .475E+03 .640E+04 -.435E+00 .663E+02 .305E+OS
144.00 .762E-01 .460E+03 .629E+04 -.151E+01 .524E+02 .305E+08
162.00 .488E-01 .428E+03 .605E+04 -.231E+01 .373E+02 .305E+08
180.00 .259E-01 .384E+03 • 571E+04 -.284E+01 .218E+02 .257E+08
198.00 .795E-02 .331E+03 .7S7E+04 -.310E+01 .730E+01 .209E+OS
216.00 -.488E-02 .276E+03 • 725E+04 -.312E+01 .484E+01 .209E+08
234.00 - • 134E-01 .222E+03 .665E+04 -.295E+01 • 133E+02 .209E+OS
252.00 -.185E-01 • 172E+03 .609E+04 -.267E+01 .183E+02 .209E+08
270.00 -.209E-01 .127E+03 .560E+04 -.231E+01 .207E+02 .209E+08
2SS.00 -.214E-01 • 890E+02 .517E+04 -.193E+01 .212E+02 .209E+OS
306.00 -.204E-01 • 576E+02 .482E+04 -.156E+01 .202E+02 .209E+OS
324.00 -.186E-0l .325E+02 .455E+04 -.121E+01 .184E+02 .209E+08
342.00 -.162E-01 .134E+02 .433E+04 -.S98E+00 .161E+02 .209E+OS
360.00 -.137E-01 -.516E+00 .419E+04 -.632E+00 .135E+02 .209E+OS
37S.00 -.lllE-Ol -.101E+02 .430E+04 -.4llE+00 .1l0E+02 .209E+08
396.00 -.S66E-02 -.161E+02 • 436E+04 -.236E+00 .858E+01 .209E+OS
414.00 -.649E-02 -.192E+02 • 440E+04 -.101E+00 .642E+Ol .209E+OS
432.00 -.461E-02 -.203E+02 • 441E+04 -.256E-02 • 457E+Ol .209E+08
450.00 -.305E-02 -.198E+02 • 440E+04 .653E-Ol .302E+Ol .209E+08
46S.00 -.179E-02 -.lS4E+02 .439E+04 .10SE+00 .177E+Ol .209E+OS
4S6.00 -.820E-03 -.163E+02 .437E+04 .131E+00 .8llE+00 .209E+OS
504.00 -.993E-04 -.139E+02 • 434E+04 .139E+00 .981E-Ol .209E+OS
522.00 .406E-03 -.1l5E+02 • 431E+04 .136E+00 .402E+00 .209E+OS
540.00 .732E-03 -.9l3E+Ol .429E+04 .126E+00 • 725E+00 .209E+08
558.00 .9l7E-03 -.702E+Ol • 426E+04 .1l1E+00 .908E+00 .209E+08
576.00 .993E-03 -.5l9E+Ol • 424E+04 .935E-Ol .983E+00 .209E+08
594.00 .987E-03 -.366E+Ol • 422E+04 .7S8E-Ol • 977E+00 .209E+08
612.00 .92SE-03 -.24SE+Ol • 421E+04 .S87E-Ol .9l6E+00 .209E+08
630.00 .824E-03 -.lS3E+Ol .420E+04 .431E-Ol .8l6E+OO .209E+08
648.00 .699E-03 -.S66E+00 • 419E+04 .29SE-Ol .692E+00 .209E+OS
666.00 .S6lE-03 -.427E+00 • 419E+04 .182E-Ol .SSSE+OO .209E+OS
684.00 .4lSE-03 -.168E+00 .4l9E+04 .9S2E-02 .4llE+00 .209E+OS
702.00 .267E-03 -.4l0E-Ol .4l8E+04 .344E-02 .26SE+00 .209E+08
720.00 .1l8E-03 .OOOE+OO .4l8E+04 .OOOE+OO .1l7E+00 .209E+OS
COMPUTED LATERAL FORCE AT PILE HEAD = .SOOOOE+Ol KIP
214
COMPUTED MOMENT AT PILE HEAD = .OOOOOE+OO IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.31736E-02
THE OVERALL MOMENT IMBALANCE = -.162E-08 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .117E-07 LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION = .453E+OO IN
MAXIMUM BENDING MOMENT = .475E+03 IN-KIP
MAXIMUM TOTAL STRESS = .826E+04 LBS/IN**2
NO. OF ITERATIONS = 6
MAXIMUM DEFLECTION ERROR = .881E-04 IN
SUMMARY TABLE
*************************
215
EXAMPLE 5, COMPOTE OLTXMATE BENDXNG MOMENT FOR BORED PXLES
The input and output data are shown in the following pages.
217
Preceding page blank
INPUT SCREENS FOR EXAMPLE 5
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
221
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
222
File Analysis Mult~ Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data f~r computing the' response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
223
File Analysis Mult Option EXAMPLE. INS
Fl-Help Alt-X-Exit
224
File Analysis Mult Option EXAMPLE. INS
A 1:DEF:Num 2
"-- Move Cell ? Help - I Edit Screen---- F8 Continue --~----~
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
225
File Analysis Mult Option EXAMPLE. INS
A l:DEF:Num 0.00000
F1-Help Alt-X-Exit
226
File Analysis Mult Option EXAMPLE. INS
A I:DEF:Num 4000.00000000
~ Move Cell --- ? Help - / Edit Screen---- F8 Continue --~--~
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
227
File Analysis Mult Option EXAMPLE. INS
A l:DEF:Num 0.00000000
~ Move Cell --- ? Help - / Edit Screen---- Fa Continue --~--~
FI-Help Alt-X-Exit
Fl-Help Alt-X-Exit
228
File Analysis Mult Option B:EXAMPLE.IN5
Rebar Arrangement
A l:DEF:Num 8
~ Move Cell --- ? Help --- / Edit Screen---- F8 Continue --~I-----
Fl-Help Alt-X-Exit
F1-Help Alt-X-Exit
229
File ~ Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data for computing the response of the pile
and soll, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
230
File Analysis Mult Option EXAMPLE. INS
~~--------~-------------------------------------------------------~
Read
New
Save
I EXAMPLE. INS
~--------------- Save File Name --------------~
Quit to DOSI
Main Menu
Fl-Help Alt-X-Exit
231
OUTPUT RESULTS FOR EXAMPLE 5
*************************************************************
ULTIMATE BENDING RESISTANCE AND FLEXURAL RIGIDITY
*************************************************************
DIAMETER = 30.00 IN
CONCRETE COMPRESSIVE STRENGTH = 4.000000 KIP/IN**2
REBAR YIELD STRENGTH = 60.000000 KIP/IN**2
MODULUS OF ELASTICITY OF STEEL = 29000.000000 KIP/IN**2
NUMBER OF REINFORCING BARS = 12
NUMBER OF ROWS OF REINFORCING BARS = 7
COVER THICKNESS =
3.000 IN
SQUASH LOAD CAPACITY = 2939.89 KIPS
ROW AREA OF DISTANCE TO
NUMBER REINFORCEMENT CENTROIDAL AXIS
IN**2 IN
1 .790000 12.0000
2 1.580000 10.3923
3 1.580000 6.0000
4 1.580000 .0000
5 1. 580000 -6.0000
6 1.580000 -10.3923
7 .790000 -12.0000
235
Preceding page blank
1706.145 .41613E+08 .000041 .00034 8.3490
1869.770 .41550E+08 .000045 .00038 8.3619
2032.827 .41486E+08 .000049 .00041 8.3747
2195.364 .41422E+08 .000053 .00044 8.3877
3396.051 .40916E+08 .000083 .00070 8.4898
4557.698 .40334E+08 .000113 .00097 8.5752
5181. 602 .36235E+08 .000143 .00120 8.4079
5551.161 .32088E+08 .000173 .00141 8.1675
5731. 058 .28232E+08 .000203 .00161 7.9192
5896.307 .25306E+08 .000233 .00180 7.7198
6051.316 .23009E+08 .000263 .00199 7.5807
6143.448 .20967E+08 .000293 .00218 7.4550
6173.590 .19113E+08 .000323 .00235 7.2786
6201. 067 • 17567E+08 .000353 .00252 7.1394
6226.547 .16257E+08 .000383 .00269 7.0284
6253.610 .15142E+08 .000413 .00288 6.9714
6274.235 .14163E+08 .000443 .00305 6.8853
6293.935 • 13306E+08 .000473 .00322 6.8144
6312.940 .12551E+08 .000503 .00340 6.7549
6331.056 • 11878E+08 .000533 .00357 6.7038
6348.535 . 11276E+08 .000563 .00375 6.6613
6359.241 .10724E+08 .000593 .00394 6.6402
236
5932.108 .41483E+08 .000143 .00135 9.4648
6379.425 .36875E+08 .000173 .00159 9.1707
6569.130 .32360E+08 .000203 .00180 8.8503
6723.582 .28857E+08 .000233 .00200 8.5933
6868.083 • 26114E+08 .000263 .00222 8.4326
6997.694 .23883E+08 .000293 .00243 8.2930
7067.918 .21882E+08 .000323 .00263 8.1401
7081. 734 .20062E+08 .000353 .00282 8.0000
7120.547 .18592E+08 .000383 .00302 7.8743
7140.321 • 17289E+08 .000413 .00320 7.7537
7158.454 .16159E+08 .000443 .00339 7.6537
7168.455 .15155E+08 .000473 .00359 7.5871
7176.483 • 14267E+08 .000503 .00379 7.5333
7176.483 .13464E+08 .000533 .00400 7.4999
237
Curvature (0.0001'5)
,. 8.0 .. .... .........:......... ~ ........ ',' .........:. ....... ........ ,. ........ . . ...... .................. I
·• : : t
8...... 7.0
··········~~·
·l~~··
·J~····
? .
..
.. =··~················_····1
··l==:
" . .......
. .,.
. ~
...:Ie•
I
~ I
5.0 .... .. ........ -:- . ....... ....... ..:- ...... .. ..••.... ......... ........ ......... :.. .. . ... I
. . .. . .. I
...
~ ~ ~ ~
I ··
~ ·· .
..~ ~.O
·· ..
.................:......... ; .........:........ . ..................................... ;........ ..1
.c:
....
··
···
~
..
...
~
..
..
..
..
.. ······1I
! · ·· . . . ...
2.0 .................;. ........ ; .........:. ....... . . ....... ,: ......... .... .... ......... ; ....... .
~ ~
·· ... .
· ...
··· ... . .
·· .. ..
1.0 ........ .........:......... :.........:........ . .........:- ........ ; .........:......... : ....... .
··· ... ... ·· . .
. .
·· .. .. ··· .,
. ,
,
...
·· .. · .
. .
.
· .
·
·
.
.
,
0.0
·0 • tOO C:PLOTDATA Cntl-P to Print Screen
238
~t (Inch-Kips) (1000's)
I
·•
C)
.... ................ _................. _....... . ..............................................
I
,I
§ 1".0
.
C)
C)
....
12.0 ....: ... .... ........ .........:......... : .........:........ .
···
··
..
.
..
...
........ ; ................... : ..... .
··
· ...
i
. i
I
··· ..
........:........ ......... ,.........:. ....... II
:
"• 10.0
:
.... .................:......... : ..........:........ . ~
...¥
~
:
I
.... .................:......... : .........:........ . I
........ ~ ........ ~ ......... ; .........:. .. . .. .. I
N
•
8.0
: . : . I
&.
....
~ 6.0
·
.................:......... ! ..........:........ .
·· .. ..
........;........ ;......... :........ ········1
I
...III ·· .. .. ···
· ...
.
.. ......·; ........ ,......... .; ............... .
!
,
.... ; .... '. ...
~\ ..
".0
:
· .
2.0 .... ........
':.
........ ·········r········~·········r\····· ........ : ........ -: ......... : ....... .
·· .. .. .. \
I
0.0
I
·0 .. 100 C:PLOTDATA Cntl-P to Print SCI'een
239
"anent (I nc:h-K ips) (1000's)
18.0
···;Ii··
: ...........~.::::
..
r·············.. I,!
16.0
········:········r·······l·········:·~·····T·······:·········1·······;·········:···· I
"
·8• ........ ~ ........ t........ :........ .:. ........ j' .......~ ........ j...... ···t········ j......... :..... i
.
.., 1-4.0
~ ~ ~: ~ ~ ~
........ !.........:......... :.........:......... ~ ..... :... ~ ....... ~ ......... ~ .........:......... :" .......:. .. .. .
I
.1
12.0
.."•
A
:II: 10.0
: : . :
~
: :: :
........ ;.........:......... ;.........:......... :.........:....... :.........:........ :......... ;: .........:.......... 1\
. : : . : : : .
!
....
'C
•
0 8.0
. . . .I
........ ; ........ .;. ........ ; .........:......... .; ......... ; ....... .; ......... ; ........ .; ......... ; .........:...... .
..
..I
...•X 6.0
:
:
:
:
: :
: :
:
:
:
: :
:
:
:
:
: :
: :
:
........; ..... _..........: ............ T················;··············,········I
!
I
G:
-4.0
r·······T······r······1"""·····r·····"]""·······1'········r·· ...... ,
2.0
···r······r·······r················T······T·····T······T······.... ·······j········j
0.0
C:PLOTDATA cntl-f" to Print Screen
Interaction Diagram
240
EXAMPLE 6, ANALYSES RELATED TO DESIGN OF CONCRETB PILBS
The user can then compare the maximum bending moment computed
in the second step with the ultimate bending moment in the first
step for an allowable factor of safety. The properties of the
pile can then be changed, if necessary or desirable, and further
computations made to achieve the final selection of the properties
of the pile.
241
The procedure that is illustrated is, of course, only one
aspect of the design of a pile but it is certainly an important
one.
The input and output data are shown on the following pages.
242
:tNPOT SCREENS FOR EXAMPLE 6
File-+ Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The selection of the ANALYSIS menu allows the
user to enter required data fer computing the response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
245
Change dir
Quit to DOS
Main Menu
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
246
File Analysis Mult Option
Title ..
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
247
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
FI-Help Alt-X-Exit
A l:DEF:Num 100
~ Move Cell - ? Help - I Edit Screen---- F8 Continue --~----
FI-Help Alt-X-Exit
248
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 0.00000
~ Move Cell - ? Help - / Edit Screen---- Fa Continue --_~I--~
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
249
File Analysis Mult Option EXAMPLE.IN6
Editing Soil Layer Information
Layer Criteria X-top X-bot k
inches inches lb/in3
*
1
2
*
4
3
0.00
360.00
360.00
540.00
90.00
500.00
3
4
5
6
7
8
9
10
~--------------------------- p-y Curve Criteria --------------------------~
*1 = Soft Clay Criteria *3 = Stiff clay Above Watertable
*2 = Stiff Clay Below Watertable *4 = Sand
*5 = Interp. Between Input Curves *6 = Vuggy Limestone
A 1:DEF:Num 4
~ Move Cell --- ? Help --- / Edit Screen---- Fa Continue
F1-Help Alt-X-Exit
A 1:DEF:Num 0.00000
250
File Analysis Mult Option EXAMPLE. IN6
0.0000
2 360.00 0.000 38.00 0.0000
3 360.00 10.000 0.00 0.0050
4 540.00 10.000 0.00 0.0050
5
6
7
8
9
10
A l:DEF:Num 0.00000
I
---- Move Cell --- ? Help --- / Edi t Screen-- F8 Continue
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
251
File Analysis Mult Option EXAMPLE. IN
Fl-Help Alt-X-Exit
A l:DEF:Num 1
~ Move Cell --- ? Help - I Edit Screen-- F8 Continue --~--~
Fl-Help Alt-X-Exit
252
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A l:DEF:Num 100
253
File Analysis Mult Option
Title
Pile Properties
Soil Properties
Lateral p-y Data
Data for Loading
Computation Control
Output Tables
Main Menu
Fl-Help Alt-X-Exit
A 1:DEF:Num 1
~ Move Cell - ? Help - I Edit Screen---- F8 Continue --~I----~
F1-Help Alt-X-Exit
254
File Analysis Mult Option EXAMPLE.IN6
Enter depths for which p-y curves are to be calculated for verification:
Point Depth inches
1 20.00
2 60.00
3 100.00
4 150.00
5
6
7
8
9
10
A l:DEF:Num 20.00000
"-- Move Cell - ? Help - / Edit Screen- F8 Continue __...1_ __
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
255
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 2
- Move Cell ? Help - / Edit Screen---- F8 Continue ----~----~
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
256
File Analysis Mult Option EXAMPLE.IN6
A 1:DEF:Num 50000.00000
---- Move Cell --- ? Help --- / Edit Screen---- Fa Continue I
F1-Help Alt-X-Exit
F1-Help Alt-X-Exit
257
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 3500.00000000
~ Move Cell - ? Help - / Edit Screen- F8 '-,.,j
Continue -_......
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
258
File Analysis Mult Option EXAMPLE.IN6
A l:DEF:Num 0.00000000
~ Move Cell --- ? Help - / Edit Screen---- F8 Continue
FI-Help Alt-X-Exit
FI-Help Alt-X-Exit
259
File Analysis Mult Option EXAMPLE. IN6
Rebar Arrangement
A l:DEF:Num 8
---- Move Cell --- ? Help --- / Edit Screen---- F8 Continue --_~I---
Fl-Help Alt-X-Exit
Fl-Help Alt-X-Exit
260
File~ Analysis Mult Option
C624EDIT 2.0, Edit Variables:
This program is a preprocessor developed especially for users
for preparation of input for the computer program COM624P. The
main menu for this program is displayed as a bar at the top
row of the screen. The main menu has four choices: FILE,
ANALYSIS, MULT, and OPTION.
The selection of the FILE menu allows the user to access a pull-
down menu for file operations such as reading in an existing file,
creating a new data file, checking files in the directory, and
similar operations. The sele~tion of the ANALYSIS menu allows the
user to enter required data f.r computing the' response of the pile
and soil, such as distributions of deflection, bending moment,
shear, and soil resistance as a function of length along the pile.
The selection of the MULT menu allows the user to enter data
of a selected pile size for computing the ultimate bending moment
and other design-related information.
The OPTION menu is used for screen setting and it may not be needed
for most computer systems.
FI-Help Alt-X-Exit
Fl-Help Alt-X-Exit
261
File Analysis Mult Option EXAMPLE.IN6
----~--------~-------------------------------------------------------~
Read
New
Save
~-------------- --------------~
I EXAMPLE.IN6 Save File Name
Quit to DOS I
Main Menu I
FI-Help Alt-X-Exit
262
OUTPUT RESULTS FOR EXAMPLE 6
EXAMPLE 6 ANALYSES RELATED TO DESIGN OF CONCRETE PILES
*************************************************************
ULTIMATE BENDING RESISTANCE AND FLEXURAL RIGIDITY
*************************************************************
DIAMETER = 30.00 IN
CONCRETE COMPRESSIVE STRENGTH = 3.500000 KIP/IN**2
REBAR YIELD STRENGTH = 60.000000 KIP/IN**2
MODULUS OF ELASTICITY OF STEEL = 29000.000000 KIP/IN**2
NUMBER OF REINFORCING BARS = 12
NUMBER OF ROWS OF REINFORCING BARS = 7
COVER THICKNESS =
3.000 IN
SQUASH LOAD CAPACITY =2643.50 KIP
ROW AREA OF DISTANCE TO
NUMBER REINFORCEMENT CENTROIDAL AXIS
IN**2 IN
1 .790000 12.0000
2 1.580000 10.3923
3 1.580000 6.0000
4 1.580000 .0000
5 1.580000 -6.0000
6 1.580000 -10.3923
7 .790000 -12.0000
265
UNITS--ENGL
*************************************************************
PILE DEFLECTION, BENDING MOMENT, SHEAR & SOIL RESISTANCE
*************************************************************
266
PILE LENGTH = 360.00 IN
MODULUS OF ELASTICITY OF PILE
1 SECTION(S)
= .320E+04 KIP/IN**2
SOILS INFORMATION
X-COORDINATE AT THE GROUND SURFACE = .00 IN
SLOPE ANGLE AT THE GROUND SURFACE = .00 DEG.
2 LAYER(S) OF SOIL
LAYER 1
THE LAYER IS A SAND
X AT THE TOP OF THE LAYER = .00 IN
X AT THE BO'rl'OM OF THE LAYER
VARIATION OF SOIL MODULUS, k
=
=
360.00 IN
.900E+02 LBS/IN**3
LAYER 2
THE LAYER IS A STIFF CLAY ABOVE THE WATER TABLE
X AT THE TOP OF THE LAYER = 360.00 IN
X AT THE BOTTOM OF THE LAYER = 540.00 IN
VARIATION OF SOIL MODULUS, k =
.500E+03 LBS/IN**3
267
FINITE DIFFERENCE PARAMETERS
NUMBER OF PILE INCREMENTS = 100
TOLERANCE ON DETERMINATION OF DEFLECTIONS = .100E-04 IN
MAXIMUM NUMBER OF ITERATIONS ALLOWED FOR PILE ANALYSIS = 100
MAXIMUM ALLOWABLE DEFLECTION = .15E+03 IN
INPUT CODES
OUTPT = 1
KCYCL = 1
KBC = 1
KPYOP = 1
INC = 1
UNITS--ENGL
268
DEPTH BELOW GS DIAM PHI GAMMA A B
IN IN LBS/IN**3
60.00 30.00 38.0 .7E-01 1. 48 1.05
Y P
IN LBS/IN
.000 .000
.042 225.000
.083 450.000
.125 675.000
.167 900.000
.208 1125.000
.250 1216.512
.292 1279.527
.333 1336.746
.375 1389.336
.417 1438.131
.458 1483.745
.500 1526.650
1.125 2151.850
31.125 2151.850
61.125 2151.850
91.125 2151.850
269
150.00 30.00 38.0 .7E-01 .88 .50
Y P
IN LBS/IN
.000 .000
.042 562.500
.083 1125.000
.125 1558.341
.167 1856.202
.208 2125.918
.250 2375.137
.292 2608.509
.333 2829.120
.375 3039.150
.417 3240.206
.458 3433.519
.500 3620.052
1.125 6371. 292
31.125 6371. 292
61.125 6371. 292
91.125 6371. 292
***
270
28.80 .805E-Ol .544E+03 .276E+03 .166E+02 .209E+03 .153E+09
32.40 .769E-Ol .603E+03 .298E+03 .159E+02 .224E+03 .153E+09
36.00 .734E-Ol .658E+03 .319E+03 .150E+02 .238E+03 .153E+09
39.60 .700E-Ol .711E+03 .339E+03 .141E+02 .249E+03 .153E+09
43.20 .666E-Ol .761E+03 .358E+03 . 132E+02 .259E+03 .153E+09
46.80 .633E-Ol .807E+03 .375E+03 .123E+02 .266E+03 .153E+09
50.40 .600E-0l .849E+03 .391E+03 .113E+02 . 272E+03 .153E+09
54.00 .568E-Ol .889E+03 .406E+03 .103E+02 .276E+03 .153E+09
57.60 .537E-Ol • 924E+03 .419E+03 .933E+Ol .278E+03 .153E+09
61.20 .507E-0l .956E+03 .431E+03 .833E+Ol .279E+03 .153E+09
64.80 • 477E-Ol .984E+03 .442E+03 .733E+Ol .278E+03 .153E+09
68.40 .448E-Ol .101E+04 .451E+03 .633E+Ol .276E+03 .153E+09
72.00 .421E-Ol .103E+04 .459E+03 .534E+Ol .273E+03 .152E+09
75.60 .394E-Ol .105E+04 .466E+03 .437E+Ol .268E+03 .152E+09
79.20 .368E-Ol .106E+04 . 471E+03 .342E+Ol .262E+03 .152E+09
82.80 .343E-Ol .107E+04 .475E+03 .248E+Ol .255E+03 .152E+09
86.40 .3l8E-Ol .108E+04 .478E+03 .158E+Ol .247E+03 .152E+09
90.00 .295E-Ol .10SE+04 .480E+03 .704E+00 .239E+03 .152E+09
93.60 .273E-Ol .109E+04 .4S0E+03 -.139E+00 .230E+03 .152E+09
97.20 .251E-Ol .108E+04 .4S0E+03 -.94SE+00 .220E+03 .152E+09
100.80 .231E-Ol .10SE+04 .478E+03 -.l72E+Ol .209E+03 .152E+09
104.40 • 211E-Ol .107E+04 .475E+03 -.245E+Ol .19SE+03 .152E+09
10S.00 .192E-Ol .106E+04 . 471E+03 -.3l5E+Ol .lS7E+03 .152E+09
111.60 .174E-Ol .105E+04 .466E+03 -.380E+Ol .175E+03 .152E+09
115.20 .157E-Ol .103E+04 .461E+03 -.441E+Ol .163E+03 .152E+09
l1S.S0 .141E-Ol .102E+04 .455E+03 -.497E+Ol .151E+03 .153E+09
122.40 .126E-Ol .999E+03 .447E+03 -.550E+Ol .139E+03 .153E+09
126.00 • 112E-01 .97SE+03 .440E+03 -.597E+01 .127E+03 .153E+09
129.60 .984E-02 .956E+03 .431E+03 -.641E+Ol • 115E+03 .153E+09
133.20 .S57E-02 .932E+03 .422E+03 -.6S0E+Ol .103E+03 .153E+09
l36.S0 .738E-02 .907E+03 .4l3E+03 -.715E+01 .909E+02 .153E+09
140.40 .627E-02 .SSlE+03 .403E+03 -.745E+Ol .792E+02 .153E+09
144.00 .523E-02 .853E+03 .393E+03 -.772E+01 .67SE+02 .153E+09
147.60 .426E-02 .825E+03 .3S2E+03 -.794E+Ol .566E+02 .153E+09
151. 20 .337E-02 .796E+03 .371E+03 - . 813E+Ol .458E+02 .153E+09
l54.S0 .254E-02 .767E+03 .360E+03 -.827E+01 .354E+02 .153E+09
158.40 .177E-02 .737E+03 .349E+03 -.S38E+Ol • 253E+02 .153E+09
162.00 .107E-02 .706E+03 .337E+03 -.846E+Ol .156E+02 .153E+09
165.60 .430E-03 .676E+03 .326E+03 -.850E+01 .641E+Ol .153E+09
169.20 -.154E-03 • 645E+03 .314E+03 -.850E+01 -.235E+01 .153E+09
172.80 -.684E-03 .6l5E+03 .303E+03 -.848E+01 -.106E+02 .153E+09
176.40 -.116E-02 .5S4E+03 .291E+03 -.S43E+01 -.184E+02 .153E+09
lSO.OO -.159E-02 .554E+03 .2S0E+03 -.835E+01 -.25SE+02 .153E+09
183.60 -.197E-02 .524E+03 .26SE+03 -.S24E+01 -.326E+02 .153E+09
187.20 -.231E-02 .495E+03 • 257E+03 -.811E+01 -.389E+02 .153E+09
190.S0 -.260E-02 . 466E+03 .246E+03 -.796E+01 -.447E+02 .153E+09
194.40 -.286E-02 .437E+03 .236E+03 -.779E+01 -.500E+02 .153E+09
198.00 -.30SE-02 .410E+03 .225E+03 -.760E+01 -.549E+02 .153E+09
201. 60 -.326E-02 .3S3E+03 .215E+03 -.740E+01 -.592E+02 .153E+09
205.20 -.342E-02 • 357E+03 .205E+03 -.718E+01 -.631E+02 .153E+09
20S.80 -.354E-02 .331E+03 .196E+03 -.695E+01 -.665E+02 .153E+09
212.40 -.363E-02 .307E+03 .186E+03 -.670E+01 -.694E+02 .153E+09
271
216.00 -.370E-02 .283E+03 . 177E+03 -.645E+01 -.719E+02 .153E+09
219.60 -.374E-02 .260E+03 .169E+03 -.618E+01 -.740E+02 .153E+09
223.20 -.376E-02 .238E+03 .161E+03 -.592E+01 -.756E+02 .153E+09
226.80 -.376E-02 .218E+03 .153E+03 -.564E+01 -.769E+02 . 153E+09
230.40 -.375E-02 .198E+03 .145E+03 -.536E+01 -.777E+02 .153E+09
234.00 -.371E-02 .179E+03 .138E+03 -.508E+01 -.782E+02 .153E+09
237.60 -.367E-02 .161E+03 . 131E+03 -.480E+01 -.784E+02 .153E+09
241. 20 -.360E-02 .144E+03 .125E+03 -.452E+01 -.782E+02 .153E+09
244.80 -.353E-02 .129E+03 • 119E+03 -.424E+01 -.777E+02 .153E+09
248.40 -.344E-02 • 114E+03 • 114E+03 -.396E+01 -.770E+02 .153E+09
252.00 -.335E-02 .100E+03 .108E+03 -.368E+01 -.759E+02 .153E+09
255.60 -.324E-02 .873E+02 .104E+03 -.341E+01 -.746E+02 .153E+09
259.20 -.313E-02 .755E+02 .992E+02 -.315E+01 -.731E+02 .153E+09
262.80 -.302E-02 .646E+02 .951E+02 -.289E+01 -.713E+02 .153E+09
266.40 -.289E-02 .547E+02 .913E+02 -.263E+01 -.694E+02 .153E+09
270.00 -.277E-02 .456E+02 .879E+02 -.239E+01 -.672E+02 .153E+09
273.60 -.263E-02 .375E+02 . 849E+02 -.215E+01 -.649E+02 . 153E+09
277.20 -.250E-02 .301E+02 .821E+02 -.192E+01 -.624E+02 .153E+09
280.80 -.236E-02 .236E+02 .796E+02 -.170E+01 -.597E+02 .153E+09
284.40 -.222E-02 .179E+02 . 775E+02 -.149E+01 -.569E+02 .153E+09
288.00 -.208E-02 .129E+02 .756E+02 -.129E+01 -.540E+02 .153E+09
291. 60 -.194E-02 .857E+01 .740E+02 -.110E+01 -.510E+02 .153E+09
295.20 -.180E-02 .492E+01 . 726E+02 -.925E+00 -.478E+02 .153E+09
298.80 -.166E-02 .190E+01 .714E+02 -.758E+00 -.445E+02 .153E+09
302.40 -.151E-02 -.552E+00 .709E+02 -.604E+00 -.412E+02 .153E+09
306.00 -.137E-02 -.247E+01 • 717E+02 -'.462E+00 -.378E+02 .153E+09
309.60 -.123E-02 -.389E+01 • 722E+02 -.332E+00 -.342E+02 .153E+09
313.20 -.109E-02 -.487E+01 • 726E+02 -.216E+00 -.306E+02 .153E+09
316.80 -.944E-03 -.546E+01 • 728E+02 -.112E+00 -.269E+02 .153E+09
320.40 -.802E-03 -.570E+01 • 729E+02 -.222E-01 -.231E+02 .153E+09
324.00 -.661E-03 -.563E+01 .728E+02 .542E-01 -.193E+02 .153E+09
327.60 -.521E-03 -.532E+01 .727E+02 • 117E+00 -.154E+02 .153E+09
331. 20 -.381E-03 -.481E+01 • 725E+02 .165E+00 -.113E+02 .153E+09
334.80 -.241E-03 -.415E+01 • 723E+02 • 198E+00 -.726E+01 .153E+09
338.40 -.102E-03 -.340E+01 .720E+02 • 217E+00 -.310E+01 .153E+09
342.00 .374E-04 -.260E+01 • 717E+02 .220E+00 • 115E+01 .153E+09
345.60 .176E-03 -.183E+01 • 714E+02 .208E+00 .548E+01 .153E+09
349.20 .315E-03 -.112E+01 • 711E+02 • 181E+00 .990E+01 .153E+09
352.80 .453E-03 -.539E+00 .709E+02 • 137E+00 .144E+02 .153E+09
356.40 .592E-03 .OOOE+OO .707E+02 .OOOE+OO • 190E+02 .153E+09
360.00 .730E-03 .OOOE+OO .707E+02 .OOOE+OO • 237E+02 .153E+09
COMPUTED LATERAL FORCE AT PILE HEAD = .20000E+02 KIP
COMPUTED MOMENT AT PILE HEAD = .OOOOOE+OO IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.10473E-02
THE OVERALL MOMENT IMBALANCE = -.813E-08 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .129E-06 LBS
OUTPUT SUMMARY
272
PILE HEAD DEFLECTION = .1l0E+00 IN
MAXIMUM BENDING MOMENT = .1l2E+04 IN-KIP
MAXIMUM TOTAL STRESS = .493E+03 LBS/IN**2
NO. OF ITERATIONS = 6
MAXIMUM DEFLECTION ERROR = .461E-07 IN
***
273
75.60 . Sl1E-Ol .lS7E+04 . 777E+03 .172E+Ol .552E+03 .495E+OS
79.20 .729E-Ol .lS7E+04 • 77SE+03 -.205E+00 .520E+03 .494E+OS
S2.S0 .651E-Ol .lS7E+04 . 777E+03 -.201E+Ol .4S5E+03 .495E+OS
S6.40 .579E-Ol .lS6E+04 .773E+03 -.370E+Ol .450E+03 .495E+OS
90.00 .511E-Ol .lS5E+04 .767E+03 -.525E+Ol .414E+03 .496E+OS
93.60 .44SE-Ol .lS2E+04 .759E+03 -.66SE+Ol .37SE+03 .497E+OS
97.20 .390E-Ol .lSOE+04 .749E+03 -.797E+Ol .341E+03 .499E+OS
100.SO .337E-Ol .177E+04 .737E+03 -.9l4E+Ol .305E+03 .501E+OS
104.40 .2SSE-Ol .173E+04 .724E+03 -.102E+02 .270E+03 .503E+OS
10S.00 .243E-Ol .169E+04 .710E+03 - • 111E+02 .236E+03 .506E+OS
111. 60 .203E-Ol .165E+04 .694E+03 - • 119E+02 .204E+03 .509E+OS
115.20 .167E-Ol .161E+04 .67SE+03 -.126E+02 .173E+03 .513E+OS
l1S.SO .135E-Ol .156E+04 .660E+03 - .131E+02 .145E+03 .517E+OS
122.40 .10SE-Ol .151E+04 .642E+03 -.136E+02 .119E+03 .521E+OS
126.00 .S35E-02 .147E+04 .624E+03 -.140E+02 .946E+02 .527E+OS
129.60 .629E-02 .141E+04 .604E+03 -.143E+02 .734E+02 .534E+OS
133.20 .458E-02 .136E+04 .585E+03 -.145E+02 .550E+02 .542E+OS
136.S0 .320E-02 .131E+04 .565E+03 -.147E+02 .394E+02 .152E+09
140.40 .193E-02 .126E+04 .545E+03 -.148E+02 .244E+02 .152E+09
144.00 .765E-03 .120E+04 .525E+03 -.149E+02 .991E+01 .152E+09
147.60 -.297E-03 • 115E+04 .505E+03 -.149E+02 -.395E+01 .152E+09
151. 20 -.126E-02 .110E+04 .484E+03 -.148E+02 -.172E+02 .152E+09
154.80 -.213E-02 .104E+04 .464E+03 -.148E+02 -.297E+02 .152E+09
158.40 -.291E-02 .990E+03 .444E+03 -.146E+02 -.4l5E+02 .152E+09
162.00 -.361E-02 .938E+03 .425E+03 -.145E+02 -.526E+02 .153E+09
165.60 -.423E-02 .886E+03 .405E+03 -.142E+02 -.630E+02 .153E+09
169.20 -.477E-02 .S35E+03 .386E+03 - .140E+02 -.727E+02 .153E+09
172.80 -.524E-02 .7S6E+03 .367E+03 -.137E+02 -.815E+02 .153E+09
176.40 -.565E-02 .737E+03 .349E+03 -.134E+02 -.897E+02 .153E+09
180.00 -.599E-02 • 689E+03 .331E+03 -.131E+02 -.971E+02 .153E+09
lS3.60 -.628E-02 .643E+03 .313E+03 -.127E+02 -.104E+03 .153E+09
187.20 -.651E-02 .597E+03 .296E+03 -.123E+02 -.110E+03 .153E+09
190.80 -.669E-02 .554E+03 • 280E+03 - • 119E+02 -.115E+03 .153E+09
194.40 -.682E-02 • 512E+03 .264E+03 - • 115E+02 -.119E+03 .153E+09
198.00 -.691E-02 • 471E+03 • 248E+03 -.111E+02 -.123E+03 .153E+09
201. 60 -.696E-02 .432E+03 .234E+03 -.106E+02 -.126E+03 .153E+09
205.20 -.697E-02 .394E+03 .219E+03 -.102E+02 -.129E+03 .153E+09
208.80 -.695E-02 .359E+03 .206E+03 -.970E+01 -.131E+03 .153E+09
212.40 -.690E-02 .324E+03 .193E+03 -.923E+01 -.132E+03 .153E+09
216.00 -.6S2E-02 .292E+03 .181E+03 -.875E+01 -.133E+03 .153E+09
219.60 -.672E-02 .261E+03 .169E+03 -.827E+01 -.133E+03 .153E+09
223.20 -.660E-02 .233E+03 .158E+03 -.780E+01 -.132E+03 .153E+09
226.80 -.645E-02 .205E+03 .148E+03 -.732E+01 -.132E+03 .153E+09
230.40 -.629E-02 .180E+03 .139E+03 -.685E+01 -.130E+03 .153E+09
234.00 -.611E-02 .156E+03 .130E+03 -.638E+01 -.129E+03 .153E+09
237.60 -.592E-02 .134E+03 .121E+03 -.592E+01 -.127E+03 .153E+0~
241. 20 -.572E-02 .113E+03 .1l3E+03 -.547E+01 -.124E+03 .153E+09
244.S0 -.551E-02 • 944E+02 .106E+03 -.503E+01 -.121E+03 .153E+09
248.40 -.529E-02 .770E+02 .998E+02 -.460E+01 -.1l8E+03 .153E+09
252.00 -.506E-02 • 612E+02 .938E+02 -.418E+01 -.1l5E+03 .153E+OS
255.60 -.483E-02 .469E+02 .884E+02 -.377E+01 -.1l1E+03 .153E+09
259.20 -.460E-02 .340E+02 .836E+02 -.338E+01 -.107E+03 .153E+09
274
262.80 -.436E-02 .225E+02 .792E+02 -.300E+01 -.103E+03 .153E+09
266.40 -.412E-02 .124E+02 .754E+02 -.264E+01 -.988E+02 .153E+09
270.00 -.388E-02 .353E+01 • 721E+02 -.229E+01 -.943E+02 .153E+09
273.60 -.364E-02 -.412E+01 • 723E+02 -.196E+01 -.896E+02 .153E+09
277.20 -.340E-02 -.106E+02 . 747E+02 -.165E+01 -.848E+02 .153E+09
280.80 -.316E-02 -.160E+02 .768E+02 - .135E+01 -.798E+02 .153E+09
284.40 -.292E-02 -.203E+02 .784E+02 -.107E+01 -.747E+02 .153E+09
288.00 -.268E-02 -.237E+02 .797E+02 -.812E+00 -.695E+02 .153E+09
291.60 -.245E-02 -.262E+02 .806E+02 -.57lE+00 -.642E+02 .153E+09
295.20 -.222E-02 -.279E+02 • 812E+02 -.349E+00 -.589E+02 .153E+09
298.80 -.199E-02 -.287E+02 .816E+02 -.147E+00 -.534E+02 .153E+09
302.40 -.176E-02 -.289E+02 .816E+02 .348E-01 -.478E+02 .153E+09
306.00 -.153E-02 -.285E+02 .815E+02 • 197E+00 -.422E+02 .153E+09
309.60 -.131E-02 -.276E+02 .811E+02 .339E+00 -.365E+02 .153E+09
313.20 -.109E-02 -.261E+02 .806E+02 • 459E+00 -.307E+02 .153E+09
316.80 -.87lE-03 -.243E+02 .799E+02 .559E+00 -.248E+02 .153E+09
320.40 -.654E-03 -.221E+02 .791E+02 .638E+00 -.189E+02 .153E+09
324.00 -.440E-03 -.197E+02 .782E+02 .695E+00 -.128E+02 .153E+09
327.60 -.227E-03 -.17lE+02 • 772E+02 .730E+00 -.670E+01 .153E+09
331. 20 -.161E-04 -.145E+02 .762E+02 .743E+00 -.480E+00 .153E+09
334.80 .194E-03 -.1l8E+02 .752E+02 .734E+00 .584E+01 .153E+09
338.40 .403E-03 -.919E+01 .742E+02 .701E+00 .123E+02 .153E+09
342.00 .611E-03 -.676E+01 .733E+02 .645E+00 • 188E+02 .153E+09
345.60 .819E-03 -.457E+01 • 724E+02 .565E+00 .255E+02 .153E+09
349.20 .103E-02 -.27lE+01 .7l7E+02 .461E+00 .323E+02 .153E+09
352.80 .123E-02 -.127E+01 .7l2E+02 .333E+00 .392E+02 .153E+09
356.40 .144E-02 .OOOE+OO .707E+02 .OOOE+OO .462E+02 .153E+09
360.00 .165E-02 .OOOE+OO .707E+02 .OOOE+OO .534E+02 .153E+09
COMPUTED LATERAL FORCE AT PILE HEAD = .40000E+02 KIP
COMPUTED MOMENT AT PILE HEAD = .OOOOOE+OO IN-KIP
COMPUTED SLOPE AT PILE HEAD = -.37926E-02
THE OVERALL MOMENT IMBALANCE = .5l9E-08 IN-KIP
THE OVERALL LATERAL FORCE IMBALANCE = .885E-07 LBS
OUTPUT SUMMARY
PILE HEAD DEFLECTION = .337E+00 IN
MAXIMUM BENDING MOMENT = .217E+04 IN-KIP
MAXIMUM TOTAL STRESS = .890E+03 LBS/IN**2
NO. OF ITERATIONS = 13
MAXIMUM DEFLECTION ERROR = .435E-05 IN
SUMMARY TAB L E
*************************
LATERAL BOUNDARY AXIAL MAX. MAX.
LOAD CONDITION LOAD YT ST MOMENT STRESS
(KIP) BC2 (KIP) (IN) (IN/IN) (IN-KIP) (LBS/IN**2)
.200E+02 .OOOE+OO .500E+02 .1lOE+OO -.105E-02 .1l2E+04 .493E+03
.400E+02 .OOOE+OO .500E+02 • 337E+OO -.379E-02 • 217E+04 .890E+03
275
Def" lect ion (I nches :)
3.5 ....................................................................
·· ..
4.0 · . .
.....................................................................
· . .
4.5 ·
.... ................... .
: ............................................ .
· ... .
··· . ...
5.0
276
MOMent <: Inch-Kips) (1000's)
: >._-.. : ..---------...~
0.5 ..
.... :....~..~..~ .:.... ~. . . . .... ~~--. r,",<,,~.\...
-',
·
:\
: , )
1.0 .............:......... i.........:.( ...... ~ .. >. .,(:' ...................,
)' :. . . I
l'·.
~
U'I 1.5 .... ,/<,:,,<:'<~. ........ ......... 1
o
o'PI :.....::~:: l' .l
......../ :
..... 2.0 . . .. . ....... .:..... . 'i~::~:'f: ...... ..:... ...... ~ . .. . . . . .. ........ . ....... .
·· IJ.
r. . .
: /': : :
2.5 ........... ··:·t~· ..... :.........:......... :......................... .
rlI : ~. :
3.0 · .
.........................................•.......................... .
· . .
....~
Q. ·· .. .
II 3.5 ••••
· . .
•••••••••••••• •••••••••••••• •••••••••• 1 ••••••••••••••••••••••••••
4.0 · ..
.... ...................•................... ,. ......................... .
" .
4.5 . .
.............:- ........ : ........ -: ......... ; ......................... .
· .
5.0
277
Curvature (0.0001's)
8.0 ............................................................ .
A-
g
•
7.0
..
Q
V
A- 6.0
...:I.:I
I
5.0
&.
.."~ 4.0
3.0
2.0
1.0
0.0
278
"OIWnt (I nch-K ips) (1000's)
18.0
16.0 ··1
"
• i
I.
•••••••.••••••••••••••••••••••••••••••• •••••••••••••••••• 1
1".0
12.0
"
"
..¥•
Ia
10.0
i!
I
til
•
8.0
i
1
. 6.0 ......................... 1
!
.."
1&1 ~~~~~~j:~~~~~~~~~~~.
.. ................. ·:......... ·1i
............................................,........ ....... ........ ....
: I
".0
. I
2.0 .................:........ . .............................................. . ........ !
\ ,
0.0
279
COM624P
LATERALLY LOADED PILE ANALYSIS PROGRAM
FOR THE MICROCOMPUTER
Version 2.0
283
284
Ground Surface
• y
A A
1
xl
I
_1
I
I I
(D)
(b) (c)
285
The left-hand portion of Fig. 1.2 shows the upper portion of
a pile with three p-y curves in conceptual form. The curves are
plotted in the second and fourth quadrants because the soil
response is opposite in sign to pile deflection. The pile is
assumed to be subjected to a lateral load Pt at its top. Dashed
lines are drawn to show the possible deflection of the pile under
two different loadings with the curvature in the deflection being
ignored for ease in presentation. For each of the p-y curves,
dotted lines are drawn to the intersection of the deflection with
the p-y curve. The slope of these dotted lines indicates the
magnitude of the soil modulus Es at each of the particular points
along the pile and at each particular deflection of the pile.
286
E
P 1 2 s
t
x
y , 0 +
\I)
.....
.....
0.
0>
c:
.....0
.-- Loading 1
co
\I)
u
y c: 0 +
co
.....
U)
..-4
Cl
o +
Loading 2
/\
Assumed positjons
of axis of deflected
pile
287
Furthermore, the selection of a point of fixity (such that both
the maximum deflection and the maximum bending both were computed
correctly) would be a virtual impossibility. Thus, no guidelines
can be developed for selecting a point of fixity that would allow
the response of a pile to be computed accurately. This discussion
is for the purpose of reinforcing the desirability of using the p-
y method of analysis as presented herein.
288
Another type of failure can be investigated by COM624P. The
equation that is programmed and described later defines the
behavior of a beam-column so that one of the input parameters is
axial load. Some piles may extend some distance above the
groundline so that buckling may be a problem. The failure of the
pile in buckling can be investigated by holding the factored
lateral load constant and by increasing the axial load in
increments until the deflection becomes excessive. It is important
that the axial load be increased in small increments because the
procedure that is employed behaves erratically at loads above the
buckling load.
NATURE OF LOAD:ING
Static; Loading
289
Cyclic Loading
Sustained Loading
290
into the possible additional, time-related deflection of the pile.
In this connection, some consideration must be given to the time-
related changes in the soil stresses.
291
INTERACTION OF THE PILES WITH THE SUPERSTRUCTURE
292
INFLUENCE OF PILE LENGTH
293
Groundline
Deflection
Crifical Penefration
294
these factors can be seriously in error. Other methods have been
suggested but research has not yet developed sufficient
information to allow an engineer to make a confident prediction.
The behavior of piles in groups is discussed in the two FHWA
publications on laterally loaded piles mentioned earlier (FHWA,
1984; FHWA, 1986).
295
CHAPTER 2. BASIC THEORY OF COMPUTATION
or
297
Ta
'J
+
M
da
1
'J • dy P.
p. -E. 'J
a
298
dM s!Y.
dx + P x dx - Vv = o. (2.2)
dVv = (2.3)
dx O.
d 4y
EI (2.4)
dx 4 '
dVy
= p, and (2.5)
dx
p = -EsY. (2.6)
d 4y d2y
EI dx 4 + Px dx 2 + EsY = O. (2.7)
gy
Because S is usually small, cos S = 1 and sin S = tan S = dx·
Thus, Eq. 2.9 is obtained:
= Vv - P x dx·
s!Y. (2.9)
299
Vn will mostly be used in computations but Vv can be computed from
Eq. 2.9 where dy/dx is equal to the rotation S.
The sign conventions that are employed are shown in Fig. 2.2.
For ease of understanding, the sign conventions are presented for
a beam that is oriented like a pile. A solution of the
differential equation yields values of y as a function of x. A
family of curves can then be obtained as shown in Fig. 2.3 by
using the following basic equations:
d 3y
EI dx 3 = V (2.10 )
d 2y
EI dx 2 = M, and (2.11 )
gy (2.12 )
dx = S,
,where
300
Pb
Load Shear Moment Slope Deflection
Diavram Diavram Diavram Diavram Diaoram
~
_L
~
'f Y
...
4 0 -~ i~
POlitive
Load
---
Politive
Shear
.J
Politive
Moment
It
+
Politive
Slope
Jl
Positive
Deflection
(a) (b) ( c) Cd) (.)
301
V shear,
M = bending moment of the pile, and
S = slope of the elastic curve.
d 2M d 2y
2 + Px 2 + ky - W = 0 (2 • 13)
dx dx
where
302
--------------. Y
Ym+1
303
Rm flexural rigidity at point (m), that is,
Equations 2.14 and 2.15 are substituted for terms in Eq. 2.13
and the resulting equation for Point m along the pile and Eq. 2.17
results.
(2.17)
(~2)
dx 0
= 0, (2.18 )
(2.19)
304
-2
-I
-0
I I
I I
I I
r-I--I
I I
II
LJ-_2
305
For simplicity it is assumed that:
(2.20)
2
P h ) + Y2,
- ~ (2.22)
RO
ao = RO + R1 + kOh4 - 2P x h 2 '
(2.24)
RO + R1
bO = 2 ' and (2.25)
RO + R1 + kOh 4 - 2P x h
(2.26)
306
-2bm-1Rm-1+am-2bm-1Rm-1+2Rm-2bm-1Rm+2Rm+1-Pxh2 (1-b m-1)
cm
(2.28)
= ~ and (2.29)
cm '
where
The top of the pile (m=t) is shown in Fig. 2.6. Four sets of
boundary conditions are considered. These are designated as Cases
1 through 4.
1. The lateral load (Pt) and the moment (Mt) at the top
of the pile are known.
307
r,-t+2
, I
I I
I I
Il-t+1
I I
I I
'-t
-t-I
-t-2
308
Jl = 2hS t , (2.32)
Mt h2
J2 = , (2.33)
Rt
2Pth3
J3 = , (2.34)
Rt
_pxh2
E = (2.36)
Rt
Support for an
overhead sign
arm Yt + 2
/.
Yt + 1
.,
1/
Mmwl-- groundl i ne
Yt
Pt - ......~~ ..t-----~ .. .1
I,
I,
h
Yt - 1
Yt - T
Note: Pt and Mt are known; they are shown in the positive sense in
the sketches.
309
~
2h 3 (Yt-2 - 2Yt-l + 2Yt+l - Yt+2)
~
+ 2h (Yt-l - Yt+l) = Pt, and (2.37)
(2.38)
Yt (2.39)
J2 + GIYt - dt-l
Yt+l = , and (2.40)
G2
Yt+2 =
atYt+l - Yt + dt
, (2.41)
bt
where
(2.42)
+ dt -1 (2 + E - at - 2 ) - dt - 2, (2.43)
(2.44)
= 1 - bt-1, (2.45)
310
(2.46)
.. . ..... .
..' .•....
• :·tJ ....
.'.....
' .. ".
. ......."
'
~
'6: . ~
. . , .'
...:...... :"'"
I.. ,I,
I I
1.1
Yt + 2
Yt + 1
I:...·~·
IV' ."
••• ~
.....
~
v : ,I Yt
I
1
Yt - 1 h
Yt - 2 IT
Note: P and St are known; they are shown in the positive sense.
t
Q4
Yt = Q3'
(2.49)
at-1Yt - Jl + dt-l
Yt+l = G4
, and (2.50)
311
at Yt+l - Yt + dt (2.51)
Yt+2 bt
where
H2 a t-l at a t-l
Q3 = HI + + ...L, (2.52)
G4 bt 4G bt
= 1 + bt-l. (2.54 )
(2.56)
312
Pile extends and
in effect becomes
a column in
1'---- superstructure
Yt + 2
l~
,'
P
groundline t Yt
..L
Yt - 1 h
Yt - 2 T
Note: Pt and Mt/S t are known; they are s.hown in the pas i ti ve
sense in the sketches
1
Yt+2 = bt (atYt+l - Yt + d t ) , (2.58)
where
(2.59)
313
The boundary conditions for Case 4 are shown by the sketches
in Fig. 2.10. The difference equations are given by Eq. 2.38 given
earlier and by Eq. 2.60 given below.
Yt Yt (2 • 60)
Yt + 2
Bridge abutment that
moves laterally Yt + 1
groundline
.l.
h
Pile-head moment is
known; may be zero Yt - 2 T
314
CHAPTER 3. SO:!L RESPONSE CURVES (p-y CURVES)
:!NTRODUCT:!ON
The three factors that have the most influence on a p-y curve
are the soil properties, the pile geometry, and the nature of
loading. The correlations that have been developed for predicting
soil response have been based on the best estimate of the
properties of the in-situ soil with no adjustment for the effects
on soil properties of the method of installation. The logic
supporting this approach is that the effects of pile installation
on soil properties are principally confined to a zone of soil
close to the pile wall, while a mass of soil of several diameters
from the pile is stressed as lateral deflection occurs. There are
instances, of course, where the method of pile installation must
be considered; for example, if a pile is jetted into place, a
considerable volume of soil could be removed with a significant
effect on the soil response.
315
curves include a term for the diameter of the pile; if the cross
section of the pile is not circular, the width of the pile
perpendicular to the direction of loading is usually taken as the
diameter.
where
316
x
H
.
~/
b A
( a)
(b)
317
The angle a is taken as 45 degrees and K is assumed equal to zero.
Differentiation of the resulting expression with respect to H
yields an expression for the ultimate soil resistance as follows.
(3.2)
11cb. (3.3)
The soil model for computing the ultimate resistance near the
ground surface is shown in Fig. 3.3a (Reese, Cox, and Koop, 1974).
The total lateral force Fpt (Fig. 3. 3c) may be computed by
subtracting the active force Fa' computed using Rankine theory,
from the passive force Fp, computed from the model. The force Fp
is computed by assuming that the Mohr-Coulomb failure condition is
satisfied on planes ADE, BCF, and AEFB. The directions of the
forces are shown in Fig. 3.3b. No frictional force is assumed to
318
r °5
•
, °2
t I c I t
-- I I
°4 ~ 4 .... 4 1"4
3
°3
-+ .L
I
.:. -+ ~ °3
°5 I c I
--~-T
f I
,...I
b 5
°6 I
I
1 -.
- °1
T
t ..
MOVEMENT
(a)
~
c
°
t I..
2c
°5 °6
.1
I.. ~
° 6 - °1
0:::
lOc
(b)
cb
2
~
cb
2
(c)
Figure 3.2. Assumed lateral flow-around type of failure for clay:
(a) section through pile (b) Mohr-Coulomb diagram
(c) forces acting on Pile 4.5.
319
B
Direction of
Pile Movement
(a)
Pile of Diameter b
Fp
I
F
FP --~.. ....l>l.. ....f - - - - F
a
(b)
(c)
320
be acting on the face of the pile. The equation for Fpt is as
follows:
where
Bowman (1958) suggested values of a from ~/3 to ~/2 for loose sand
and up to ~ for dense sand. The value of ~ is approximated as
follows:
~= 45 + ~ (3.6)
321
..
f t
MOVEMENT
(a)
(b)
Figure 3.4. Assumed mode of soil failure by lateral flow around the
pile: (a) section through the pile (b) Mohr-Coulomb diagram
representing states of stress of soil flowing around a pile.
322
slumping. This assumption is based on two-dimensional behavior,
of course, and is subject to some uncertainty. However, the
assumption should be adequate for the present purpose. Assuming
the states of stress shown in Fig. 3. 4b, the ultimate soil
resistance for horizontal flow around the pile is
(3.7)
Field Experimepts
323
of about 800 lb/ft2. The pile was recovered, taken to Sabine
Pass, Texas,
and driven into clay with a shear strength that
averaged about 300 lb/ft 2 in the significant upper zone.
Pu (3.8)
Pu = 9cb (3.9)
where
324
1.0
l 0.5
~~)= 0.5 (#SO)~
Pu
I
,
I
I
0
o 1.0 8.0 (a)
.L
YSO
1.0
For x ~ xr, (depth where flow
I around failure governs)
0.72
l 0.5
Pu
I x
I lao 72 xr
0
I (b)
0 1 3 15
.L
Y50
Figure 3.5. Characteristic shapes of the p-y curves for soft clay
below water surface: (a) static loading (b) cyclic loading
(after Matlock, 1970).
325
x = depth from ground surface to p-y curve,
b = width of pile.
1
L
Pu
o. 5 (-.::L)
Y50
"3 (3.11)
326
6cb
(3.12)
(jib + Jc)
4 If the depth to the p-y curve is less than x r ' then the
value of p decreases from O. 72pu at y = 3Y50 to the
value given by the following expression at y = 15Y50.
p = O. 72pu (~)
xr
(3.13)
327
Tests must also be performed to determine the unit weight of
the soil.
Field Experiments
328
STATIC
P - O.OSSPc
offset
• _ O.062Spc
III
U
c: YS O
...
."
III
....III
:!
....o
~
en
~SO - EsOb
I
I
I
I
I
o
Deflection, y (in.)
329
A
330
5. Establish the initial straight-line portion of the p-y
curve,
p = (kx)y (3.16)
0,5-1
*The average shear strength should be computed from the shear strength of the
soil to a depth of 5 pile diameters. It should be defined as half the total
maximum principal stress difference in an unconsolidated undrained triaxial
test.
0,5-1
331
7. Establish the first parabolic portion of the P-Y curve,
using the following equation and obtaining Pc from Eqs.
3.14 or 3.1S.
P = 0.SPc( 6A s)
o. S - 0.411pc -
0.062S
Pc (y-6A s YSO)'
YSO
(3.20)
(3.21)
332
Equation 3.22 should define the portion of the p-y
curve from the point where y is equal to 18As Y50 and for
all larger values of Y (see following note) .
Note: The step-by-step procedure is outlined, and Fig.
3.6 is drawn, as if there is an intersection between
Eqs. 3.16 and 3.18. However, there may be no
intersection of Eq. 3.16 with any of the other equations
defining the p-y curve. Equation 3.16 defines the p-y
curve until it intersects with one of the other
equations or, if no intersection occurs, Eq. 3.16
defines the complete p-y curve.
p = A"pc [1 - Y - 0.45 Yp
0.45 Yp
2.5].
(3.24)
333
CYCLIC
.:
... Acl' c
.....
~
~
......
.
1:1-
CII
u 0. 085P c
C E
...
II se:
...
Il Y50
"
~
...
~
0
III
o 1.8yp
Deflee:tion, y (in.)
334
0.085
p = O. 936 Acp c - Pc (y - O. 6 yp) . (3.25)
Y50
335
Response of Stiff Clay above the Water Table
Field Experiments
336
Figure 3.9. Characteristic shape of p-y curve for static loading in
stiff clay above water surface (after Welch and Reese, 1972).
337
4. Points describing the p-y curve may be computed from the
relationship below .
..1L (3.27)
Pu
(3.28)
where
338
Yc '"' Ys + Y50 . C •
log N3
Yc = Ys + YSO • C • I
I
I logN 2
I I
Yc '"' Ys + Yso . c I
I I
1
p
'. I
I
I
I
I I
I I
16ySO 16ySO 50
Yc • + + +
9. 6 (Y )logN1 9.6 (YSO)logN2 9.6(y )log N3
50 50
339
Yso deflection under short-term static load at one-
half the ultimate resistance, and
Field Experiments
340
pipe, and were subjected to lateral loading. The embedded length
of the piles was 69 feet. One of the piles was subjected to
short-term loading and the other to repeated loading.
The soil at the site was a uniformly graded, fine sand with
an angle of internal friction of 39 degrees. The submerged unit
weight was 66 lb/ft 3 . The water surface was maintained a few
inches above the mudline throughout the test program.
For the sand below the water table, the submerged unit
weight l' should be used.
341
X=X2
P p u ___ u
X=XI
m
Yu
Ym I
I I
I I
I I
I
I I
I X-O
I
b/60 3b/80
y
342
4. In making the computations in Step 3, find the depth Xt
at which there is an intersection at Eqs. 3.31 and 3.32.
Above this depth use Eq. 3.31. Below this depth use Eq.
3.32.
5. Select a depth at which a p-y curve is desired.
6. Establish Yu as 3b/SO. Compute Pu by the following
equation:
p = (kx)y. (3.35)
343
A
o 1.0 2.0
AC (CYCLIC)
1.0
A (STATIC)
s
2.0
x 3.0
b
4.0
x
b '> 5. 0 • 7:-0. 88
5.0
344
B
o
1.0
2.0
x
b 3.0
4.0
I x
'> 5.0, Bc - 0.55
5.0
I b
Bs - 0.5
I
I
6.0
I
345
TABLE 3.4. REPRESENTATIVE VALUES OF k FOR SUBMERGED SAND
(Static and Cyclic Loading)
p = C Y lin (3.36)
Pu - Pm
m = (3.37)
Yu - Ym
(3.38)
C _ Pm
(3.39)
Yrn 1/n '
346
d. Determine point k as,
Yk = (C)
-kx
n/n-1
. (3.40)
347
experiments should be useful as a check of solutions made using
results from the test program using full-scale piles.
rie1d Experiments
348
pulled until failure occurred and the grout was examined to see
that failure occurred at the interface of the grout and limestone.
Tests were performed at three borings and the following results
were obtained, in T/sq ft; depth into limestone from 2.5 to 5 ft,
23.8, 13.7, and 12.0; depth into limestone from 8 to 10 ft, 18.2,
21.7, and 26.5; depth into limestone from 18 to 20 ft, 13.7 and
10.7. The average of the eight tests was 16.3 T/sq feet.
However, the rock was stronger in the zone where the deflections
of the drilled shaft were most significant and a shear strength of
18 T/sq ft was selected for correlation.
A single p-y curve, shown in Fig. 3.14, was proposed for the
design of piles under lateral loading in the Florida Keys. Data
are insufficient to indicate a family of curves to reflect any
increased resistance of the rock.
349
~ Pe,form proof .... If dlralcllon
I I. In thll ranOI
I 'ull ab ' .. - -
I
..
Assumt b,lttll fracture
In thl. ranOI
I
IIE. a2000· u
I
I
,
'. -0.0004'
350
The p-y curve shown in Fig. 3.14 should be employed with
considerable caution because of the limited amount of experimental
data and because of the great variability in rock. The behavior
of rock at a site could be very well controlled by joints, cracks,
and secondary structure of rock and not by the strength of intact
specimens.
There are numerous cases where the soil near the ground
surface is not homogeneous but is layered. If the layers are in
the zone where the soil would move up and out as a wedge, some
modification is plainly needed in order to compute the ultimate
soil resistance Pu' and consequently modifications are needed in
the p-y curves.
Method of Georgiadi.
351
the upper layer and equating that value to the summation as if the
upper layer had been composed of the same material as in the
second layer. The values of Pu are computed according to the
equations given earlier. Thus, the following two equations are
solved simultaneously for H2:
(3.42)
The equivalent thickness H2 of the upper layer along with the soil
properties of the second layer, are used to compute the p-y curves
for the second layer.
Four p-y curves for the case of layered soil are shown in
,Fig. 3.16. The curve at a depth of 36 ins falls in the upper zone
of soft clay; the curve for the depth of 72 ins falls in the sand
352
Depth, in.
f W.T.
------~r_T_----------------~~
c = 500 psf
Soft Clay
68 £50 = 0.02
y' = 50 pef
-------
52 Loose Sand ~ = 30 deg
y' = 50 pcf
--------
c = 2000 psf
£50 = 0.005
Stiff Clay
y' = 60 pef
k = 750 pci
240
Static Loading
24"
H
Figure 3.15. Example problem for soil response for layered soils.
353
Stiff Clay
x = 288 in.
--.
c:
___---- Sti ff C1 ay
x = 144 in.
--
' --
J:)
~ ___________________ Sand
x = 72 in.
~ _____----------------------------SOft Clay
~ x = 36 in.
o 1.0 2.0
y (in.)
354
just below the soft clay; and the curve for depths of 144 ins and
228 ins in the lower zone of stiff clay.
An equivalent depth of stiff clay was found such that the sum
of the ultimate soil resistance for the stiff clay is equal to the
sum of the ultimate soil resistance of the loose sand and soft
clay. That equivalent depth was found to be 45 ins and is
indicated in Fig. 3.17. Thus, the depths to the two p-y curves in
the stiff clay are assumed to be 69 ins and 213 ins rather than
the actual depths of 144 ins and 288 ins (the actual thickness of
120 ins of the two upper-layers was reduced to 45 ins, a reduction
of 75 inches.)
355
Depth, ; n. Sum of ultimate soil resistance x 10 4(lbS)
o , 1 2 3 4 5 6
~
~
~
~
Soft A ~ XEQ = 74 in.
Clay 36 ~
in.
68
- B
Loose
.....-......-.
...... .....-.
.....-. ......
T
XEQ = 45 in •
Sand
.....-. .....
120
- - - - - -...........
Stiff C 144 in.
Clay
in. in.
A 36
B 72 78
C 144 69
D 288 213
D 288 in.
360 i n . - - -
356
the pile. Furthermore, in the stiff-clay experiment where free
water was present, the free water moved upward along the face of
the pile with each cycle of loading. The presence of soft clay
and sand to a depth of 10 ft above the stiff clay is believed to
suppress the hydraulic action of free water even though the sand
did not serve to close the potential gaps in the stiff clay.
iptroduction
357
(3.2)
1
(3.43)
1 + tan 9·
cos 9
= (2c a b + 'YbH + 2.83 ca H ) ..J2cos (450 + 9)
(3.44)
where
b pile diameter,
A comparison of Eqs. 3.43 and 3.44 shows that the equations are
'identical except for the terms at the right side of the
358
P
t ----tl~__,
359
parenthesis. If 9 is equal to zero, the equations become equal to
the original equation.
The ultimate soil resistance near the ground surface for sand
where the pile was installed in ground with a horizontal slope is:
= [KOH tancpsinf3
yH tan (f3-cp) cosa
tanf3 ( 2 )
tan (f3-CP) bD2 + H tanf3 tana D2 +
(3.45)
where
tanf3 tan9
= (3.46)
tanf3 tan9 + l'
360
°2 = 1 - °1' and (3.47)
cosl3 - ~ cos213-cos2~
Ka = cosl3 (3.48)
cosl3 + " cos213-cos2~
(13 is defined in Fig. 3.3)
= YH [ KoH tan~sinl3
(40 3 _
tan (13-~) cosa 3
tanl3 ( 2 )
tan (13-~) b04 + H tanl3 tana 04 +
(3.49)
where
tan13tan9
= and (3.50)
1 - tanl3tan9'
= 1 + 03. (3.51)
361
CHAPTER 4. COMPUTATION OF ULTIMATE MOMENT AND
FLEXURAL RIGIDITY OF PILE
INTRODUCTION
ARR1isation
363
364
1rc
365
E E
fc = f"c [2- - (-) 2] (4.2)
EO EO
f'
~
EO = 1.7 (4.5)
Ec
where
Figure 4.2 shows the stress-strain (a-E) curve for steel and,
as may be seen, there is no limit to the amount of plastic
deformation. The curves for tension and compression are
identical. The yield strength of the steel fy is selected
according to the material being used, and the following equations
apply.
(4.6)
The models and the equations shown here are employed in the
derivations that are shown subsequently.
366
£
367
CROSS SECTIONS THAT CAN BE ANALYZED
COMPUTATION PROCEDURE
which the member is subjected, but there are situations where both
368
This variation is most pronounced in reinforced concrete
6
Ex == dx (4.8)
where
369
Figure 4.3. Element from a beam with an unloaded shape of abed.
370
From similar triangles
(4.9)
where
~
Ex - (4.10)
P
ax
Ex - E (4.11)
where
E - Young's modulus.
Therefore
ax - (4.12)
MIl (4 .13)
ax - I
where
371
M = applied moment, and
MI1
-=
E11
I
(4.14)
P
1:l = 1. (4.15)
EI p
_1_ de
= dx (4.16)
p
EI = M (4.17)
cP
A.
Also, because A. = 11 de and Ex = dx then,
EX = cP 11 (4.18)
axis. The strain at points along the depth of the beam can be
372
computed by use of Eq. 4.18, which in turn will lead to the forces
that the stress-strain curves for concrete and steel are as shown
in Figs. 4.1 and -4.2.
the equations. Then, the value of EI is found from Eq. 4.10. The
373
EXAMPLE CALCULATION BY BAND
Step 1
Strains:
At top fiber of concrete: (.0001) (9.2) = .00092
Forces:
Concrete: [( .00092) (4000/2)] [(20) (9.2)] = 338 kips comp
374
20·
=r
3~
0 0
&- C
ge
~
0
10·& BARS
3"
375
Step 2
+4,033 in-kips.
Trial 1
c = 9 inches.
Strains:
376
Trial 2
c = 9.2 inches.
377
CHAPTER 5. VERIFICATION OF ACCURACY OF SOLUTION
379
Preceding page blank
Nevertheless, the verification of the output for any problem should
be viewed as an integral part of using the program.
SIGNIFICANT FIGURES
380
The first step in the selection of the increment is to
eliminate the lower portion of a pile where there may be several
points of zero deflection. As discussed earlier, the groundline
deflection and the maximum bending moment are unaffected if the
length of a pile extends so that there are at least two points of
zero deflection at the bottom of the pile.
381
7.5 0.58
7.4 0.57
7.3 0.56
\D
0
., >C
7.2 0.55
"";'
c C 0.54
,,
7.1
. >C
.... I
,
>,
'" 7.0 0.53 I
zE ,
, Yt
6.9 0.52 ~,
6~ M~x
6.8 0.51 .... ---- -o---..o---~------o-------.()
6.7 0.50
50 100 150 200 250
No. of increments
382
CHECK OF ECHO-PRINT
The next step in the check is to read off the tabulated value
of deflection from a table of output for one of the p-y curves.
With that value of deflection as an argument, the p-y curve is
consulted and the soil resistance corresponding to the deflection
is interpolated. The soil resistance should agree closely with the
value tabulated in the output. In this connection, the point
should be made that the equations for the p-y curves are employed
for every point that a soil resistance is needed as the computer is
doing the internal computations; however, the soil resistances that
are output for a p-y curve are for discrete deflections. Therefore,
the interpolation mentioned above could be very slightly in error.
383
tabulated. The deflection was checked at which the soil resistance
became constant, or 16 Y50. The value of Y50 was computed to be
0.257 in and 16 Y50 was computed to be 4.12 inches. This value
agrees with the tabulated values.
CHECK OF MECHANICS
384
to obtain a concentrated load that is equivalent to the distributed
load. The equilibrium of the pile in shear can then be checked.
If the pile is subjected to an axial load, the computation will
have some error, but the engineer can reach a reasonable conclusion
about the accuracy of the computer results.
Check of peflection
385
P.I~/ln
200 100 0 100 200 300
20,OOOIb
T
55 in.
50 ~
.5 30,400lb
144 in.
~
Q.
CD
Q
100
147 in .
13,900lb
..
81 in.
1 200lb
",9001b
250
300
386
values of shear are zero, and the soil resistance must be zero
where the deflection is zero.
387
with COM624P. If such a procedure were to be implemented, the
review should probably be delayed until the computations had been
completed for a particular design.
CONCLUDING COMMENT
388
CHAPTER 6. FULL-SCALE TESTING OF PILES
INTRODUCTION
389
loading. Thirdly, in some cases a valuable contribution to the
technical literature can be made.
390
location of the test pile. In general, the test location should
be where the soil profile reveals the weakest condition. In
evaluating a soil profile, the soils from the ground surface to a
depth equal to five to ten pile diameters are of principal
importance. I f designed on the basis of the results from the
weakest soil, the piles at other places on the construction site
should behave more favorably than the test pile.
The position of the water table and the moisture content are
also important if the soil at the test site is granular. Partial
saturation of sand will result in an apparent cohesion that will
not be present if the sand dries or if it becomes submerged.
391
results of the lateral-load experiments. Those recommendations
make use of the soil parameters of significance.
392
The selection of the test pile for the case of complete
instrumentation involves a considerable amount of preliminary
analysis. Factors to be considered are: the pile diameter for
which the soil response is desired, the soil conditions, the kind
of instrumentation to be employed for determining bending moment
along the length of the pile, the method of installing
instrumentation in the pile, the magnitude of the desired ground-
line deflection, and the nature of the loading.
393
The influence of the installation procedures on the soil
properties should be investigated if possible. However, almost
any testing technique prior to the loading would cause soil
disturbance and would be undesirable. Some non-intrusive methods
are available, based on the use of dynamic methods, that can be
considered.
TESTING PROCEDURES
394
loading may be desirable. A load can be applied, readings taken,
and the same load can be reapplied a number of times with readings
taken after specific numbers of cycles. Then, a larger load is
applied and the procedure repeated. The assumption is made that
the readings for the first application at a larger load are
unaffected by the repetitions of a smaller load. While that
important assumption may not be strictly true, errors are on the
conservative side.
395
The testing of battered piles is mentioned in ASTM D 3966-81
(also see FHWA-IP-84-11, Appendix 8). The analysis of a pile
group, some of which are batter piles, is discussed in the
technical literature. In such analyses, information is required
on the behavior of battered piles under a load that is normal to
the axis of the pile. Unless the batter is large, the behavior of
battered and vertical piles under this normal load (lateral load)
is similar. For large batter, an approximate solution is given in
FHWA-IP-84-11 (page 300).
396
that a pile cap not be used in the testing program or, if used,
that the cap not be placed against the soil.
397
that soil properties are well known. The soil properties near the
ground surface are especially important.
Pre1iminary Computations
After the type and size of pile has been selected for
testing, preliminary computations should be made using the
computer code described herein. The computations should
anticipate that the pile head should be free to rotate and that
the shear should be applied near the ground surface. Analyses
should be done using p-y curves for both static and repeated
loading. Curves showing pile-head deflection and pile-head
rotation should be developed for a range of loading up to the
point where the ultimate moment is developed.
398
be employed, the lateral loading should have been stopped before
the pile was damaged.
Pi1. Xnsta11atipp
Lpadipg Arrapga.apt
399
Drawings of two two-pile arrangements are shown in Figs. 6.2
and 6.3. In both instances the pile head is free to rotate and
the loads are applied as near the ground surface as convenient.
In both instances free water should be maintained above the ground
surface, if that situation can exist during the life of the
structure.
400
Three-dimensional
\Wivel
f
Load cell
iA\: 7::<':'
(a)
-4------
(b)
401
The most convenient way to apply the lateral load is to
employ a hydraulic ram with hydraulic pressure developed by an
air-operated or electricity-operated pump. The capacity of a ram
is computed by multiplying the piston area by the maximum
pressure. Some rams, of course, are double acting and can apply a
forward or reverse load on the test pile or piles. The
preliminary computations should ensure that the capacity and the
travel of the piston are ample.
402
may require that the points of load application be adjustable in
order to prevent torsional loading of the piles.
Instrumentation
Dial gauge or
electronic device
Hydraulic
ram and
load cell
403
Analternate or redundant method of obtaining the pile-head
rotation is shown in Fig. 6.5. A sensitive bubble for leveling a
bar is attached as shown. A micrometer is fixed to one end of the
bar and a hardened point to the other. A sturdy bracket is
attached to the pile, or to an extension of the pile, at a
convenient distance above the point of load application. Readings
of the micrometer when the instrument is carefully leveled for
each load will allow pile-head rotation to be computed.
Micrometer
( fsensitive level bubble
Pile
"-Bracket
The motion of the pile head can be measured with dial gauges,
but a more convenient way is to employ electronic gauges. In
either case, gauges with sufficient travel should be obtained or
difficulty will be encountered during the test program. Two types
of electronic motion transducers are in common use: linear
potentiometers or LVDT's (linear variable differential
transformers) . The LVDT may have a longer life than the
differential potentiometers; in either case the motion transducer
should be attached so that there is no binding as the motion rod
moves in and out.
404
Two other comments about instrumentation are important. The
verification of the output of each instrument should be an
important step in the testing program. Also, the instruments
should be checked for temperature sensitivity. In some cases it
may be necessary to perform tests at night or to protect the
various instruments from all but minor changes in temperature.
Interpretation of nata
Example Computations
405
site was a soft-to-medium, intact, silty clay. The natural
moisture content of the clay varied from 35 to 46 percent in the
upper 10 ft of soil. The undrained shear strength, shown in Fig.
6.6, was obtained from triaxial tests. The unit weight of the
soil was 110 Ib/ft 3 above the water table and 48 Ib/ft 3 below the
water table.
1ft
Ground Surface
6ft lOin
I...I---",-G..-. W. T.
~ Soil Properties
De p t h = 0 - 115 ft
c = 600 Ib/sQ ft
E 50 = 1%
Y = 110 Ib/cu ft
406
Pult
lit 20
Co
.lII:
Computer 2 /
c =887 Iblft /
"'"
Cl. - E5cfO.9%1
\1/ D Computer
c= 600 Ib/sq ft
o Measured
~
0 ESO= 1°10
0
...J (j
/
10
...0
CD
/
0
f/)
...J
I
o 2 4 6 8 10 12
Groundline Deflection, Yt ' in.
407
Two other factors must also be considered in design. These
are: the nature of the loading and the spacing of the piles. The
experiment employed short-term loading; if the loading on the
production piles is to be different, an appropriate adjustment
must be made in the p-y curves. Also, if the production piles are
to be in a closely-spaced group, consideration must be given to
pile-soil-pile interaction.
Preliminary Computations
408
The preliminary computations also allow the selection of the
kind of internal instrumentation that is to be employed and a
detailed design of the instrumentation is then made. Electrical-
resistance strain gauges are frequently employed to read strains
in the pile material. The test pile can be calibrated by
supporting the pile as a beam, applying known measurements at
positions of strain gauges, and reading the output of each gauging
point. If a drilled shaft is employed in the test, an
instrumented pipe can be cast along the axis of the shaft and
calibration can be done after the test is over by removing soil
around the pile to as great a depth as possible and reloading the
pile (Welch and Reese, 1972).
Instrumentation
409
installation of the internal instrumentation should follow a
careful study of available methods.
410
site and should further serve to predict the behavior of piles of
different geometry at the test site and at other sites where the
soils are similar. The predictive equations will be valid, of
course, only for the kind of loading employed at the test site.
411
The piles were calibrated in the laboratory prior to
installation. The experimental p-y curves that were obtained from
the testing program form the basis of recommendations that are
widely used for the design of piles in sand under lateral loading.
412
could be obtained with least-squares using a 7-degree polynominal.
The values of deflection (y) and soil resistance (p) were obtained
at various points along the drilled shaft by using the following
equations.
y II (M/EI) dx 6.1
6.2
The resulting p-y curves for the depth of 37.5 in below the
groundline are shown in Fig. 6.8. The curves illustrate the
effect of cyclic loading. The soil resistance is decreased or the
deflections are increased with cyclic loading. The authors
decided to take cyclic loading into account by increasing the
computed deflection for static loading by an increment that takes
into account the stress level and the number of cycles (Welch and
Reese, 1972). The resulting equations are implemented in the
recommendations for p-y curves that are shown earlier in this
document.
CONCLUDING COMMENTS
413
-1000
o ==------
-800
£:
..... Depth = 37.5 in
.e
Q.
c-600
.2
gQ) • 1st load Application
0::
o 2nd Load Application
'0 • 3rd Load Application
(f) -400
• 10th Load Application
-200
414
The performance of tests of piles with internal
instrumentation can well be justified at the site of a major
project, especially if the current methods of predicting p-y
curves are not exactly applicable to the soil, pile, and loading
to be employed at the site. In addition to getting data for the
design of a particular project, data will be obtained for use at
similar sites. Also, a contribution can be made to the
engineering profession.
415
CHAPTER 7. SUGGESTIONS FOR DESIGN
417
Preceding page blank
SELECTING AN APPROPRIATE MODEL FOR A PILE
With regard to the axial load and bending moment that will
result in the formation of a plastic hinge, formulas are available
for steel piles. However, a computer program is desirable for the
determination of the ultimate moment for a reinforced-concrete
pile. The bending stiffness, EI, of the reinforced-concrete pile
will vary with the loading. Thus, the output from the computer
will enable the engineer to select the EI to agree with the
bending moment when modeling the pile.
418
If the above assumption is valid, the behavior of a pile
under axial load and under lateral load can be solved
independently. However, in computing axial load of a pile in clay
by use of soil properties, the engineer could decide to eliminate
the clay from the first point of zero lateral deflection to the
groundline in computing the axial load. The clay can be molded
away by lateral deflection and lose at least some of it ability to
transfer axial load.
419
CASE STUDIES
FIELD TESTS
420
A desirable testing technique is to test two identical piles
simultaneously by jacking them apart or pulling them together
(FHWA, 1984, pp. 169-175). The difference in the response of the
two piles will give the engineer some idea of the amount of
variability that could be expected with the production piles.
TECHNICAL ADVANCES
421
COM624P
LATERALLY LOADED PILE ANALYSIS PROGRAM
FOR THE MICROCOMPUTER
Version 2.0
425
426
CHAPTER 2. SYSTEM DESCRIPTION
SYSTEM APPLICATION
SYSTEM ENVIRONMENT
Hardware ReQuiremepts
The system was developed for the IBM-XT and the IBM-AT
machines or for any other microcomputer that is compatible with
those IBM machines. The microcomputer should have at least 256k
of RAM memory. A high-speed, floating-point math coprocessor is
highly recommended but it is not required.
Software ReQuirements
427
SYSTEM
LATERALLY-LOADED PILE
ANALYSIS
428
compiler in compliance with ANSI FORTRAN 77 is required to compile
the program if any modifications are made in the future.
COMMtJNXCA'l'XONS
XN'l'ERFACES
SECtJRX'l'Y
429
COM624P
LATERALLY LOADED PILE ANALYSIS PROGRAM
I'OR THE MICROCOMPUTER
V.raion 2.0
References
433
Preceding page blank
GIeser, S. M., "Lateral Load Tests on Vertical Fixed-Head and
Free-Head Piles," Symposium on Lateral Load Tests on Piles,
ASTM Special Technical Publication No. 154, pp. 75-101.
434
Reese, L. C., W. R. Cox, and F. D. Koop, "Field Testing and
Analysis of Laterally Loaded Piles in Stiff Clay," Paper No.
OTC 2312, Proceedings, Seventh Offshore Technology
Conference, Houston, Texas, 1975.
Reese, L. C. and K. J. Nyman, "Field Load Tests of Instrumented
Drilled Shafts at Islamorada, Florida," a report to Girdler
Foundation and Exploration Corporation, Clearwater, Florida,
February, 1978.
435
APPENDIX A
LlNE-BY-LlNE INPUT GUIDE FOR BATCH FILE
437
Preceding page blank
LINE-BY-LINE INPUT GUIDI: FOR BATCH FILl:
The free-field format is used for all the data entry. Each
line can have a maximum of 80 characters. The variables can be
separated by either a space or a comma. It is recommended that
the user follow the line arrangement described later in entering
the data.
1. Title Line
Number of lines: 1
Explanation:
Number of lines: 1
Explanation:
439
Number of lines: 1
Explanation:
Number of lines: 1
Explanation:
5. Geometry Line
Number of lines: 1
Explanation:
440
XGS = depth below top of pile to ground surface (L), and
SLOPE = slope angle of ground surface to horizontal plane
(degrees) .
6. Output Control Line
Number of lines: 1
Explanation:
Number of lines: 1
Explanation:
441
8. Bup Coptrol Lipe
Number of lines: 1
Explanation:
9. Distributed Loads
Omit if NW = 0
Number of lines: NW
Explanation:
Explanation:
442
DIAM diameter of pile corresponding to XDAIM (L). For
non-circular cross sections, use of minimum width
will produce conservative results,
MINERT = moment of inertia of pile cross sections (L4), and
AREA cross-sectional area of pile (L2). If left blank,
program will compute area assuming a pipe section.
Number of Lines: NL
Explanation:
443
12. gnit Weight Line
Explanation:
The first depth (XGl (1» must not be greater that the x-
coordinate of the ground surface and the last depth (XGl (NG1) )
must not be less than the length of the pile. The program
interpolates linearly between points on the XG1 - GAMl curve to
determine effective unit weight of soil at a particular depth.
The data must be arranged with ascending values of XGl.
Explanation:
444
14. Contro1 Line for :Input of p-y Curves
Number of lines: 1
Explanation:
Variables: XPY(I)
Number of lines: 1
Explanation:
Omit if NPY = 0
DO 30 1=1, NPY
READ (5,10), XPY(I)
10 FORMAT (010.3)
READ (5,20), (YP(I,J), PP(I,J),J=l,NPPY)
20 FORMAT (2010.3)
30 CONTINUE
445
The program interpolates linearly between points on a p-y
curve and between p-y curves. The program uses the deepest p-y
curve available for any nodes that extend below the depth of the
deepest p-y curve.
Variable: NN
Number of lines: 1
Explanation:
Number of lines: NN
Explanation:
Variables: LOAD
Number of lines: 1
Explanation:
446
20. Line to Establish Loads on Pile Head
Explanation:
Variables: 10, NP
Number of lines: 1
Explanation:
22 . Axial Lgads
Variables: P(l)
Number of lines: NP
Explanation:
447
P = axial load (kN). The total number of axial loads
per run is limited to 10
Number of lines: 1
Explanation:
Number of lines: 1
Explanation:
Number of lines: 1
Explanation:
448
NBARS = number of reinforcing bars,
NROWS = number of rows of reinforcing bars,
(a number not exceeding 50), and,
COVER = cover of rebar, from center of rebar to outer edge
of concrete (m).
Number of lines: NP
Explanation:
449
APPENDIX B
by
Christopher Dumas, P. E.
Hydraulics & Geotech Branch
FHWA Headquarters Bridge Division
451
TASK VI. Based on the analysis results from TASKS I through V, choose
the final foundation configuration, shaft/pile diameter, and
shaft/pile length.
453
Identify design loading requirements (axial, lateral and bending moments) and
performance criteria for routine AASHTO loading combinations (Table
3.22.1A), and special design events such as ship impact and seismic loading.
It is essential the foundation designer be positive as to whether the supplied
combination loads are load factor design (LFD) values or service load values.
454
- - - - - - - - - Hydraulics & Geotech Branch ofFHWA Headquarters Bridge Division - - - - - - - - -
456
- - - - - - - - - Hydraulics & Geotech Branch of FHWA Headquartera Bridge Division - - - - - - - - -
-¢- If no run time error messages flash on the screen and the
program terminates without generating complete graphical or text
output, the computed deflections are excessive and the program
was terminated. Increase the shaft/pile diameter and return to
TASK ll.
457
- - - - - - - - - - Hydraulics & Geotech Branch ofFHWA Headquarten Bridge Division - - - - - - - - -
Continue analysis.
458
- - - - - - - - - Hydraulic. & Geotech Branch ofFHWA HCldquarten Bridge Division - - - - - - - - -
Continue analysis.
459
- - - - - - - - - - Hydraulics & Geotech Branch ofFHWA Headquartera Bridge Division - - - - - - - - -
-0- If the minimum depth required for axial capacity is less than the
depth determined in TASK IV, the final shaft/pile depth could be
refined.
460
APPENDIX C
461
- - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - -
.9ESIG~~F . DRlLtED$BAFrpS~~~f;i
.··LA'fRRA.h··tODS··USING
CeM624p··VERSIIJN 2 ..
463
464
Hydraulics & Geotech Branch of FHWA Headqusrters Bridge Division
The submitted abutment design section and loads are shown below in Figure 1.
DL = 3.1 kif
/-4 9.25 ft ~
Soil Unit
wt. = 120.0 pcf
35.5 kif
6
16. ;1 kit
•
16.0 ft
465
Hydraulics & Geolcch Branch of FHWA Headquartera Bridge Division
DL = 3.1 kif
\4 ~ LL = 7.3 kif
9.25ft
Soil Unit
wt. = 120.0 pet
35.5 kif
.16.6"I<tf ...
.......
. ··r····
" ....
16.0tt>:Ie---t1ll
. 3.0ft
3'·6" DIA.
3'·6" DIA. Drilled Shafts
Drilled Shafts
@5'CTC
@ 10' CTC
Based on this AASHTO criteria, the submitted in-line of loading shaft spacing
(Figure 2) of 2.0B (7'CTC, 3.5' clear) reduces the lateral resistance of the
back row to nearly zero. In addition, the front row spacing of 1.4B (5' CTC)
does not comply with the AASHTO minimum guide of 2.5B. Therefore, the
submitted spacing configuration is not acceptable.
467
- - - - . . . . . , - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - - - - -
TRY A SINGLE ROti OF 3.5'0 SHAFTS tilTH A CTC SPACING OF 2.58 (9') tilTH THE
SHAFT ROti t AT THE VERTICAL FORCE RESULTANT (NO HOHENT AT THE PILE HEAD).
Single row of 3.5 10 shafts with a CTC spacing of 2.5B (9 1 ) and F.S.= 2.0
P = (64.8 klf * 9 x (2.0) = 1,160 kips
1
)
iii. Determine the maximum applied bending moments (computed by the main
subroutine of COM624P version 2 program) and maximum ultimate moment
capacity (computed by the PMEIX subroutine of COM624P version 2 program)
for both a free head condition (KBC=l) and a fixed head condition
(KBC=2). The designer may analyze only one pile head condition if they
are confident the pile head is 100% free or 100% fixed. In most cases,
it is recommended the designer start with a free head condition and then
468
- - - - - - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - - - - -
perform a fixed head analysis. This will provide the designer with a
maximum and minimum range of deflections and moments.
~ For both the free head and fixed head conditions, execute COM624P
version 2 using the ultimate loads from step 3 in both the "Data
for Loading" submenu of the "Analysis" menu, and "Axial loads"
submenu of the "Mult" menu. 00 not input design loads (service
loads) in the "Data for Loading" submenu. The axial loads must be
the same. To negate the effects of shaft length on deflection and
moment magnitudes, the shaft/pile should be as long as possible
for the given soils information.
Review the text and graphical output. For the ultimate axial load
input in step iii, compare the computed maximum applied bending
moment (COM624P subroutine) in the shaft/pile and the maximum
ultimate moment capacity (PMEIX ultimate capacity subroutine) of
the shaft/pil e.
If the computed maximum bending moment in the shaft/pile is larger
than~the maximum ultimate moment capacity of the shaft/pile, then
either: a) modify the reinforcement (shafts only); or b) increase
the shaft/pile diameter and return to Task II.
If no run time error messages flash on the screen and the program
terminates without generating complete graphical or text output,
the computed deflections are excessive and the program was
terminated. Increase the shaft/pile diameter and return to
TASK I I.
469
-,.-
2 feet
! GROUND SURFACE
10 feet SAND
-:;:
C = 0 III = 38
7S feet
0' dia
D.S.
C = 30 psi III =0
It
470
- - - - - - - - - - - Hydraulics & Geotech Branch ofFHWA Headquarters Bridge Division - - - - - - - - - - -
NOTE: "Full Gross Section" refers to the Shaft EI value used in this COM624P
run - E.I. for a full uncracked section. Since this will not allow the shaft
to crack, the results will be conservative (larger moments).
471
Deflection (Inches)
-1.00 o 1.00 2.00 3.00 4.00
o
100
200
300
-•
."
.r:.
u
-......,
c
400
.r:.
Q.
Q•
500
600
700
BOO
Figure 4 - COM624P computed deflection versus depth for a 42" diameter shaft
with ultimate loads and free head condition.
472
Mo. .nt (Inch-Pounds' (10000000 · s'
-2.00 o 2. 00 4 . 00 6 . 00 8.00
o
100
200
300
-••
s:
u
....c
-..,
s:
400
a.
a•
500
600
700
800
Figure 5 - COM624P computed moment versus depth for a 42" diameter shaft with
ultimate loads and free head condition.
473
sooo ,~--------------------------------------------~--------------~
,'I
"'n,1
41000
Z
-
:Jtl 3000
-
'a
•0
.J
P"I
~
....• 2000
)(
'-I
~ C
1000
of, :,
141000 16000 18000 20000 22000 241000 26000 28000 3000
Mo.ent (Inch-Pounds)
Figure 6 - PMEIX computed Interaction Diagram for a 42" diameter shaft with an
ultimate axial load of 1,160 kips
- - - - - - - - - - - Hydraulics & Gcotech Branch ofFHWA Headqusrtera Brid,e Division - - - - - - - - - -
NOTE: "Full Gross Section" refers to the Shaft EI value used in this COM624P
run - E.I. for a full uncracked section.
475
Deflection (Inches)
-0.50 o 0.50 1.00 1.50 2.00
o
200
400
600
-••
s::.
u
-c
....
s::.
~
800
Q.
•
a
1000
1200
1400
1600
Figure 7 - COM624P computed deflection versus depth for a 60" diameter shaft
with ultimate loads and free head condition.
476
No.ant (Inch-Pounds' (10000000's'
-2.00 o 2. 00 4 . 00 6. 00 B.OO
o
200
400
600
-.•
~
u
....
-...,
~
c:
BOO
a.
•
Q
1000
1200
1400
1600
Figure 8 - COM624P computed moment versus depth for a 60" diameter shaft with
ultimate loads and free head condition.
477
(1 ntp¥'
10000 ~~--------------------------------------------------------------~
,n
8000
z
-
~ 6000
"a
•
-'
"
rot
...• .000
K
C
~
......
00
2000
J.
!SOOOO !S5000 60000 65000 70000 7!S000 80000 85000 90000
Mo •• nt (Inch-Pound.)
Figure 9 - PMEIX computed Interaction Diagram for a 60" diameter shaft with an
ultimate axial load of 1,560 kips
- - - - - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - - - - -
Service Loads
P = (64.8 klf * 121) = 778 kips
L = (21.13 klf * 121) = 253 kips
flc = 4,000 psi 28-#10 bars
480
DeflectiQn (Inches)
-0.200 o 0.200 0.400 0.600 0.800
o
200
400
600
-••
~
u
....c
-..,
~
800
Q.
•
Q
1000
1200
1400
1600
Figure 10 - COM624P computed deflection versus depth for a 60" diameter shaft
with service loads and free head condition.
l
481
Moment (Inch-Pounds) (10000000 • 8)
-1.00 o 1 • 00 2. 00 3 . 00 4.00
o
200
, "'c
400
- - ---
600
-•
UJ
s:;
u
-....
....c
s:;
800
a.
•
Q
1000
1200
1400
1600
Figure 11 - COM624P computed moment versus depth for a 60" diameter shaft with
service loads and free head condition.
482
- - - - - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - - - - -
iv. Repeat steps i through iii for a fixed shaft/pile head condition
(KBC=2). The designer may skip this step for a 100% free head
condition.
483
Deflection (Inches)
-0.050 o 0.050 0.100 0.150 0.200
o
200
400
600
-.
VI
I:!
U
-..,
....C
I:!
800
Q.
Q
.
1000
1200
1400
1600
Figure 12 - COM624P computed deflection versus depth for a 60" diameter shaft
with service loads and fixed head condition.
}
484
- - - - - - - - - - - Hydraulics & Geolech Branch of FHWA Headquartera Bridge Division - - - - - - - - - - -
485
- - - - - - - - - - - - Hydraulics & Geotech Branch of FHWA Headquarters Bridge Division - - - - - - - - - - - -
3.5' 75'
4.0' 63'
4.5' 54'
5.0' 46'
5.5' 39'
6.0' 33'
6.5' 34'
7.0' 30'
486
- - - - - - - - - Hydraulics & Geotech Branch ofFHWA Headquartera Bridge Division - - - - - - - -
If the minimum depth required for axial capacity is less than the
depth determined in TASK IV, the final shaft/pile depth could be
refined.
MINIMUM REQUIRED AXIAL DEPTH OF 46' > MAXIMUM REQUIRED LATERAL DEPTH OF 42'