preCICE Case Generate
preCICE case-generate is a Python-based utility designed to simplify the generation of preCICE application cases.
Such cases consist of the central precice-config.xml file which defines all sorts of connections and relations between
involved solvers, as well as adapter-config.json files for each solver.
These files involve a lot of complex elements and modifiers, which are often times not needed.
This tool introduces a simpler, easier to read and write topology.yaml file,
which covers a wide range of features of the precice-config.xml file, yet with only a fraction of the complexity.
An overview over the topology.yaml file can be found in precicecasegenerate/schemas/README.md.
Key Features
- Automated preCICE configuration generation
- YAML-based input parsing
- Flexible topology description support
- Comprehensive error logging and handling
- Simple command-line interface
Getting Started
Prerequisites
Required dependencies are:
- Python ≥ 3.10
- pip
- git for cloning the repository :)
- preCICE Config Graph (will be installed during the setup)
- pyyaml
- jsonschema
Optional dependencies are:
- pytest
- preCICE Config Check
Manual Installation
- Clone the repository
git clone https://github.com/precice/case-generate.git
cd case-generate
- Create a virtual environment
# On Unix/macOS
python -m venv venv
source venv/bin/activate
# On Windows
python -m venv venv
.\venv\Scripts\activate
- Install the project
# Upgrade pip and install build tools
python -m pip install --upgrade pip
pip install build
# Install the project in editable mode
pip install -e .
Optional dependencies for testing can be installed via
pip install -e ".[dev]"
Using Setup Scripts
Unix/macOS
./setup_scripts/install_dependencies.sh
Windows
.\setup_scripts\install_dependencies.ps1
Verifying Installation
- Test the CLI tool
precice-case-generate --help
Usage
Command-Line Interface
Generate a preCICE configuration file from a YAML topology called topology.yaml:
precice-case-generate path/to/topology.yaml
The only required argument is the path/to/topology.yaml.
The precice-case-generate tool supports the following optional parameters:
-
-o, --output-path: Destination path for the generated folder.- Default:
./_generated/ - Description: Choose a specific output location for the
_generated/directory.
- Default:
-
-v, --verbose: Enable verbose console logging.- Default: Disabled
- Description: Provides detailed logging information during execution.
Examples
Valid topology.yaml <-> application case pairs can be found in the examples/ directory.
They include the preCICE tutorials 1–4 as well as some more complex simulations.
Configuration
- Prepare a YAML topology file describing your multi-physics simulation setup.
- Use the command-line interface to generate the preCICE configuration.
- preCICE Case Generate will create the necessary configuration files in the
_generated/directory.
Creating Topologies with MetaConfigurator
You can create a topology for your preCICE simulation using the online MetaConfigurator. We provide a preloaded schema to help you get started:
-
Open the MetaConfigurator with the preloaded schema: MetaConfigurator Link
-
Use the interactive interface to define your topology:
- The preloaded schema provides a structured way to describe your simulation components
-
Once complete, export your topology as a YAML file
- Save the generated YAML file
- Use
precice-case-generateto create your preCICE application case and configuration files - Validate the generated preCICE config with config-checker
Documentation
The template for our topology.yaml file can be found in the schemas folder.
Alongside it, you will find README.md, which explains the topology's parameters.
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
Troubleshooting
- Ensure all dependencies are correctly installed
- Verify the format of your input YAML file
- Check the generated logs (
./.logs) for detailed process information
If all else fails, open a pull request describing the issue you are encountering.
Release files for precice-case-generate 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| precice_case_generate-2.0.0.tar.gz | 35.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| precice_case_generate-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 76.8 kB
Release files / precice_case_generate-2.0.0.tar.gz
| Download URL | precice_case_generate-2.0.0.tar.gz |
|---|---|
| Size | 35.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
21caff20f732275dc0da135944ce34272b37cf77939af00a14a45a5205b17a0a
|
|
BLAKE2b-256 checksum How to use checksums |
4795b8591d48eecce7a06dabfd8c490a8c08ec5a8245f1eba7de849955a40234
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency logRelease files / precice_case_generate-2.0.0-py3-none-any.whl
| Download URL | precice_case_generate-2.0.0-py3-none-any.whl |
|---|---|
| Size | 41.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7e1c0675cacc4515af8a8e152ee49271dc2bb9e036ea76a852ec33247251cb6
|
|
BLAKE2b-256 checksum How to use checksums |
bdc919ae9c2ba97bb3d5801df8c9d453cccc8d3154b75951515d3f5704268c3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency log