Skip to main content

Raft Analysis

Raft analysis is a soil-structure interaction analysis, iterating between a solution of the structural problem and the soil problem until convergence of nodal displacements is achieved.

Iteration

For the soil interaction nodes on raft, the analysis iterates through the following steps until convergence is reached:

  1. For each soil interaction node, a spring support will be generated with default support stiffness it does not exist. If the support spring exists, it will be used and its stiffness will be modified during the analysis. After analysis, its stiffness will be restored.
  2. Run linear static analysis to obtain the displacements uraftu_{raft} and spring-support forces fif_{i} for each of the interaction nodes
  3. Calculate soil pressure pip_{i}under each of the soil interaction nodes using
    pi=fiAip_{i} = \frac{f_{i}}{A_{i}}
    pi=max(pi,pmin)p_{i} = \max(p_{i},p_{\min})
    pi=min(pi,pmax)p_{i} = \min(p_{i},p_{\max})
    Where AiA_{i} is the area associated with interaction node and the contact pressure is subject to lower and upper limits [pmax:pmin]\left\lbrack {p_{\max}}:p_{\min} \right\rbrack.
  4. Run soil analysis to obtain the settlements of soil, usoilu_{soil} under the applied pressure loads
  5. Check the differences between raft displacements and soil settlements, if they are smaller than the residual limit, save the results and stop the analysis, otherwise go to step 6
  6. Re-calculate the support spring stiffnesses according to the support spring forces and the soil settlements using the following equation and go to step 2.
ki=fiusoilk_{i} = \frac{f_{i}}{u_{soil}}

A damping coefficient (δ)(\delta) that can be used to modify the stiffness update, i.e. reserve some percentage of the previous stiffness. The value of damping coefficient is between 0 and 1. If damping coefficient is specified, the new stiffness will be calculated from:

ki=δki,prev+(1δ)fiusoilk_{i} = \delta \cdot k_{i,prev} + (1 - \delta)\frac{f_{i}}{u_{soil}}

Piles

For the soil interaction nodes on the piles, the analysis iterates through the following steps until convergence is reached:

  1. For each soil interaction node, generate a spring support in x, y and z directions with support stiffness calculated from soil settlement under unit point load.

  2. Run linear static analysis to obtain the displacements uraftu_{raft} and spring-support forces fif_{i} for each of the interaction nodes

  3. Calculate the soil reaction forces to the interaction nodes from

    fx=Axσxfy=Ayσyfz=Asτzf_{x} = A_{x}\sigma_{x}\qquad f_{y} = A_{y}\sigma_{y }\qquad f_{z} = A_{s}\tau_{z}

    where the interaction areas for the interaction node are

    Ax=ByHzAy=BxHzAs=PHzA_{x} = B_{y}H_{z}\qquad A_{y} = B_{x}H_{z}\qquad A_{s} = PH_{z}

    Pile interaction node and relevant dimensions (Pile interaction node and relevant dimensions) with PP the perimeter of the pile and where

    σx=Cxσx,maxσy=Cyσy,maxτx=Czτz,max\sigma_x = C_x\sigma_{x,\max}\qquad\sigma_y=C_y\sigma_{y,\max}\qquad\tau_x=C_z\tau_{z,\max}

    and CxC_{x}, CyC_{y}, CzC_{z} are the pile soil interaction coefficients and derived from the pile soil interaction coefficient (PSIC) curves defined by the users as shown below. Pile Soil Interaction Coefficient Curve (Pile Soil Interaction Coefficient Curve) where Δ\Delta is the differences of the pile displacements and the soil settlements at the corresponding points and bb is the pile dimension BxB_{x}, ByB_{y} in x and y directions or DDdiameter.

  4. Calculate the pressure loads on soil due to the soil reaction forces (fx,fy,fz)\left( f_{x},f_{y},f_{z} \right) and the interaction areas (Ax,Ay,As)\left( A_{x},A_{y},A_{s} \right)

  5. Run a soil settlement analysis using the embedded Pdisp program

  6. Calculate the compensation forces to counter balance the support spring forces due to the use of constant support spring stiffness.

  7. Check convergence, if satisfied, stop, otherwise, go to Step 2.

Convergence

The solution is converged if the difference of raft/pile displacements and soil settlements are smaller than the predefined acceptable residual. The residual can be defined in two ways.

  • Absolute residual - the residual is defined directly such 0.1 mm, 1.0 mm, or 5.0 mm.
  • Relative residual - a percentage is defined that is used to calculate the actual residual based on the largest soil settlement. The actual residual is equal to the defined percentage of the largest soil settlement.