https://github.com/robbievanleeuwen/section-properties
Analysis of an arbitrary cross-section in python using the finite element method.
https://github.com/robbievanleeuwen/section-properties
computational-mechanics cross-section finite-element-analysis finite-element-method python stress-analysis structural-engineering
Last synced: 3 days ago
JSON representation
Analysis of an arbitrary cross-section in python using the finite element method.
- Host: GitHub
- URL: https://github.com/robbievanleeuwen/section-properties
- Owner: robbievanleeuwen
- License: mit
- Created: 2017-09-24T11:16:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-11T05:31:11.000Z (about 1 month ago)
- Last Synced: 2026-01-11T22:31:08.680Z (13 days ago)
- Topics: computational-mechanics, cross-section, finite-element-analysis, finite-element-method, python, stress-analysis, structural-engineering
- Language: Python
- Homepage: https://sectionproperties.rtfd.io
- Size: 46.9 MB
- Stars: 509
- Watchers: 36
- Forks: 112
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-architecture - section-properties - Cross-Section Analysis. (Structural Analysis Software)
README

[][pypi_]
[][status]
[][python version]
[][license]
[][read the docs]
[][uv]
[][ruff]
[][pre-commit]
[][tests]
[][codecov]
[][joss]
[pypi_]: https://pypi.org/project/sectionproperties/
[status]: https://pypi.org/project/sectionproperties/
[python version]: https://pypi.org/project/sectionproperties
[read the docs]: https://sectionproperties.readthedocs.io/
[uv]: https://github.com/astral-sh/uv
[ruff]: https://github.com/astral-sh/ruff
[pre-commit]: https://github.com/pre-commit/pre-commit
[tests]: https://github.com/robbievanleeuwen/section-properties/actions/workflows/ci.yml
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/section-properties
[joss]: https://doi.org/10.21105/joss.06105
`sectionproperties` is a python package for the analysis of arbitrary cross-sections
using the finite element method. `sectionproperties` can be used to determine
section properties to be used in structural design and visualise cross-sectional
stresses resulting from combinations of applied forces and bending moments.
[Subscribe](http://eepurl.com/dMMUeg) to the `sectionproperties` mailing list!
## Installation
You can install `sectionproperties` via [pip] from [PyPI]:
```shell
pip install sectionproperties
```
## Documentation
`sectionproperties` is fully documented including a user walkthrough, examples,
background theory and an API guide. The documentation can found at
[https://sectionproperties.readthedocs.io/](https://sectionproperties.readthedocs.io/).
## Features
See the complete list of `sectionproperties` features
[here](https://sectionproperties.readthedocs.io/en/stable/user_guide.html).
## Contributing
Contributions are very welcome. To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [MIT license][license], `sectionproperties` is free
and open source software.
## Support
Found a bug 🐛, or have a feature request ✨, raise an issue on the
GitHub [issue tracker](https://github.com/robbievanleeuwen/section-properties/issues)
Alternatively you can get support on the
[discussions](https://github.com/robbievanleeuwen/section-properties/discussions) page.
## Disclaimer
`sectionproperties` 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][license] for clarification of the conditions of use.
[pypi]: https://pypi.org/
[pip]: https://pip.pypa.io/
[license]: https://github.com/robbievanleeuwen/section-properties/blob/master/LICENSE
[contributor guide]: https://github.com/robbievanleeuwen/section-properties/blob/master/CONTRIBUTING.md