Skip to content
Rajesh Venkatesan edited this page Mar 21, 2024 · 5 revisions

Boundary layer code Documentation

This wiki describes the algorithm and usage of the FORTRAN program blcode.f90 to solve the two-dimensional incompressible boundary layer equations. The formulation is based on the book Computational Fluid Dynamics for Engineers by T.Cebeci, et.al.(2005). The program solves for both laminar and turbulent boundary layers (using Cebeci-Smith model).

  • Introduction
    • Derives the boundary layer equations in the form used in the program
  • Numerical Formulation
    • Describes the numerical algorithm in detail
  • Program Description
    • Gives detailed information about all the subroutines in the program
  • Example usage and test cases
    • Lists some possible input cases and provides validation results

Clone this wiki locally