Numerical tools for studying VIV models
Project description
VIVyD: Vortex-Induced Vibration Dynamics
Description
VIVyD is a Python package for simulating vortex-induced vibrations (VIV). It implements several models for the fluid-structure interaction.
Installation
You can install it using the pip command:
pip install vivyd
Development setup
To work on the source code of this project, clone this repository to your local machine.
git clone https://gitlab.uliege.be/structural-and-stochastic-dynamics/vivyd.git
Or, if you prefer using SSH:
git clone git@gitlab.uliege.be:structural-and-stochastic-dynamics/vivyd.git
Then, navigate into the project directory:
cd vivyd
Next, it is recommended to create a virtual environment to manage dependencies. In particular, this project uses uv as recommended environment management. To install the environment in editable mode with the specified dependencies, simply run:
uv sync
Equivalently, using pip:
pip install -e .
Usage
Once installed, the package can be imported in your own Python scripts or Jupyter notebooks with
import vivyd
Under the development setup, examples of how to use the package can be found in the examples/ directory. You can run scripts using
uv run examples/example_name.py
or, interactively for the Jupyter notebooks.
Support
The best way to get help is to open an issue in the issue tracker of this repository.
Contributing
This project is open to contributions. If you would like to contribute, please fork the repository and create a pull request with your changes. Make sure to follow the coding style and include tests for any new features or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE.md 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 vivyd-0.1.8.tar.gz.
File metadata
- Download URL: vivyd-0.1.8.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f9020a834d3f5bd02217fd81a99484fa8c6e2b50da03c63022c5f5b9619ef0
|
|
| MD5 |
5f1e2351174cad338e57e86e13ef5c3f
|
|
| BLAKE2b-256 |
2a4c91c515d6e5e045c626bd29d0b34c99cfd1df8f1ba26307826b6916d65f91
|
File details
Details for the file vivyd-0.1.8-py3-none-any.whl.
File metadata
- Download URL: vivyd-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc2eef5dccf3fd49ed4677bb54c5311172109948286dda18f4cd99cbfdf031e4
|
|
| MD5 |
bdf6cdf16d073bb6b2dc7fd3905d5e0e
|
|
| BLAKE2b-256 |
58bde13a225c6d7d4ee5bcedeb230f37c705f7f7c573fd5093de3c23090fde75
|