搜索资源列表
runge_kutta
- 本文用龙格库塔法求解了不拉休斯解。龙格库塔法是求解高阶微分方程的有力工具,本文对龙格库塔方法作了简要介绍,并附上了matlab源程序。-in this paper a runge_kutta method was used to slove the blasius equation in the environment of matlab.
RK4forBlasiusequation
- Fortran file to solve blasius equation by using runge kutta 4th order
Blasius_Flow-mathcad
- using mathcad to solve blasius equation
blasius
- very useful codes used in PhD - blasius
Blasius
- this is an example for numerical solving of Blasius equation.
blasius-123
- blasius problem to find the skin friction
yuanchengxu.VCPP
- 用Runge-Kutta法求平板边界层的布拉休斯解-Blasius solution with Runge-Kutta method and the boundary layer
utitled-(2)
- this is a blasius solution by matlab code
blasius
- Blasius Equation for Boundary layer theory problems. For calculating the boundary layer thickness and the velocity profile in a free stream in a pipe.
Blasius-Equation
- 本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four num
blasius
- Blasius 的解法,通过无限大平板的问题,可用于验证ns方程数值方法的准确性-Blasius' s solution, through infinite flat problem, the equation can be used to verify the accuracy of numerical methods ns
belazios-rungkoutah
- CFD-CODE solving Blasius Equation by the Short Runge method FOR FORTRAN-CFD-CODE solving Blasius Equation by the Short Runge method FOR FORTRAN
blasius
- c#实现求解白拉修斯方程。程序使用文件流,四阶龙哥库塔法。-c# Realize white pull Matthews equation solving. The program uses the file stream, fourth-order Runge Ge Kuta method.
BE_shooting
- 使用欧拉方法实现打靶法,解决带有边界条件的布拉修斯方程。-Simple shooting with Euler method to the Blasius equation
shooting
- solving blasius equation on the flat plate by using shooting method
blasius
- solutions elec tr 101 hw solutions. this is the complete code for the whole solution set for the hw, for hw 1.
blasius
- function [u,y]=blasius(2,20) a scr ipt to compute the blasius profile, using newton solver fsolve, and Chebyshev collocation.- function [u,y]=blasius(2,20) a scr ipt to compute the blasius profile, using