/DragAndHeatTransferEstimation

Drag and heat transfer estimation for compressible turbulent boundary layers

Primary LanguageJupyter Notebook

Estimate skin friction and heat transfer for compressible turbulent boundary layers

This repository contains the source codes to estimate mean profiles and fluxes in high-speed turbulent boundary layers using inner/outer-layer transformations. The source code is based on the publication by Asif Hasan, Johan Larsson, Sergio Pirozzoli, and Rene Pecnik.

They source code can be used in the following ways:

  • Run and modify the jupyter-notebook in Google's colab. (Google sign-in required to execute the notebook. Use shift+enter to run the notebook cells.)

  • Render the jupyter-notebook in github.

  • Download the plain python source in the directory 'python', or the entire github repository.