OpenFOAM driver for sim.
Project description
sim-plugin-openfoam
OpenFOAM driver for sim-cli,
distributed as a plugin via Python entry_points.
Install
For agent projects, install sim-cli-core and the OpenFOAM plugin in the project environment:
uv init # only if this is not already a uv project
uv add sim-cli-core sim-plugin-openfoam
uv run sim plugin sync-skills --target .agents/skills --copy
uv run sim check openfoam
uv run sim plugin doctor openfoam --deep
For Claude Code, sync the bundled skill to .claude/skills instead:
uv run sim plugin sync-skills --target .claude/skills --copy
For a reproducible agent run, pin the PyPI package version:
uv add sim-cli-core "sim-plugin-openfoam==0.1.0"
uv run sim ... runs sim from this project environment, so it sees this
project's plugins. Without uv, create and activate a venv, then install
sim-cli-core plus this plugin from PyPI with python -m pip.
Development
git clone https://github.com/svd-ai-lab/sim-plugin-openfoam
cd sim-plugin-openfoam
uv sync
uv run pytest
License
Apache-2.0.
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 sim_plugin_openfoam-0.1.0.tar.gz.
File metadata
- Download URL: sim_plugin_openfoam-0.1.0.tar.gz
- Upload date:
- Size: 121.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
424534a22ea574ec788c06b3a6e6d93425fb4b2ca1c00ad5425ae8315f1bb080
|
|
| MD5 |
19a6b4d018eda13cf5492a860a92c751
|
|
| BLAKE2b-256 |
6b4e571f63f1592b4ce778d69ab9f7e3172c1d15add876d3fe05459f0a212435
|
File details
Details for the file sim_plugin_openfoam-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sim_plugin_openfoam-0.1.0-py3-none-any.whl
- Upload date:
- Size: 93.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c03db75aac4f22ff1219b6d5abd785c6f500a5ef3dae97fb087db1d3ad48bd63
|
|
| MD5 |
6c4324fb7a8b8849f48e571998d84ef3
|
|
| BLAKE2b-256 |
192d3bb551f1debe389d21fb32d59a5ed7193041653a68b48d3631fbe4f491ec
|