# **SigmaEpsilon.Solid.Fourier** - Fourier solutions of some plate and beam bending problems in Python
![ ](https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier/blob/main/logo.png?raw=true)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/sigma-epsilon/sigmaepsilon.solid.fourier/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/sigma-epsilon/sigmaepsilon.solid.fourier/tree/main)
[![codecov](https://codecov.io/gh/sigma-epsilon/sigmaepsilon.solid.fourier/graph/badge.svg?token=7JKJ3HHSX3)](https://codecov.io/gh/sigma-epsilon/sigmaepsilon.solid.fourier)
[![Documentation Status](https://readthedocs.org/projects/sigmaepsilonsolidfourier/badge/?version=latest)](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI - Version](https://img.shields.io/pypi/v/sigmaepsilon.solid.fourier)](https://pypi.org/project/sigmaepsilon.solid.fourier/)
[![Python](https://img.shields.io/badge/python-3.10|3.11|3.12-blue)](https://www.python.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
The `sigmaepsilon.solid.fourier` library provides semi-analytic solutions for certain beam and plate bending problems, where boundary conditions are inherently satisfied through the careful choice of approximating functions. While the calculations are limited to a few boundary conditions, they are considerably faster than, for example, a finite element solution when applicable. This makes the library particularly useful for several purposes:
- experimentation
- verification
- concept validation
- education
- publication
## Highlights
- Semi-analytic solutions of beam and plate problems.
- Easy to use, high level interface to define various kinds of loads.
- Support for arbitrary loads using Monte-Carlo based coefficient determination.
- Industry-grade performance based on highly parallel, performant code.
- Tight integration with popular Python libraries like NumPy, SciPy, xarray, etc.
- A gallery of examples for plotting with Matplotlib for all types of problems.
- A collection of downloadable Jupyter Notebooks ready for execution covering all available functionality.
- Getting Started, User Guide and API Reference in the documentation.
- The library is intensively tested on CircleCI and has a high coverage level (read more about testing below).
## Documentation
The [documentation](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/) is built with [Sphinx](https://www.sphinx-doc.org/en/master/) using the [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html) and hosted on [ReadTheDocs](https://readthedocs.org/).
Check it out for the user guide, installation instructions, an ever growing set of examples, and API Reference.
## Installation
For installation instructions, please refer to the [documentation](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/).
## How to contribute?
Contributions are currently expected in any the following ways:
- **finding bugs**
If you run into trouble when using the library and you think it is a bug, feel free to raise an issue.
- **feedback**
All kinds of ideas are welcome. For instance if you feel like something is still shady (after reading the user guide), we want to know. Be gentle though, the development of the library is financially not supported yet.
- **feature requests**
Tell us what you think is missing (with realistic expectations).
- **examples**
If you've done something with the library and you think that it would make for a good example, get in touch with the developers and we will happily inlude it in the documention.
- **sharing is caring**
If you like the library, share it with your friends or colleagues so they can like it too.
In all cases, read the [contributing guidelines](CONTRIBUTING.md) before you do anything.
## Acknowledgements
**Many of the packages referenced in this document and in the introduction have corresponding research papers that can be cited. If you use them in your work through `sigmaepsilon.solid.fourier`, please take a moment to review their documentation and cite their papers accordingly.**
Additionally, the funding for these libraries often depends on the size of their user base. If your work heavily relies on these libraries, consider showing your support by clicking the :star: button.
## License
This package is licensed under the [MIT license](LICENSE.txt).
Raw data
{
"_id": null,
"home_page": "https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier",
"name": "sigmaepsilon.solid.fourier",
"maintainer": "Bence Balogh",
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": "bencebalogh@sigmaepsilon.com",
"keywords": "engineering, fourier, benchmark, mechanics, solid mechanics, elasticity, mindlin, kirchhoff, euler, timoshenko, beam, plate, uflyand, bernoulli, bensys, programming, Python",
"author": "Bence Balogh",
"author_email": "bencebalogh@sigmaepsilon.com",
"download_url": "https://files.pythonhosted.org/packages/ea/57/9221d997f4a13b46dc4ec76791fcbebf03f77cbb281469b9a3684c6f18e8/sigmaepsilon_solid_fourier-2.1.0.tar.gz",
"platform": null,
"description": "# **SigmaEpsilon.Solid.Fourier** - Fourier solutions of some plate and beam bending problems in Python\n\n![ ](https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier/blob/main/logo.png?raw=true)\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/sigma-epsilon/sigmaepsilon.solid.fourier/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/sigma-epsilon/sigmaepsilon.solid.fourier/tree/main)\n[![codecov](https://codecov.io/gh/sigma-epsilon/sigmaepsilon.solid.fourier/graph/badge.svg?token=7JKJ3HHSX3)](https://codecov.io/gh/sigma-epsilon/sigmaepsilon.solid.fourier)\n[![Documentation Status](https://readthedocs.org/projects/sigmaepsilonsolidfourier/badge/?version=latest)](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/?badge=latest)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI - Version](https://img.shields.io/pypi/v/sigmaepsilon.solid.fourier)](https://pypi.org/project/sigmaepsilon.solid.fourier/)\n[![Python](https://img.shields.io/badge/python-3.10|3.11|3.12-blue)](https://www.python.org)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nThe `sigmaepsilon.solid.fourier` library provides semi-analytic solutions for certain beam and plate bending problems, where boundary conditions are inherently satisfied through the careful choice of approximating functions. While the calculations are limited to a few boundary conditions, they are considerably faster than, for example, a finite element solution when applicable. This makes the library particularly useful for several purposes:\n\n- experimentation\n- verification\n- concept validation\n- education\n- publication\n\n## Highlights\n\n- Semi-analytic solutions of beam and plate problems.\n- Easy to use, high level interface to define various kinds of loads.\n- Support for arbitrary loads using Monte-Carlo based coefficient determination.\n- Industry-grade performance based on highly parallel, performant code.\n- Tight integration with popular Python libraries like NumPy, SciPy, xarray, etc.\n- A gallery of examples for plotting with Matplotlib for all types of problems.\n- A collection of downloadable Jupyter Notebooks ready for execution covering all available functionality.\n- Getting Started, User Guide and API Reference in the documentation.\n- The library is intensively tested on CircleCI and has a high coverage level (read more about testing below).\n\n## Documentation\n\nThe [documentation](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/) is built with [Sphinx](https://www.sphinx-doc.org/en/master/) using the [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html) and hosted on [ReadTheDocs](https://readthedocs.org/).\n\nCheck it out for the user guide, installation instructions, an ever growing set of examples, and API Reference.\n\n## Installation\n\nFor installation instructions, please refer to the [documentation](https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/).\n\n## How to contribute?\n\nContributions are currently expected in any the following ways:\n\n- **finding bugs**\n If you run into trouble when using the library and you think it is a bug, feel free to raise an issue.\n- **feedback**\n All kinds of ideas are welcome. For instance if you feel like something is still shady (after reading the user guide), we want to know. Be gentle though, the development of the library is financially not supported yet.\n- **feature requests**\n Tell us what you think is missing (with realistic expectations).\n- **examples**\n If you've done something with the library and you think that it would make for a good example, get in touch with the developers and we will happily inlude it in the documention.\n- **sharing is caring**\n If you like the library, share it with your friends or colleagues so they can like it too.\n\nIn all cases, read the [contributing guidelines](CONTRIBUTING.md) before you do anything.\n\n## Acknowledgements\n\n**Many of the packages referenced in this document and in the introduction have corresponding research papers that can be cited. If you use them in your work through `sigmaepsilon.solid.fourier`, please take a moment to review their documentation and cite their papers accordingly.**\n\nAdditionally, the funding for these libraries often depends on the size of their user base. If your work heavily relies on these libraries, consider showing your support by clicking the :star: button.\n\n## License\n\nThis package is licensed under the [MIT license](LICENSE.txt).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Fourier solutions of some plate and beam bending problems in Python",
"version": "2.1.0",
"project_urls": {
"Documentation": "https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/?badge=latest",
"Homepage": "https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier",
"Repository": "https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier"
},
"split_keywords": [
"engineering",
" fourier",
" benchmark",
" mechanics",
" solid mechanics",
" elasticity",
" mindlin",
" kirchhoff",
" euler",
" timoshenko",
" beam",
" plate",
" uflyand",
" bernoulli",
" bensys",
" programming",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0d50c79f973f37514b54e943da34f7a7f9406ee9f7c65301cb728387afe3713c",
"md5": "038abd9bb89cf6d4fa3c26d02bc4ad17",
"sha256": "e9ded98b97eb9098f34fe8155b71d93f2d9cf90811cf0c55c1282774d6a8f74c"
},
"downloads": -1,
"filename": "sigmaepsilon_solid_fourier-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "038abd9bb89cf6d4fa3c26d02bc4ad17",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 27930,
"upload_time": "2024-10-27T13:12:11",
"upload_time_iso_8601": "2024-10-27T13:12:11.995683Z",
"url": "https://files.pythonhosted.org/packages/0d/50/c79f973f37514b54e943da34f7a7f9406ee9f7c65301cb728387afe3713c/sigmaepsilon_solid_fourier-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea579221d997f4a13b46dc4ec76791fcbebf03f77cbb281469b9a3684c6f18e8",
"md5": "2d350ce093a39b4fe0fc67b6d002e998",
"sha256": "0306f8f7218282ecd3848fc6e32a213334a2ad8635b9e377243975a4ae6a014e"
},
"downloads": -1,
"filename": "sigmaepsilon_solid_fourier-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "2d350ce093a39b4fe0fc67b6d002e998",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 21465,
"upload_time": "2024-10-27T13:12:13",
"upload_time_iso_8601": "2024-10-27T13:12:13.325244Z",
"url": "https://files.pythonhosted.org/packages/ea/57/9221d997f4a13b46dc4ec76791fcbebf03f77cbb281469b9a3684c6f18e8/sigmaepsilon_solid_fourier-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-27 13:12:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sigma-epsilon",
"github_project": "sigmaepsilon.solid.fourier",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"circle": true,
"requirements": [],
"lcname": "sigmaepsilon.solid.fourier"
}