Git Product home page Git Product logo

beam-analysis's People

Contributors

xdwightsbeetsx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

beam-analysis's Issues

Finish CrossSection Options

Currently only one CrossSectionType is supported: CrossSectionTypes.CIRC

  • Add functionality for the other two suggested CrossSectionTypes
    • CrossSectionTypes.RECT
    • CrossSectionTypes.I
  • this includes implementation of the functions:
    • getArea(self)
    • getI(self)
    • getPlotPoints(self, xOffset, yOffset, zOffset, n=20)

Add Unit Conversion

New unit conversion

  • allow the user to optionally control input/output units
    • either in the construction of a Beam (probably preferred)
      Beam(l, e, i, unitsIn=Units.SI, unitsOut=Units.Customary)
    • or specify each input unit
      e = E(207, units=Units.Gpa)
      l = L(1.0, units=Units.m)

Pretty ReadMe

Images

image

Emojis

๐ŸŒ‰ ๐Ÿš€ ๐ŸšŸ
๐Ÿ“ ๐Ÿ“‰ ๐Ÿ“ˆ

Output Report Info to File

Currently

Important Analysis Results are only printed in the console

Desired

Make an output report for the beam.

  • Ideas:
    • .csv file with results and config info
    • quick and dirty .txt file
    • fancy shmancy .pdf using a save image from the 2d-3d plots

Travis Overusage

Currently

Travis runs every time there is an update to master

Desired

Run Travis tests on any push to master
Run Travis upload to PyPi only on a branch merge to master

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.