Skip to content

robbievanleeuwen/concrete-properties

Repository files navigation

concreteproperties logo

PyPI Status Python Version License Read the documentation at https://concrete-properties.readthedocs.io/ Tests Codecov pre-commit Black

concreteproperties is a python package that can be used to calculate the section properties of arbitrary reinforced concrete sections. concreteproperties can calculate gross, cracked and ultimate properties. It can perform moment curvature analyses and generate moment interaction and biaxial bending diagrams. On top of this, concreteproperties can also generate pretty stress plots!

Here's an example of some of the non-linear output concreteproperties can generate:

Installation

You can install concreteproperties via pip from PyPI:

pip install concreteproperties

Documentation

concreteproperties is fully documented including a user walkthrough, examples, background theory and an API guide. The documentation can found at https://concrete-properties.readthedocs.io/.

Features

See the complete list of concreteproperties features here.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, concreteproperties is free and open source software.

Support

Found a bug 🐛, or have a feature request ✨, raise an issue on the GitHub issue tracker Alternatively you can get support on the discussions page.

Disclaimer

concreteproperties is an open source engineering tool that continues to benefit from the collaboration of many contributors. Although efforts have been made to ensure the that relevant engineering theories have been correctly implemented, it remains the user's responsibility to confirm and accept the output. Refer to the license for clarification of the conditions of use.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.