StructuralMind

Single Pile Analysis

Updated:

On this page

A single-pile run answers two questions from one soil profile: how the pile responds to lateral load (p-y), and how much axial load it carries and how far it settles (t-z / Q-z). The soil profile is entered once, and both analyses use the same layer stack, the same pile geometry and the same effective-stress integral.

The two are also physically coupled. The axial analysis produces the internal axial force diagram N(z)N(z) along the pile, which can be used as the P-Delta input for the lateral solve if you want it.

Lateral analysis

The pile is an elastic beam; the soil is a row of independent, nonlinear springs along it (Winkler). The equation solved is FHWA/RD-85/106 §2:

EIy+N(z)y+Es(y,z)y=F(z)EI\,y'''' + N(z)\,y'' + E_s(y,z)\,y = F(z)

The entire solution is really one function, y(z)y(z). Everything else is a derivative of it: slope yy', moment EIyEI\,y'', shear EIy+NyEI\,y''' + N\,y', soil reaction EIyEI\,y''''.

The equation is discretised by finite differences with per-node coefficients, so EIEI and NN may vary with depth. The spring stiffness Es=p/yE_s = p/y is a secant stiffness, resolved by iteration. Convergence is measured relatively (maxΔy/maxy<104\max|\Delta y| / \max|y| < 10^{-4}); a run that does not converge raises an error rather than returning zeros.

p-y curves

A p-y curve represents the force-deflection behaviour of one spring at one depth. yy is the pile's lateral deflection there (m); pp is the soil reaction per unit length of pile (kN/m). A separate curve is computed at every depth. Deeper soil is more confined.

These curves do not come from theory; they come from field tests on instrumented piles. Six models are implemented:

SoilModelSource
Soft clayMatlock (1970)FHWA Eq. 3.18–3.23
Stiff clay, submergedReese, Cox & Koop (1975)FHWA Eq. 3.24–3.36
Stiff clay, above waterWelch & Reese (1972)FHWA Eq. 3.37–3.39
SandReese, Cox & Koop (1974)FHWA Eq. 3.56–3.65
SandAPI RP 2A §6.8.6 (O'Neill & Murchison calibration)closed form, no chart
Linear / voiduser-defined

In soft clay the ultimate resistance is the smaller of two mechanisms:

pu=min(3su+σv+JsuzD,  9su)Dp_u = \min\left(3 s_u + \sigma'_v + \frac{J\,s_u z}{D},\; 9 s_u\right) \cdot D

Near the surface the soil moves up and out as a wedge and resists ahead of the pile. That resistance is limited by the weight of the surface wedge, so it grows with depth. Deeper, the soil cannot escape upward and has to move horizontally around the pile. That mechanism is depth-independent. Soil fails by the easiest available mechanism, so the real resistance is the smaller of the two.

Where the soil parameters come from

ε50\varepsilon_{50} depends on the clay's consolidation history, not on sus_u alone: a 60 kPa normally consolidated clay and a 60 kPa overconsolidated clay have different ε50\varepsilon_{50}. There are therefore two separate tables, and the (model, water table) pair decides which one applies.

sus_u (kPa)< 4848–96≥ 96
ε50\varepsilon_{50} — Table 3.30.0200.0100.005

Table 3.3 covers soft clay (Matlock) and stiff clay above the water table (Welch & Reese). Submerged stiff clay uses Table 3.5, indexed in T/ft² (0.007 / 0.005 / 0.004).

Picking ε50\varepsilon_{50} from the table on sus_u alone has a measurable cost. The Sabine River pile in the verification section matches at the site-measured ε50=0.007\varepsilon_{50} = 0.007; taking the same soil as normally consolidated from its su<48s_u < 48 kPa range would give 0.020 and a deflection roughly 55 % larger. Sabine is a soft but slightly overconsolidated clay: sus_u gives its strength class, not its consolidation history. If you have a measured ε50\varepsilon_{50}, entering it is recommended. The tables are there for when no measured data is available.

In sand the initial modulus kpyk_{py} comes from FHWA Tables 3.9/3.10 (lbf/in³; ×271.447 → kN/m³):

Relative densityLooseMediumDense
Submerged2060125
Above water2590225

The table is indexed by relative density. The data the soil profile carries is φ\varphi. The relative density classes in the table are mapped onto internal friction angles of φ\varphi = 30/35/40°, and intermediate values are obtained by linear interpolation. FHWA/RD-85/106 does not publish that mapping, which is why kinitk_{init} is offered as an explicit per-layer input; when you supply it, it is used instead of the derived value. The calculation output records which value was used.

Below the water table effective stress is used (γ=γsat9.81\gamma' = \gamma_{sat} - 9.81). Total stress roughly doubles the resistance, so using effective stress is not offered as an option. The effective vertical stress σv(z)\sigma'_v(z) is computed cumulatively across layers from the surface: the stress in a layer includes the weight of every layer above it.

Pile head support conditions

The support condition at the pile head is defined by two conditions, one for translation and one for rotation.

TypeGiven
shear_momentShear + moment (head free to translate and to rotate)
shear_slopeShear + slope (free to translate; rotation is imposed externally, and a rotation of 0 makes the head fixed)
shear_rotational_stiffnessFree to translate; rotation is resisted by a rotational spring, M=kθθM = k_\theta\,\theta
displacement_momentTranslation is imposed externally; a moment can be applied for rotation
displacement_slopeBoth translation and rotation are imposed externally

The pile toe (the bottom end) is free (M=0M = 0, V=0V = 0). Assigning a spring at the pile toe, or socketing it into a rock layer, is outside the scope of this calculation.

Depth to fixity

The depth to fixity is an indirect output of the lateral analysis. It gives the depth at which a 3D structural model (ETABS, SAP2000, ProtaStructure) may replace the pile and the soil with an equivalent fixed-base cantilever. Davisson & Robinson (1965), as printed in FHWA-HIF-18-031 §6.7.2:

df=1.4(EpIwEs)1/4(clay)df=1.8(EpIwnh)1/5(sand)d_f = 1.4\left(\frac{E_p I_w}{E_s}\right)^{1/4} \quad\text{(clay)} \qquad d_f = 1.8\left(\frac{E_p I_w}{n_h}\right)^{1/5} \quad\text{(sand)}

In clay Es=0.465suE_s = 0.465\,s_u (Eq. 11-3); in sand nhn_h is the rate of increase of soil modulus with depth. The method applies only to long/flexible piles (L/characteristic length>4L/\text{characteristic length} > 4); below that the pile rotates rather than flexes and the equivalent cantilever does not apply. The value is still computed, but flagged with a warning.

The depth-to-fixity calculation is a closed form and rests on the assumption of one homogeneous soil. For a layered profile the active zone is reduced to a single equivalent modulus. A result whose active zone spans more than one layer is marked as preliminary. Two further values are reported alongside it: the observed depth read from this run's own y(z)y(z), and the equivalent cantilever length back-calculated from the p-y result. The three answer different questions and each is labelled.

Serviceability check

The allowable pile head deflection limit is an input and has no default. Without a limit the calculation makes no comparison and returns no verdict; it reports the deflection only. Given a limit, the result is presented as a demand/capacity ratio. What comes out of it concerns serviceability only; it says nothing about the pile's structural or geotechnical capacity.

Axial analysis

A pile carries axial load two ways. The first is side friction along the shaft (t-z). The second is end bearing at the pile toe (Q-z). Both mechanisms depend on vertical displacement and mobilise at different scales. Side friction peaks at a vertical displacement of roughly 1 % of the diameter. End bearing needs about 10 % of the pile diameter to mobilise. Under a working load the shaft carries nearly all of it while the toe is barely mobilised, which is why the sum of the two ultimate values should be read as a strength-limit number rather than a serviceability measure.

Capacity

CaseApproachSource
Cohesive, drivenψ=su/σv\psi = s_u/\sigma'_v, α=0.5ψ0.5\alpha = 0.5\,\psi^{-0.5} (ψ1\psi \le 1) or 0.5ψ0.250.5\,\psi^{-0.25}, capped at 1.0; q=9suq = 9 s_uRP 2GEO Eq. 18/19/20
Cohesive, boredα=0.55\alpha = 0.55 for su/patm1.5s_u/p_{atm} \le 1.5, falling to 0.45 at 2.5GEC 10 §13.3.5.2
Cohesionlessf=βσvf = \beta\,\sigma'_v and q=Nqσvq = N_q\,\sigma'_v, both capped at the tabulated limitRP 2GEO Table 1, Eq. 21/22

For a bored pile, side resistance is neglected over the top 1.524 m (5 ft) by default, because near-surface clay shrinks, swells and gaps away from the shaft. If the seasonal moisture-change depth at your site is greater, using that depth instead is recommended. GEC 10's data stops at su/patm=2.5s_u/p_{atm} = 2.5, so α\alpha is held at 0.45 beyond that point rather than extrapolated.

The critical-depth assumption is not used in cohesionless soil. Textbook practice assumes that unit shaft friction and end bearing grow with the effective vertical stress only down to a certain depth and stay constant below it; that depth is called the critical depth. API RP 2GEO defines no such depth. The effective vertical stress keeps growing, but the unit resistances are capped at the limiting values in its table. The two approaches give different numbers deep in a uniform sand.

Uplift capacity credits no end bearing. Only the same f(z)f(z) side friction and the pile's own weight are taken into account.

Allowable capacity takes one factor per component:

Qall=QsFSs+QpFSpQ_{all} = \frac{Q_s}{FS_s} + \frac{Q_p}{FS_p}

Established practice uses different safety factors for the shaft and the toe, typically 2.0 and 3.0, because end bearing mobilises at larger movement and is the less certain estimate. A single combined factor does not express that. Supplying one factor reduces the expression exactly to Qult/FSQ_{ult}/FS. In the app the form opens with 2.0 for the shaft and 3.0 for the toe, and you can edit both. The API has no default: without a factor no allowable capacity is computed, and only the ultimate capacity is reported.

Axial load-transfer curves

Three separate families of formulas are used for axial load transfer:

FamilySourceDefault forNormalisation
apiRP 2GEO Table 2 (t-z) + Figure 3 (Q-z)drivenmovement / zpeakz_{peak} (= 1 % of D)
oneill_reeseO'Neill & Reese 1999, Fig. C.1/C.2/C.4bored, CFAmovement / diameter (%)
parametricthe user's own mobilisation displacementmovement / zpeakz_{peak}

The API tables are given numerically, so they carry no reading uncertainty. zpeak=0.01Dz_{peak} = 0.01D is used for routine design. RP 2GEO states its own uncertainty for that value explicitly (0.25 %–2 % of D), and KvK_v is a direct function of that number.

FHWA-IF-99-025 gives the O'Neill & Reese curves as figures, so reading a value off them carries a reading tolerance of ±0.02.

Settlement and vertical spring

The solver marches up from the pile toe. A tip displacement is prescribed first, which fixes Qtip=q(wtip)AtipQ_{tip} = q(w_{tip})\,A_{tip}. From there each element adds its own side friction through Ntop=Nbot+t(wavg)perimeterdzN_{top} = N_{bot} + t(w_{avg})\,\text{perimeter}\,dz. Sweeping the tip displacement traces the whole load-settlement backbone in a single pass.

Elastic shortening is obtained by integration, not estimated with a factor. The vertical spring Kv=Qhead/wheadK_v = Q_{head}/w_{head} is reported with the load level it was taken at (the initial tangent, the secant at Qult/2Q_{ult}/2, and the secant at the design load when one is given).

Because the ground already balances the pile's weight, the pile's own weight is not taken into account in compression. Under tension it is counted, since the pile does resist with its own weight.

Layered soil

Soil layers may be stacked in any order: clay, stiff clay, sand, linear and void. Each node takes its p-y curve from its own layer, and the curves are built at the node's true depth. This is known in the literature as the Direct method.

Georgiadis' equivalent-depth correction, which reshapes the curve where two layers differ sharply in stiffness, is not implemented; every layered run states which method it used.

A node's p-y curve is built from its own layer's parameters. Some quantities, though, cannot be read from a single layer, because by definition they include the soil above that node. The effective vertical stress σv(z)\sigma'_v(z) accumulates from the surface down to that depth. The undrained strength the stiff-clay models use is the average sus_u between the surface and that depth. The kk for submerged stiff clay is read from the average sus_u from the surface down to 5D5D. These are computed over the whole layer stack. The Matlock soft-clay model, by contrast, uses the local sus_u at that depth.

Section shape

Circular (circular) and square (square) sections are handled separately. The perimeter is πD\pi D for a circular section and 4b4b for a square one. The toe area is πD2/4\pi D^2/4 for a circular section and b2b^2 for a square one. In a hollow circular section the inner void is deducted from the toe area, but if the pile toe is declared plugged (plugged) the full circular area is used.

The unit soil resistances do not depend on the section shape (α\alpha, β\beta and q=9suq = 9s_u are stress-based). The shape only changes the perimeter and the area they multiply. The lateral analysis works with the width normal to loading. A square pile's flat face does mobilise a slightly fuller passive wedge than a circular one, but that is neglected here and the width is used as declared. The neglect is conservative for the lateral solve.

Verification

Compared against published field load tests and worked examples:

CaseSourceResult
Soft clay, Sabine RiverFHWA §9, Fig. 9.34b/9.35Groundline deflection within 6.3 % mean / 9.8 % max; MmaxM_{max} within ~5 %
Sand, Mustang IslandFHWA §9, Fig. 9.50b/9.51Within 7.8 % mean; MmaxM_{max} within ~5 %
Stiff clay (dry), HoustonFHWA §9, Fig. 9.36b/9.377–18 % over the working range (62–81 kip)
Side resistance, clayGEC 10 Illustrative Example 13-2Within 0.2 %
Bored shaft, end to endO'Neill & Reese Example C-31.928 mm against the published 1.9 mm; 1,964 kN against its own hand method's 1,960 kN
Driven pipe, sandFHWA Deep Foundation Load Test Database — Kentucky Lake TPK-1Computed ultimate 23,594 kN, below the 26,800 kN the pile carried without failing
Driven pipe, clayPort of Oakland TP6-17NCICompression and uplift; movement runs 2–2.5× the measured settlement at working loads, converging near the top

The Sabine River and Mustang Island piles were loaded to failure. The Kentucky Lake and Port of Oakland piles were not taken to plunging failure, so their measured capacity is a lower bound.

FHWA/RD-85/106 gives the AA and BB coefficients for sand as charts, so those values carry a reading tolerance of ±0.02–0.05. That band is inherent to the model, not to this implementation: Reese's own procedure has an engineer reading the same curves by eye.

What is outside the scope of this calculation

Out of scopeNote
Computing a moment-dependent EIEIEIEI is a user input. A gross-section value can be entered and converted to a cracked section with a reduction factor.
Tip spring, rock socketThe pile toe is taken as free.
Sloping ground, battered pilesIn FHWA/RD-85/106, not in this version.
Group effectsA separate calculation (pile-group): efficiency, block failure, p-multiplier. Use the pile group macro.
Kinematic (seismic free-field) loadingThe analysis is inertial: the soil is taken as still, and the load is applied at the pile head.
Negative skin frictionRequires a soil-settlement profile as input.
Consolidation of strata below the toeThe settlement reported is pile-soil load transfer, a short-term value.
Set-up and relaxationCapacity is the end-of-installation static value.
Plug behaviour of open-ended pilesplugged/unplugged is a user input, not a computed result.
Cyclic t-z degradationThe axial curves are static/monotonic.
Rock, loess, liquefied sand and silt p-y models6 of FHWA/RD-85/106's 16 models are implemented.

Endpoints

The calculation runs from the app or directly over the API. Full request schemas are in the API reference.

EndpointWhat it returns
POST /api/v1/pile-single/analyzeLateral solve: yy, θ\theta, MM, VV, soil reaction, depth to fixity
POST /api/v1/pile-single/py-curvesp-y curves at the requested depths
POST /api/v1/pile-single/pushoverLateral pushover backbone
POST /api/v1/pile-single/stiffnessPile head spring set: KhhK_{hh}, KmmK_{mm}, KhmK_{hm}, KvK_v
POST /api/v1/pile-single/axialAxial capacity, settlement, capacity-vs-depth profile
POST /api/v1/pile-single/tz-curvest-z curves at the requested depths

/analyze accepts an optional axial-coupling block. Given it, the axial analysis runs first and the N(z)N(z) profile it produces is used as the P-Delta input instead of a constant axial load. That computes an input; it does not change the lateral formulation — typing the same N(z)N(z) in by hand gives an identical result.

Sources

  • FHWA/RD-85/106 (1986)
  • API RP 2GEO / ISO 19901-4 (2011)
  • FHWA-NHI-16-009 GEC 12 (2016)
  • FHWA-NHI-10-016 GEC 10 (2010)
  • FHWA-IF-99-025 (O'Neill & Reese, 1999)
  • FHWA-HIF-18-031