Skip to content

lst-tools

Overview

lst-tools is a Python toolkit for setting up, running, and post-processing Linear Stability Theory (LST) analyses of compressible boundary layers.

It wraps the solver workflow behind a single config file and exposes the same workflow through both a command-line interface (CLI) and a Python API.

Quick Start

Install

pip install lst-tools

See Installation for detailed instructions.

Run the Tool

Confirm the installation from the terminal:

lst-tools --version

From here:

  • Workflow gives the phase overview.
  • CLI Usage shows the practical command-line workflow.
  • API Usage shows the equivalent Python workflow.

Offline Documentation

Download the full documentation as PDF:

Download

License

BSD-3-Clause. See the LICENSE file for details.