Ir al contenido principal

Launching Girders

Introduction Earthquakes

The analysis of structures that resist wind loads could it be similar to earthquakes loads, because both are mainly lateral loads. However, deep differences are present in their design.

Design for combined Gravity and wind load is based in verifies that loads are less than capacity of structural elements, trying to keep an elastic behavior. However, design of structures for combined gravity and earthquake is based in deformations and damage rather than only strength. Inelastic behavior is expected, and the design allows reach less strength than an elastic analysis. Moreover, design lead to ductile structures and a design by displacements instead of strength.

Ductility can be defined as the ratio between dmax and the drift expected. The ductility will keep constant in an Elastic behavior. Because the inelastic behavior is complex, then it is assumed that ductility of structures are defined always in the elastic range.

Due to the ground accelerations, then inertia forces appear in the structure, which distribution depends of mass distribution through the structure. Magnitude of the response is depending of the dynamic properties of the structure. However, the drift between floors could generate plastic hinges, which modify the structure stiffness, thus the dynamic response of the whole structure is modified.

Capacity Design principle leads to ensure enough dissipation of energy under large earthquakes, and this system has to be reliable for the duration of the Earthquake. Capacity design ensures not collapse of the structure. Therefore CD assume that establishing strength hierarchies within the structure and detailing weak zones to respond in a ductile way, then the structure will remain stable during a large earthquake.

  • Selection of suitable structure for inelastic response, i.e. regular structure
  • Selection of suitable location for inelastic deformations.
  • Insurance, that inelastic behavior does not occur in undesirable locations.

Prescriptive Criteria

A new approach is moving from prevent collapse to controlled damage, because of the huge costs involved in repairing or rebuild structures, which will increase dramatically.

A design based in performance can be stated as how much damage can be resisted by a given building in a given level of earthquake. This depends of the performance that we want for a certain building. We have to link the performance of a building for a certain level of earthquake. To control the damage, we have to understand that displacements are more important than just keep a strength performance. Topics like limit the drift between floors, controlled deflection to reduce damage of non-structural elements who cannot resist vertical loads has to be analyzed.

Performance Design, procedure: Select performance objectives, Develop preliminary design, Asses this against performance objectives. The performance objectives can be presented in the matrix as follow:


Comentarios

Entradas más populares de este blog

CAMION AASHTO HS20-44 + 20%

En el diseño de puentes, viaductos u otro tipo de estructuras viales en Chile, se diseña utilizando la norma AASHTO 1996, la que no tiene nada que ver con la 2002 que se refiere al método LRFD. Para determinar las cargas vivas, se emplea el camión HS20-44, el cual se presenta a continuación. Además, estas cargas deben ser amplificadas por los siguientes factores: 1. COEFICIENTE DE IMPACTO/CI (AASHTO 3.8) CI = 1 + 15.28/(Lc + 38.1) Donde Lc es la luz de cálculo en metros, y es definida en el punto 3.8.2.2 como sigue: a) Para calzadas de piso es la luz de cálculo. b) Para miembros transversales, como pisos de vigas, es la luz de cálculo de centro a centro de apoyo. c) Para el cálculo de momentos por camión, es la luz de cálculo y para voladizos(cantilevers) la longitud entre el momento máximo y el eje más lejano. d) Para el cálculo de corte por camión, es la longitud desde el punto cargado hasta el punto más lejano. Es decir, si deseo calcular el corte en el extremo, el CI

Pendiente de linea (LISP)

rEsta línea de comandos permite obtener la pendiente de una linea en AUTOCAD, de forma rápida y sencilla, sin la necesidad de utilizar la calculadora, todo lo hace este LISP. Abrir notepad (block de notas) y escribir lo siguiente: (DEFUN C:PEN() (SETQ PR (GETPOINT "Primer punto:")) (SETQ SE (GETPOINT "Segundo punto:")) (SETQ X1(CAR PR) Y1(CAR (CDR PR))) (SETQ X2(CAR SE) Y2(CAR (CDR SE))) (SETQ PEND (/ (- Y2 Y1) (abs (- X2 X1)) ) ) (SETQ PENDP (* PEND 100)) (PROMPT (STRCAT "\n PENDIENTE:" (RTOS PEND) " / " (RTOS PENDP) "%")) ;eDITADO pOR pAT01gen1er0 ) Luego deben salvar el archivo con el nombre pendiente.lsp Para ejecutarlo lo deben cargar en AUTOCAD, escribiendo pen. El programa les pedirá hacer clink en dos puntos, con lo que les entregará el valor de la pendiente.

Drenaje en Muros de Contención

"Uno de los aspectos más importantes al momento de diseñar y construir muros de contención, es la prevención de la acumulación de agua detrás de las paredes. El mejor relleno par aun muro de retenión es un suelo sin cohesión y bien dreanado.Junto con el relleno de material granular se hacen agujeros en las paredes de 10cm o más de diámetro, aproximádamente a 150cm de centro a centro, horizontal y verticalmente. Si el relleno consiste en arena gruesa, es conveniente poner unas cuantas paledas de grava alrededor de los lloraderos, para que la arena taponee los agujeros." McCormac, Diseño de Concreto Reforzado. Personalmente pienso que utilizar agujeros de 10cm de espesor es excesivo. Pero por otro lado, al tener grandes diámetros es mucho más fácil limpiarlos. Si no se realiza mantención a los lloraderos, estos se tapan, y no tienen ningún efecto, generando acumulación de agua, detrás del muro.