{ "cells": [ { "cell_type": "markdown", "id": "5d91d650", "metadata": {}, "source": [ "# Matching Custom Inlet\n", "\n", "You have $U(z)$ and $I_u(z)$ profiles from a wind tunnel test and want to reproduce\n", "those exact conditions in AeroSim. The obstacle is that AeroSim's inlet does not\n", "accept velocity and turbulence intensity directly - it requires a Reynolds stress\n", "tensor at each height. This notebook walks through converting your measured\n", "profiles into the format AeroSim expects, configuring the ground roughness to\n", "match your tunnel floor, and confirming the profile is preserved at the model\n", "location.\n", "\n", "
z,ux,Rxx,Rxy,Rxz,Ryy,Ryz,Rzz - deviations will cause the interface to\n",
"reject the file. Values outside the covered range of the profile are extrapolated\n",
"as constants at the boundary values.\n",
"