Excavation Supported by Cantilevered Sheet Pile Wall

From OpenSeesWiki
Revision as of 19:54, 7 March 2011 by Mcganncr (talk | contribs)
Jump to navigation Jump to search

Example prepared by: Christopher McGann and Pedro Arduino, University of Washington


UNDER CONSTRUCTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Return to OpenSees User Page

This article describes the simulation of an excavation supported by a cantilevered sheet pile wall using OpenSees. The model considers plane strain conditions in two-dimensions, using quadrilateral elements with a pressure dependent constitutive model to simulate cohesionless soil, and beam-column elements to simulate a unit width of sheet pile wall. Beam-solid contact elements are used to model a frictional interface between the linear beam elements and the quadrilateral soil elements.

The input file used for this example is available to view and/or download here.

The pre- and post-process visualization tool GiD was used to generate this example. Further information on how GiD can be used for geotechnical simulations in OpenSees can be found in previous practical examples posted on this wiki. The GiD tool can be downloaded from http://gid.cimne.upc.es/download.

Model Description

Fig. 1: Undeformed FE mesh for the excavation model.
Fig. 2: Deformed FE mesh after completion of excavation.

The analysis described in this example uses the finite element mesh shown in Fig. 1. The soil domain is 10 m tall and 10.5 m wide. The sheet pile wall considered in this example is 0.5 m wide and has a height of 10.5 m. Beam contact elements are used to create a frictional interface between the beam and solid elements that accounts for the full kinematics of the beam elements and allows the constant width of the wall to be represented in the model. To represent the 0.5 m width of the wall, the beam contact elements (described further below) maintain a constant distance between the wall centerline and the surrounding soil elements of 0.25 m, resulting in the gap between the blue beam elements and the green solid elements shown in Fig. 1.

The excavation is simulated by incrementally removing layers of solid elements from one side of the sheet pile wall. After each removal, the model is analyzed for a sufficient number of steps such that equilibrium is reached prior to the removal of the next layer of elements. The removal process continues until an excavation depth of 5 m is achieved. The deformed configuration of the mesh after the completion of the excavation analysis is shown in Fig. 2. As shown, the removal of material from one side of the sheet pile wall allows the wall to be pushed laterally by the remaining soil on the other side. In this figure, the displacement magnitudes are magnified 25 times in order to clearly display the deformation pattern.

Boundary Conditions

The nodes for the solid elements, created with two translational degrees of freedom, are fixed against lateral translation on the left and right hand boundaries, and fixed against vertical translation along the lower boundary. The remaining solid element nodes are left free. The lateral extents of the soil domain were set at ten times the wall thickness on either side of the wall-soil interface to reduce the effects of the boundaries on the behavior of the wall-soil system.

The nodes for the beam elements, created with three degrees of freedom (two translational, one rotational), are all left free with the exception of the node at the base of the wall, which is fixed against vertical translation only.

Material and Element Definitions

The model used in this excavation analysis contains three types of elements, solid quadrilateral elements for the soil domain, displacement-based beam elements for the sheet pile wall, and beam contact elements to define the frictional wall-soil interface. Three constitutive models (one per element type) are used to define the material behavior of the various components in this model.

Soil Elements and Material

Four-node quad elements are used to model the soil using the plane strain formulation of the quad element. A unit thickness is defined for these elements, indicating that the soil domain in this plane strain model represents a 1 m thick slice of a three-dimensional soil domain. The self-weight of the soil is considered as a body force acting on each element with a magnitude equal to the soil unit weight.

For simplicity, this example considers a homogenous cohesionless soil domain, therefore, a single material object is used for the soil elements. The PressureDependMultiYield02 nDMaterial object is used, as this constitutive model captures the pressure dependent strength critical to modeling a cohesionless soil.

The InitialStateAnalysisWrapper nDMaterial enables the use of the InitialStateAnalysis feature when defining the initial conditions for the soil model. The initial state analysis procedure, and the role of the InitialStateAnalysisWrapper material object in this procedure, is discussed further in the following sections of this article.

Sheet Pile Wall

The sheet pile wall is modeled using the displacement-based beam-column elements with elastic sections used to define the constitutive behavior. The beam elements are placed along the neutral axis of the sheet pile wall, and to ensure the best behavior for the beam contact elements, the beam elements are defined such that their nodes are centered vertically between the nodes of the adjacent soil elements. The beam elements extend beyond the boundaries of the soil domain to allow the elements at the ends of the wall to be in contact with the soil.

The beam-solid contact approach used in this example allows for the use of beam-column elements to model the sheet pile wall, enabling the results to be interpreted in the context of traditional beam theory, i.e. it is simple to extract shear and moment diagrams from the recorded data. Figs. 3 and 4 show the types of visualizations that can be realized using this approach in concert with GiD, showing the evolution of the bending moment and shear force demands in the sheet pile wall during the excavation, respectively.

Fig. 3: Evolution of wall bending moment demand during the excavation analysis.
Fig. 4: Evolution of wall shear force demand during the excavation analysis.


Soil-Wall Interface

Fig. 5: Contact forces after completion of initial state analysis.
Fig. 6: Contact forces in final excavated configuration.

The interface between the sheet pile wall and the surrounding soil domain is defined using two-dimensional beam-solid contact elements identified as BeamContact2D. The BeamContact2D elements link two master nodes (from the beam element), to a slave node (from adjacent soil element), and work best when the initial position of the slave node is nearly centered vertically between the two beam nodes, though this node need only be between the beam nodes for the contact to be maintained. These elements use Lagrange multipliers to enforce the contact condition, therefore an additional node is required. In the example input file, the Lagrange multiplier nodes are numbered 1001 to 1042 and are clearly labeled with comments.

The constitutive behavior of the interface is defined using the ContactMaterial2D nDMaterial object. This constitutive model uses a regularized Coulomb frictional law allowing for sticking and frictional slip.

The beam-solid elements readily provide the contact forces acting on the interface, allowing the evolution of these forces during the excavation procedure to be tracked. Examples of the visualizations possible for these elements are shown in Figs. 5 and 6, which show the contact state after the completion of the initial state analysis, and after the completion of the excavation, respectively, and in Fig. 7, which shows the full evolution of the contact forces acting on the interface.

Fig. 7: Evolution of wall-soil interface contact forces during excavation analysis.

Recorders

The recorder section in the example input file is rather lengthy, however, the number of recorders defined there is necessary to capture information from each of the layers of elements which are removed at some point during the analysis. When the elements and nodes for these layers are removed, the associated recorder objects must also be removed. For each of the 10 excavation lifts in the analysis, there is a set of recorders designated here. Additionally, there is a set of recorders for those nodes and elements which are never removed during the analysis.

The recorders are removed using their individual recorder tags. Unlike objects such as nodes and elements, where the tag is specified in the tcl input file, the recorders are assigned tags based upon the order that they appear in the input file. The tags start at 1 and end at the total number of recorder objects.

Initial State Analysis Phase

Excavation Analysis Phase


Representative Results


Fig. 5: Vertical stress distribution in final excavated configuration. (units are kPa)
Fig. 6: Horizontal stress distribution in final excavated configuration. (units are kPa)


Fig. 7: Shear stress distribution in final excavated configuration. (units are kPa)
Fig. 8: Bending moment diagram for sheet pile wall after excavation. (units are kNm)


Fig. 9: Shear force diagram for sheet pile wall after excavation. (units are kN)
Fig. 10: Animated deformation for excavation analysis. Contours show displacement magnitude.





Return to OpenSees User Page