Python orchestration for OpenFOAM, SmartSim, and machine-learning workflows on CSC systems
Project description
FoamPilot CSC
FoamPilot CSC provides a Python interface for OpenFOAM workflows integrated with SmartSim and SmartRedis on CSC systems.
Installation
pip install foampilot-csc
Basic usage
from foampilot import FoamCase
case = FoamCase("/path/to/openfoam/case")
case.publish_fields(["p", "U"])
result = case.run(mesh=True)
p = result.field("p")
U = result.field("U")
Requirements
FoamPilot CSC is intended for CSC environments with the compatible SmartSim-CSC and OpenFOAM integration installed.
License
See the SmartSim-CSC repository for licensing information.
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
foampilot_csc-0.1.1.tar.gz
(4.2 kB
view details)
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 foampilot_csc-0.1.1.tar.gz.
File metadata
- Download URL: foampilot_csc-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e79b814c38e9c1213eb44dd0a433d794d52b31a0fd41054c79effa1e9d7a3c7
|
|
| MD5 |
c60989de3546f2a90a81d0cd475c26f0
|
|
| BLAKE2b-256 |
cb651f7715aa4cfd5c8cdccf5dcdb8dfc0832310637bc715aa447df131324e6d
|
File details
Details for the file foampilot_csc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: foampilot_csc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a245c0e71bb92deae99a63f6952e8cb574df31b819ae4c93f3fb722ebb01a139
|
|
| MD5 |
4ce1a8e5776fc5b503bb0d96a49dff11
|
|
| BLAKE2b-256 |
f4536d2ec04a3b29704e8add44bdfd8fab35c42c64d37bafee1babee8c0bda01
|