Software Open Access
Schlegel, Fabian;
Fombonne, Clement;
Hänsch, Susann;
Krull, Benjamin;
Lehnigk, Ronald;
Meller, Richard
{
"created": "2026-03-20T14:41:48.650576+00:00",
"links": {
"badge": "https://rodare.hzdr.de/badge/doi/10.14278/rodare.4566.svg",
"doi": "https://doi.org/10.14278/rodare.4566",
"conceptbadge": "https://rodare.hzdr.de/badge/doi/10.14278/rodare.3093.svg",
"conceptdoi": "https://doi.org/10.14278/rodare.3093",
"bucket": "https://rodare.hzdr.de/api/files/4a983337-e55a-4138-b238-d859371285ce",
"html": "https://rodare.hzdr.de/record/4566",
"latest": "https://rodare.hzdr.de/api/records/4576",
"latest_html": "https://rodare.hzdr.de/record/4576"
},
"stats": {
"volume": 787554.0,
"unique_downloads": 13.0,
"version_unique_downloads": 4403.0,
"unique_views": 60.0,
"downloads": 15.0,
"version_unique_views": 12495.0,
"version_views": 17231.0,
"version_downloads": 4885.0,
"version_volume": 136968811.0,
"views": 63.0
},
"doi": "10.14278/rodare.4566",
"files": [
{
"bucket": "4a983337-e55a-4138-b238-d859371285ce",
"size": 15618,
"links": {
"self": "https://rodare.hzdr.de/api/files/4a983337-e55a-4138-b238-d859371285ce/CHANGELOG.md"
},
"key": "CHANGELOG.md",
"checksum": "md5:af3b14545062975c87ead91871528514",
"type": "md"
},
{
"bucket": "4a983337-e55a-4138-b238-d859371285ce",
"size": 119045,
"links": {
"self": "https://rodare.hzdr.de/api/files/4a983337-e55a-4138-b238-d859371285ce/multiphasepy-3.0.1-py3-none-any.whl"
},
"key": "multiphasepy-3.0.1-py3-none-any.whl",
"checksum": "md5:639df073cc71c71cdbaa58a8fcd24f98",
"type": "whl"
},
{
"bucket": "4a983337-e55a-4138-b238-d859371285ce",
"size": 85406,
"links": {
"self": "https://rodare.hzdr.de/api/files/4a983337-e55a-4138-b238-d859371285ce/multiphasepy-3.0.1.tar.gz"
},
"key": "multiphasepy-3.0.1.tar.gz",
"checksum": "md5:a4b23a4b2c814c5de39a49af10db2bcf",
"type": "gz"
}
],
"revision": 12,
"updated": "2026-03-26T07:38:00.457452+00:00",
"conceptrecid": "3093",
"id": 4566,
"metadata": {
"doc_id": "1",
"resource_type": {
"title": "Software",
"type": "software"
},
"title": "Multiphase Python Repository by HZDR",
"access_right": "open",
"references": [],
"publication_date": "2026-03-20",
"keywords": [
"Python",
"Numerical Simulations",
"Post-Processing",
"Gitlab"
],
"related_identifiers": [
{
"identifier": "https://www.hzdr.de/publications/Publ-39434",
"relation": "isIdenticalTo",
"scheme": "url"
},
{
"identifier": "10.14278/rodare.3093",
"relation": "isVersionOf",
"scheme": "doi"
}
],
"doi": "10.14278/rodare.4566",
"communities": [
{
"id": "rodare"
}
],
"version": "3.0.1",
"description": "<p>The <code>multiphasepy</code> is a Python toolkit for building, running, and maintaining CFD simulation case collections for the software released by the OpenFOAM Foundation (but also others, like Ansys Fluent or Siemens Simcenter Star-CCM). It combines reusable library modules with practical command-line tools to cover the full simulation lifecycle: case templating, batch execution, monitoring, post-processing, validation support, repository comparison, and publication workflows.</p> <p>At its core, <code>multiphasepy</code> helps teams move from individual case setups to scalable, structured projects containing a large collection of setups, e.g. a validation database. Cases can be provided as templates that are parameterized at runtime, metadata can be managed in a machine-readable way and cases can be conveniently batch-processed with the workflow management tool Snakemake both on workstations and Slurm-based HPC systems. Using a container-based software environment (e.g. Apptainer or Docker) the case collection becomes fully portable. An integrated Copier template allows the creation and maintenance of multiple independent case collections.</p> <p>Beyond execution, the package supports quality assurance and communication of results: tools are included for automated checks, fuzzy-logic based evaluation, data conversion, visualization, and generation of artifacts suitable for reporting and dissemination. This makes multiphasepy a practical bridge between day-to-day CFD case work and long-term, reproducible research software operations in collaborative environments.</p> Command-Line Tools <p>The multiphasepy package provides a comprehensive suite of command-line tools for CFD workflow management, data processing, and quality assurance. All tools follow the naming convention <code>mpy<function></code> and provide <code>--help</code> for detailed usage information.</p> Workflow Management <ul> <li><strong>mpycopy</strong> : Copy and render templated cases</li> <li><strong>mpydocker</strong> : Launch customizable Docker development environments</li> <li><strong>mpywatch</strong> : Progress display and real-time data visualization</li> <li><strong>mpyworkflow</strong> : Create and manage cases projects allowing batch processing</li> </ul> Data Processing <ul> <li><strong>mpyconv</strong> : Convert data files between formats</li> <li><strong>mpypost</strong> : Mathematical post-processing operations</li> <li><strong>mpyvisualize</strong> : Visualize simulation result files</li> </ul> Quality Assurance <ul> <li><strong>mpytest</strong> : Run CFD code functionality tests</li> <li><strong>mpyfuzzy</strong> : Evaluate simulation goodness using fuzzy logic</li> <li><strong>mpyhooks</strong> : Run git hooks for code quality checks</li> </ul> Utilities <ul> <li><strong>mpyidentify</strong> : Identify file types and associate tags</li> <li><strong>mpyrpcmp</strong> : Compare two repositories (file-based)</li> <li><strong>mpyrpdiff</strong> : Compare repositories using git diff</li> <li><strong>mpyshrun</strong> : Wrap shell commands with logging</li> </ul> Publishing <ul> <li><strong>mpypublish</strong> : Publish software to Rodare repository</li> </ul> Installation <p>The <code>multiphasepy</code> package requires Python 3.12 or newer.</p> <p>Install the latest release from Gitlab PyPI:</p> <pre><code class=\"language-bash\">python -m pip install multiphasepy --extra-index-url https://codebase.helmholtz.cloud/api/v4/projects/8786/packages/pypi/simple </code></pre> <p>For full environment setup and platform-specific notes, see the installation guide in the documentation.</p> Acknowledgements <p>OpenFOAM\u00ae is a registered trade mark of OpenCFD Limited, producer and distributor of the OpenFOAM\u00ae software via <www.openfoam.com>. The Multiphase Python Repository by HZDR is not compatible with the software released by OpenCFD Limited, but is developed for the software released by the OpenFOAM Foundation via <www.openfoam.org>.</p>",
"license": {
"id": "GPL-3.0-or-later"
},
"creators": [
{
"orcid": "0000-0003-3824-9568",
"affiliation": "Helmholtz-Zentrum Dresden - Rossendorf e.V.",
"name": "Schlegel, Fabian"
},
{
"affiliation": "Framatome S.A.S.",
"name": "Fombonne, Clement"
},
{
"orcid": "0000-0003-1296-5566",
"affiliation": "Helmholtz-Zentrum Dresden - Rossendorf e.V.",
"name": "H\u00e4nsch, Susann"
},
{
"orcid": "0000-0002-5394-0384",
"affiliation": "Helmholtz-Zentrum Dresden - Rossendorf e.V.",
"name": "Krull, Benjamin"
},
{
"orcid": "0000-0002-5408-7370",
"affiliation": "Helmholtz-Zentrum Dresden - Rossendorf e.V.",
"name": "Lehnigk, Ronald"
},
{
"orcid": "0000-0002-3801-2555",
"affiliation": "Helmholtz-Zentrum Dresden - Rossendorf e.V.",
"name": "Meller, Richard"
}
],
"language": "eng",
"relations": {
"version": [
{
"count": 51,
"is_last": false,
"parent": {
"pid_type": "recid",
"pid_value": "3093"
},
"index": 46,
"last_child": {
"pid_type": "recid",
"pid_value": "4576"
}
}
]
},
"access_right_category": "success",
"pub_id": "39434"
},
"owners": [
141
],
"conceptdoi": "10.14278/rodare.3093"
}
| All versions | This version | |
|---|---|---|
| Views | 17,231 | 63 |
| Downloads | 4,885 | 15 |
| Data volume | 137.0 MB | 787.6 kB |
| Unique views | 12,495 | 60 |
| Unique downloads | 4,403 | 13 |