Python API for Fluid-solid interaction FEM simulations
Project description
ROMSOL
A comsol-like python API.
Installation
PDM Installation
ROMSOL relies on the Python Development Master (PDM) for package management.
UV Installation
UV is a modern Python package manager that provides a simple and efficient way to manage Python packages and environments. For example, different python intepreter can be installed through the commands:
uv python install 3.11 3.12 3.13
ThisPython API is developped under python 3.13, so with uv run:
uv python install 3.13
Then, to install PDM using UV, run the following command:
uv pip install pdm
PIPX Installation
To install PDM using pipx, run the following command:
pipx install pdm
Prefer pipx as it allows you to install Python applications in isolated environments, preventing conflicts between packages.
Verify PDM Installation
When the installation is complete, you can verify that PDM is installed correctly by running:
pdm --version
ROMSOL Installation
To install ROMSOL for development purposes, use PDM to install it in editable mode. This allows you to make changes to the source code and have those changes reflected immediately without needing to reinstall the package. To do this, navigate to the directory where you have the ROMSOL source code and run:
pdm install -e .
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
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 romsol-0.0.1.tar.gz.
File metadata
- Download URL: romsol-0.0.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.7 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e83f41f56fc877b6bafb9555383d445013a423450eb85e9b2046941227a5e4
|
|
| MD5 |
9dd535bcb715863f66f82f9e49c911b8
|
|
| BLAKE2b-256 |
d03a6eda62c67b76a651a8abeb7958123056015df63d43ad3591541ed93f87b1
|
File details
Details for the file romsol-0.0.1-py3-none-any.whl.
File metadata
- Download URL: romsol-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.7 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebe8e26b814a0cbd17c429399b6d501f8db6d5805a6eb7bdab20d25d9ea414d1
|
|
| MD5 |
ee603abf42284bf7ea11bb69213bfd87
|
|
| BLAKE2b-256 |
f6d22b438c0a0206138534e149d34d7aa081301b617beb58397d0ffd648121f5
|