C++ Code

Calculation of pile end bearing capacity and skin friction using CPT data based on the approach of Bustamante and Gianeselli (1982) – C++ Code

Posted on
 

 As you all know one of the substantial advantages of Cone Penetration Test (CPT) is that the test provides a continuous profile of soil response. This is why CPT methods generally give superior predictions of axial pile capacity compared to most conventional methods (Robertson, 2015). Bustamante and Gianeselli (1982) proposed a CPT-based analysis procedure based on… 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