Giter Club home page Giter Club logo

concretepy's Introduction

ConcretePy

This project is intended to develop a series of code modules to perform concrete analysis and design capabilities.

The primary code basis is the ACI 318 (US), however we're working on adding some functionality for JIS materials (Japan)

STATUS

The current focus is a refactor that feeds into the rccolumn.py module, which is used for creating PM diagrams of columns and walls in the elastic range. So we're working on a branch of the rcmaterials.py module, which feeds into rccolumn.py.

concretepy's People

Contributors

benstanfish avatar

Stargazers

 avatar

Watchers

 avatar

concretepy's Issues

Rename TriangularSum

Rename to sum_previous or something like that and change the book to is_included, etc.

np and pd both have cumsum, but these are not lower bound.

  • cumulative
  • running
  • snowball

Z@MaxAxial Alternative

The ZAtMax* functions need to be reworked not using ZfromP. Rather, need to refactor using the calculated c or strain at d functs to give more precise Z values.

These two functions are not actually necessary for the process --- Pmax and Pmin are calculated directly.

GUI

Planning on a PyQt6 interface with ability to input geometry and see realtime PM diagram. Coming soon...

Rename ConcreteSection Class

Call it ConcreteColumn instead.

Although it could also be used for a wall section too, it's main focus is columnar analysis.

Z at P values - Sensitivity to Initial Zs

Problem:
The Z@P function is currently broken. And it's sensitive to the initial bounding Z values.

Background:
My previous VB code reversed Z signs for compression and tension. That part needs to be updated.

Thoughts:
This method uses Bisection Method for root finding. It shifts the PM graph vertically by a distance PDiff to align the PDiff value with the X axis. Values for P range from Pmax (compression) to Pmin (negative, tension). Z values range from about 1.5 (Pmax) to -50 to -75, maybe even -100, depending on the bar ultimate strain. Z simply relates the strain at d to ey of the bar.

Get "c" list

Need to revise the get c list approach, which was formerly based on VBA and it's limitations.

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.