Skip to content

Extract

Set extraction outputs, station locations, and wall-normal resolution for lst-tools extract.

Key Type Default Description
hdf5_out str extracted_baseflow.hdf5 Output HDF5 baseflow file path
profiles_out str Output Tecplot profiles file path (omit to skip)
wall_out str Output Tecplot wall curve file path (omit to skip)
surface str auto Surface side: lower or upper
n_eta int 200 Wall-normal points per profile
eta_distribution str cosine Wall-normal point distribution: uniform or cosine
stations list[float] Streamwise x-coordinates for profile stations
1
2
3
4
5
6
7
8
[extract]
hdf5_out    = "extracted_baseflow.hdf5"
profiles_out = "profiles.dat"
wall_out    = "wall.dat"
surface     = "upper"
n_eta       = 200
eta_distribution = "cosine"
stations    = [0.10, 0.20, 0.30, 0.40, 0.50]