ibl

Python implementation of integral boundary layer methods.

This package is an implementation of integral boundary layer methods.

Modules

ibl.analytic

Provides analytic solutions to boundary layer flows.

ibl.head_method

Implementation of Head's method.

ibl.ibl_method

All base classes and data for integral boundary layer method classes.

ibl.initial_condition

Classes and data for set initial conditions of IBL methods.

ibl.reference

Provides reference data for boundary layer flows comparisons.

ibl.skin_friction

Functions to calculate skin friction coefficient for turbulent boundary layers.

ibl.thwaites_method

Implementations of Thwaites' method.

ibl.typing

Typing information neeeded for use with this library.