Skip to content

Grid & Flow

Core data structures for representing base flow data.

Grid

from lst_tools import Grid

The Grid class holds the computational grid coordinates.

::: lst_tools.core.Grid

Flow

from lst_tools import Flow

The Flow class holds the flow field variables on the grid.

::: lst_tools.core.Flow