Blasius Equation using Euler & Modified Euler Method
Version 1.0.0 (2.12 KB) by
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.
Cite As
Brijeshkumar (2025). Blasius Equation using Euler & Modified Euler Method (https://in.mathworks.com/matlabcentral/fileexchange/154885-blasius-equation-using-euler-modified-euler-method), MATLAB Central File Exchange. Retrieved .
Solving Blasius Equation using Modified Euler Method or Second Order Runge-Kutta Method
MATLAB Release Compatibility
Created with
R2023b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
