TzLiq1 Material

From OpenSeesWiki
Revision as of 00:35, 17 May 2011 by Fmk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search




The command constructs a uniaxial t-z material that incorporates liquefaction effects. This t z material is used with a zeroLength element to connect a pile (beam-column element) to a 2 D plane-strain FE mesh. The t-z material obtains the average mean effective stress (which decreases with increasing excess pore pressure) from two specified soil elements. Currently, the implementation requires that the specified soil elements consist of FluidSolidPorousMaterials in FourNodeQuad elements.

uniaxialMaterial TzLiq1 $matTag $tzType $tult $z50 $c $ele1 $ele2

OR

uniaxialMaterial TzLiq1 $matTag $tzType $tult $z50 $c -timeSeries $seriesTag



$matTag integer tag identifying material
$soilType soilType = 1 Backbone of t-z curve approximates Reese and O'Neill (1987).

soilType = 2 Backbone of t-z curve approximates Mosher (1984) relation.

$tult Ultimate capacity of the t-z material. SEE NOTE 1.
$Z50 Displacement at which 50% of tult is mobilized in monotonic loading.
$c The viscous damping term (dashpot) on the far-field (elastic) component of the displacement rate (velocity).
$ele1 $ele2 are the eleTag (element numbers) for the two solid elements from which PyLiq1 will obtain mean effective stresses and excess pore pressures
$seriesTag Alternatively, mean effective stress can be supplied by a time series by specifying the text string -timeSeries and the tag of the seriesm $seriesTag.

NOTES:

  1. The argument tult is the ultimate capacity of the t-z material. Note that “t” or “tult” are shear

stresses [force per unit area of pile surface] in common design equations, but are both loads for this uniaxialMaterial [i.e., shear stress times the tributary area of the pile].

  1. Nonzero c values are used to represent radiation damping effects
  2. To model the effects of liquefaction with TzLiq1, it is necessary to use the material stage updating command:
	updateMaterialStage  –material matNum  –stage sNum

where the argument matNum is the material number (for TzLiq1) and the argument sNum is the desired stage (valid values are 0 & 1). With sNum=0, the TzLiq1 behavior will be independent of any pore pressure in the specified solidElem’s. When updateMaterialStage first sets sNum=1, TzLiq1 will obtain the average mean effective stress in the two solidElem’s and treat it as the initial consolidation stress prior to undrained loading. Thereafter, the behavior of TzLiq1 will depend on the mean effective stress (and hence excess pore pressures) in the solidElem’s. The default value of sNum is 0 (i.e., sNum=0 if updateMaterialStage is not called). Note that the updateMaterialStage command is used with some soil material models, and that sNum=0 generally corresponds to the application of gravity loads (e.g., elastic behavior with no excess pore pressure development) and sNum=1 generally corresponds to undrained loading (e.g., plastic behavior with excess pore pressures development).

The analysis for gravity loading cannot use the "algorithm Linear" command because the relevant soil materials do not currently work properly with this command. Instead, the "algorithm Newton" or some other option must be used.

TzLiq1 inherits TzSimple1 and modifies its response based on the mean effective stresses (and hence excess pore pressures) in the specified solid soil elements. The logic and implementation are the same as for how PyLiq1 inherits and modifies PySimple1. Therefore, the reader is referred to the documentation of PyLiq1 for details.


EXAMPLE:



REFERENCES:

"Seismic Soil-pile-strcture interaction experiments and analysis", Boulanger, R.W., Curras, C.J., Kutter, B.L., Wilson, D.W., and Abghari, A. (1990). Jornal of Geotechnical and Geoenvironmental Engineering, ASCS, 125(9):750-759.


Code Developed by: Ross Boulanger, UC Davis