SDyPy - Structural Dynamics Python
Project description
SDyPy - Structural Dynamics Python
This package has the goal to defragment the open source effort in the scientific field of structural dynamics. Our goal is to speed-up the development and implementation of scientific methods. This an open and free initiative, we stand up for:
free MIT license,
open development,
open accepting of contributions,
open decision making,
multi-institutional engagement.
SDyPy depends on core SciPy stack packages, please use those packages where possible. If you would like an extension to be implemented, if it is general and not related to structural dynamics, consider implementing it into the SciPy stack.
Installation and basic usage
Install this package by:
pip install sdypy
The sdypy offers a convenient way to access the functionality of the namespace packages.
First import the sdypy package:
import sdypy as sd
Access the EMA module:
model = sd.EMA.Model(FRF_matrix, freq_array)
or the io module:
uff_obj = sd.io.uff.UFF('file.uff')
or the FRF module:
frf_obj = sd.FRF.FRF(sampling_freq, excitation, response)
or the excitation module:
gausian_signal = sd.excitation.random_gaussian((N, PSD, fs))
Package integration in SDyPy
The existing efforts in the field of structural dynamics are included in SDyPy according to the level of integration (see SEP 1).
- 1st level (part of SDyPy repository or organization):
sdypy-EMA (Experimental Modal Analysis in Python)
sdypy-io (Input/Output for Structural Dynamics)
sdypy-FRF (Frequency Response Function estimation)
sdypy-excitation (Excitation signals as used in structural dynamics and vibration fatigue)
2nd level (namespace package in independent repository):
- 4th level (these packages are developed completely independently but might be useful for 3rd, 2nd and 1st level packages):
pyFRF (Frequency Response Function estimation)
pyFBS (Frequency Based Substructuring and Transfer Path Analysis)
speckle_pattern (Speckle pattern generation for DIC)
pyUFF (Universal File Format in Python)
pyNNST (Obtaining non-stationary index for time-series)
python-acoustics (Useful tools for acousticians)
pyTrigger (Software trigger for data acquisition)
AMfe (Finite Element Research Code)
Project details
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
File details
Details for the file sdypy-0.4.0.tar.gz
.
File metadata
- Download URL: sdypy-0.4.0.tar.gz
- Upload date:
- Size: 11.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 585165bb2e68cfe9653fbfbc34aa48a2a3a95f80625bbf5a60dc0dd4a12f4a19 |
|
MD5 | 0cecea0148d1f67a61853f5a1a4c22a3 |
|
BLAKE2b-256 | b4234ef4bf8b1955eab17817443a21079916000a3b5b15affb2fe29b9ad4a4fc |
Provenance
File details
Details for the file sdypy-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: sdypy-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a87fb3f17050a7ebc409e13e289f23c14889e71db3aaf32c6f0674b36547f7 |
|
MD5 | 09d5fc6bea1e3b096d54a9cf58223b78 |
|
BLAKE2b-256 | 8037666dd5f8e4e142534c782b2420305465c54088b47e4626667c7ef2eab7b6 |