OPENSEES TCL Code

Full-scale finite element continuum model of Meloland Road Overpass (Two-span Bridge) – TCL file

Posted on
 

 This Tcl code creates full-scale three-dimensional continuum model of Meloland Road Overpass (MRO) located in El-Centro, California. The code is generic and can be modified to simulate any two-span bridge with a structure similar to MRO.  Ground motion can be applied at the model base in two horizontal directions. Please read the article about base… Read More

C++ Code

Time history and spectral response analysis of a SDOF – C++ code

Posted on
 

 You can use this code to (i) compute spectral acceleration response spectrum of a given ground motion, and (ii) compute acceleration, velocity and displacement time histories for a single-degree-of-freedom (SDOF). Numerical integration is implemented by using Newmark-bata method. The code solves the motion equation for a SDOF represented by a mass and dashpot as shown… Read More

Excel VBA (Macro)

Macro for performing iteration to calculate Ic and q(c1N),cs per Boulanger and Idriss (2014)

Posted on
 

 Approach of Boulanger and Idriss (2014) for liquefaction analysis requires performing iterations to determine and . In case you need to develop an excel spreadsheet that evaluates liquefaction based on Boulanger and Idriss (2014) approach, you may need to use the Macro below. Please note that based on my personal experience Excel’s built-in iteration module does… Read More