Giter VIP home page Giter VIP logo

lsvd's Introduction

Least Squares with Virtual Displacements (LSVD)

This program contains the algorithm of the LSVD method to calculate the shear strength paramaters of soils' samples.

To run the method you need to use the LSVD function and define your s1 and s3.

  • LSVD(...)

    Parameters

    • s1 (list)- It is the failure stress of the soils samples, i.e., the deviatoric stress plus the confinement pressure.
    • s3 (list)- It is the confinement pressure that the samples were subjected.
    • typef (str)- The type of failure envelope to calculate. Choose "linear" or "log".

Example

The following pictures are examples of the LSVD method.

After running the method the shear failure envelope function is printed on the console.

s3 = [50.9, 203.9, 407.8, 815.7, 917.7, 1019.7]     
s1 = [1019.7, 1570.3, 2253.5, 3293.6, 3528.2, 3681.1]   

Run LSVD(s1, s3, typef= "log")

The output is

τ= 921.327656270766  ln(σ + 749.6961834307052) + -6009.074646379983

1 2

lsvd's People

Contributors

xiaixue avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.