tud_lbm.cli

Command-line interface for TUD-LBM simulations.

Provides a CLI entry point for running LBM simulations from configuration files with interactive prompts and rich terminal output.

Usage:

tud-lbm run app_setup.toml tud-lbm run app_setup.toml –no-prompt tud-lbm run app_setup.toml –dry-run

Functions:

cli: CLI group entry point (requires click).

Submodules

Attributes

cli

Functions

__getattr__(name)

Lazy-load CLI only when accessed (requires click).

Package Contents

tud_lbm.cli.cli[source]
tud_lbm.cli.__getattr__(name: str)[source]

Lazy-load CLI only when accessed (requires click).