Giter VIP home page Giter VIP logo

beamdesign's Introduction

BeamDesign

Code style: black

A Python library intended to carry out beam / column design checks for structural engineers.

Currently this is very definitely a work in progress. Initially, the library will start with a check to AS4100, the current Australian Standard for steel design. It is intended that version 0.1 will be released when a full AS4100 check is implemented. Other Australian and International standards may follow.

It is intended that this library will:

  • Be simple to use.
  • Have a strict distinction between code that represents real world objects such as beams / columns and the code that carries out the design checks using the engineering "useful fiction" that are design codes.
  • Allow for easy addition of other design codes.

Currently working towards release 0.1 (see project board for release plans)

This library is NOT intended for use by persons who do not have an appropriate structural or mechanical engineering background. Design standards have many assumptions built into them that may not be realised by those without appropriate training. Assumptions made by the designer when calculating the loads on a beam may also affect the checks required by the design codes. Use of this library by those without appropriate knowledge could lead to serious structural failure.

beamdesign's People

Contributors

skane88 avatar

Stargazers

Luis C. Pérez Tato avatar  avatar

Watchers

 avatar

beamdesign's Issues

Refactor Material

def E(self) -> float:

Material class should be almost empty of methods and just be a data placeholder. The different codes require different info so the material should just have a limited set of info - type, standard, grade, a dict of data that can be anything a code requires and a classmethod to load from a file.

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.