System modeling, including lumped mass and FEM.
Project description
sdypy-model
A namespace Python package for the SDyPy project.
The package currently contains the following finite elements:
beam: Euler-Bernoulli and Timoshenko beam elements.shell: MITC4 shell elements.tet: Quadratic (10 node) tetrahedral elements.
Note: The package is still under development and may not be fully functional.
Beam elements
import sdypy as sd
beam_obj = sd.model.Beam(...)
M = beam_obj.M
K = beam_obj.K
Shell elements
import sdypy as sd
shell_obj = sd.model.Shell(...)
M = shell_obj.M
K = shell_obj.K
Tetrahedral elements
import sdypy as sd
tet_obj = sd.model.Tetrahedron(...)
M = tet_obj.M
K = tet_obj.K
Disclaimer
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
Use of this software is at your own risk.
This software is distributed under the terms of the MIT License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sdypy_model-0.1.4.tar.gz.
File metadata
- Download URL: sdypy_model-0.1.4.tar.gz
- Upload date:
- Size: 75.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3730c5edb2e7988f64fc4e50d99cd2b1e540cb745c605303ad8194f62a891ea7
|
|
| MD5 |
29e29a3e4e27c9a03b0c24fb9e716320
|
|
| BLAKE2b-256 |
01246f624d339f3d75191fb3ea2b51357b77d8f279d3fbb678ac731a165b170f
|
File details
Details for the file sdypy_model-0.1.4-py3-none-any.whl.
File metadata
- Download URL: sdypy_model-0.1.4-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f03dbc3db686efe3157423efc7d9321b43d4e23ca67cb801ed8762ddb4af388
|
|
| MD5 |
363bdb726428fa8e531b75f0b952e75e
|
|
| BLAKE2b-256 |
6a23ac33b18ff4265fdd78cfc7faf88063f2480b88eba532c168d0e1ce49fd74
|