ibl.initial_condition

Classes and data for set initial conditions of IBL methods.

These classes abstract out the setting of initial conditions for integral boundary layer solution methods. These classes provide a common interface to the parameters needed to start the integration method.

Custom initial conditions can be created, but they need to inheric from InitialCondition in order to be used in the IBLMethod based classes.

Classes

FalknerSkanStagCondition

Returns the stagnation conditions based on the Falkner-Skan solution.

InitialCondition

Determines the initial conditions for integral boundary layer solutions.

ManualCondition

Returns the stagnation conditions from manually set conditions.