/methodedebeer

Open-source implementation of the axial pile resistance calculation according to Belgian practice

Primary LanguagePythonOtherNOASSERTION

Methode De Beer for axial capacity of piles according to Belgian practice

This package is an open-source Python implementation of the axial bearing capacity calculation of driven piles according to Belgian practice (methode De Beer). The method builds on similitude between a cone penetration test and axial loading of a pile to propose an algorithm for deriving unit base resistance.

Quick start

  1. Clone to source code or download it from Github

  2. For novice users, installing Python 3.7 using Anaconda (https://www.anaconda.com/distribution/) is recommended. The Anaconda installation immediately takes care of the required dependencies (Numpy, Scipy and Pandas).

  3. Run python setup.py install to install the package.

  4. Jupyter notebooks with the benchmark calculations provided by BGGG are included in the examples folder. You can download and run these to check the working of the method.

Full documentation is available on https://www.snakesonabrain.com/docs/methodedebeer

License

This package is distributed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/). This means you can use the package for study and non-commercial purposes. Contact the authors for other licensing options if you plan to use the package for commercial work.

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.