aerosandbox.aerodynamics.aero_2D.IBL2#

Module Contents#

Classes#

IBL2

An implicit analysis for a 2-dimensional integral boundary layer model.

class aerosandbox.aerodynamics.aero_2D.IBL2.IBL2(streamwise_coordinate, edge_velocity, viscosity, theta_0, H_0=2.6, opti=None)[source]#

Bases: aerosandbox.ImplicitAnalysis

An implicit analysis for a 2-dimensional integral boundary layer model.

Implements a 2-equation dissipation-based model, partly based on:

  • Drela, Mark. “Aerodynamics of Viscous Fluids” textbook. Currently unpublished at the

time of writing; contact Mark Drela (drela@mit.edu) to request a copy of the draft. References in the code here to “AVF Eq. XX” refer to equations in this book.

Parameters:
  • streamwise_coordinate (aerosandbox.numpy.ndarray) –

  • edge_velocity (aerosandbox.numpy.ndarray) –

  • viscosity (float) –

  • theta_0 (float) –

  • H_0 (float) –

  • opti (aerosandbox.Opti) –