Blasius Equation using Euler & Modified Euler Method
Version 1.0.0 (2,12 KB) von
Brijeshkumar
This MATLAB script is designed to solve the Blasius equation using the Euler and Modified Euler methods.
The Blasius equation is given by: f''' + 0.5 * f'' * f = 0, where f is a function of the similarity variable ⴄ (Dimensionless Coordinate). The goal is to solve this ODE subject to the following boundary conditions:
• f (ⴄ =0) = 0
• g (ⴄ =0) = 0
• g (ⴄ =∞) = 1 (here, we taken the ⴄ = 10 for coding purpose)
• h (ⴄ =∞) = 0
The primary task is to find the value of h (ⴄ =0) (guess value) such that g (∞) is close to 1. So, we have to solve above three- ODE’s using Euler and Modified Euler Method.
Using Newton-Raphson Method, we update the guess value for calculated Error being more than the specified permissible error.
Zitieren als
Brijeshkumar (2025). Blasius Equation using Euler & Modified Euler Method (https://de.mathworks.com/matlabcentral/fileexchange/154885-blasius-equation-using-euler-modified-euler-method), MATLAB Central File Exchange. Abgerufen.
Solving Blasius Equation using Modified Euler Method or Second Order Runge-Kutta Method
Kompatibilität der MATLAB-Version
Erstellt mit
R2023b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0 |
