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.2.tar.gz
(4.3 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.2.tar.gz.
File metadata
- Download URL: foampilot_csc-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64b11b3d296b5c0c929707420c5ce37201055f4a22cc877eaf6954e2e1ac6620
|
|
| MD5 |
d696bf2f1a2a3993a277beadc05954c0
|
|
| BLAKE2b-256 |
64380f92140a5a97a529865ca2e2939cbec8487b080c0de183c35233867aceaf
|
File details
Details for the file foampilot_csc-0.1.2-py3-none-any.whl.
File metadata
- Download URL: foampilot_csc-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
4b5e2c40110cdcbd36b863f406a5e8d490b794dfd5b40de44bd75cb2039095af
|
|
| MD5 |
80c7c8ccb931ebaa3497f003061ad88b
|
|
| BLAKE2b-256 |
c136544a5f61fb65535b8848de971a9925c7d49cc7f1128ec23f5d823506a22d
|