photo

Heba Iyad


Last seen: ungefär 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


I want to understand the lines in this code which use the Runge-Kutta method for higher order ODEs to solve the Blasius Equation which simulates the laminar boundary layer profile over a flat plate.
clc clear all close all %% Parameters of Blasius Equation U_inf = 1; L = 10; mu = 1.789E-5; rho = 1.225; nu = mu/rho; ...

mer än 3 år ago | 1 answer | 0

1

answer