Skip to main content

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)
  • ruamel.yaml
  • preciceadapterschema

Optional dependencies are:

Manual Installation

  1. Clone the repository
git clone https://github.com/precice/case-generate.git
cd case-generate
  1. Create a virtual environment
# On Unix/macOS
python -m venv venv
source venv/bin/activate

# On Windows
python -m venv venv
.\venv\Scripts\activate
  1. 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.
  • -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

  1. Prepare a YAML topology file describing your multi-physics simulation setup.
  2. Use the command-line interface to generate the preCICE configuration.
  3. 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:

  1. Open the MetaConfigurator with the preloaded schema: MetaConfigurator Link

  2. Use the interactive interface to define your topology:

    • The preloaded schema provides a structured way to describe your simulation components
  3. Once complete, export your topology as a YAML file

    • Save the generated YAML file
    • Use precice-case-generate to 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

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. 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.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for precice-case-generate 2.1.0
File Size Uploaded
precice_case_generate-2.1.0.tar.gz 34.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for precice-case-generate 2.1.0
File Interpreter ABI Platform
precice_case_generate-2.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 74.7 kB

Release files / precice_case_generate-2.1.0.tar.gz

Download URL precice_case_generate-2.1.0.tar.gz
Size 34.6 kB
Tags Source
SHA-256 checksum
How to use checksums
879a01798ea4cad98f3ff3a1be26c43d892b859f08c3d7d310b340dd1e382bc7
BLAKE2b-256 checksum
How to use checksums
50ca19663dcc0a5c9315ed4e04dff4ba7bdbcabb5ae79bc583640e5b7a08e11d
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 21, 2026.

Transparency log

Release files / precice_case_generate-2.1.0-py3-none-any.whl

Download URL precice_case_generate-2.1.0-py3-none-any.whl
Size 40.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
988780772e0e9f25ff82eb96bba9810ef2a1c5a8eaffe114195fcfd1dd852f03
BLAKE2b-256 checksum
How to use checksums
0ede74ebb28628e58cc7bfe4655d9b3300870a164ca93dae0cc1ac68f80f6fe7
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 21, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.1.0 This release

2 release files

2.0.0

2 release files

1.0.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page