ibl.ibl_method

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

There are a lot of common characterstics associated with the various integral boundary layer methods. This module provides as much of that common code as possible.

All integral boundary layer method classes should inherit from IBLMethod.

All integral boundary layer method classes return an instance of IntegrationResult when the solver has completed.

Classes

IBLMethod

Base class for integral boundary layer classes.

IntegrationResult

Bunch object representing the results of the IBL integration.

TermEvent

Base class for a termination event for IBL solver.

TermReason

Reasons for the integration process to complete.