Skip to content

cfd_gui.run_manager

This page is generated from src/cfd_gui/run_manager.py. For narrative architecture context, start with the developer guide.

run_manager

GUI-side local run manager for structured solver launches.

LocalRunManager(parent=None)

Bases: QObject

Launch a dedicated worker process and surface structured run events.

start(binary, values, *, startup_origin_ns=None)

Create a durable run directory, write input.nml, and start worker.

stop()

Request a graceful stop from the worker process.