Metadata-Version: 2.4
Name: beamcalc-rc
Version: 0.0.5
Summary: Reinforced concrete beam displacements calculator in Python, considering loss of inertia due to crackling.
Home-page: https://github.com/pgalan94/beamcalc-rc
Author: Pedro Déo
Author-email: pgalan94@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# beamcalc-rc
A Reinforced Concret beam solver in Python, using [AnaStruct](https://github.com/ritchie46/anaStruct)
It's a no interface version of my undergraduate thesis project, available at https://github.com/pgalan94/ImediataVigas

## Setup

```bash
pip install beamcalc-rc
```

## Example usage

Right now, the script is still "very tied" to the old (legacy) code.
I'll be refactoring this right away.
For now, checkout the `example.py` file to use this lib as intended.

## What's up

> Simply supported beams

## Up next

> All beam support types (cantilever, fixed, etc.)
> Continuous beams

## Final thoughts

Since this project uses "1-dimension finite elements approximation", I'm not planning in expanding this lib to 3d beams, like "U-shaped" balcony beams. My goal with this project is to decouple my initial script from tkinter, exposing a lib that can be used for beam solving without a GUI.
