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-1.0.1.tar.gz
(11.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-1.0.1.tar.gz.
File metadata
- Download URL: foampilot_csc-1.0.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f474e18ecc5fde62b35fdad0da56c4719beb15304d867921f249077d8d2621
|
|
| MD5 |
44a57f27e36fa0e7069315332e69e4c3
|
|
| BLAKE2b-256 |
846429dd5575234c1bf8be212a61a50ffe5d16f11cc1376548061b765593a40b
|
File details
Details for the file foampilot_csc-1.0.1-py3-none-any.whl.
File metadata
- Download URL: foampilot_csc-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dc241d74d857db14f6a4147ef0ed2d311645bf46bb508bcc1a6328154c99d52
|
|
| MD5 |
284355b3b4e9a21f866093a1ff35bdb4
|
|
| BLAKE2b-256 |
015b7092e491bdfdd7bf08aa51a5d41618dd100b59c0346fa78f536100ed11f5
|