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
Base class for integral boundary layer classes. |
|
Bunch object representing the results of the IBL integration. |
|
Base class for a termination event for IBL solver. |
|
Reasons for the integration process to complete. |