Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need some explanation in Blasius and Falkner-Skan.jl #6

Open
SoumyaKedia opened this issue Aug 22, 2020 · 0 comments
Open

Need some explanation in Blasius and Falkner-Skan.jl #6

SoumyaKedia opened this issue Aug 22, 2020 · 0 comments

Comments

@SoumyaKedia
Copy link

in Blasius and Falkner-Skan.jl
f = (u)->(2.0*D^3*u + 3*u*D^2*u)
df = (u)->(2.0*D^3 + u*D^2 + D^2*u)

Shouldn't it be
df = (u)->(6.0*D^2 + D^2*u + 2*u*D*u)

Other thing is,
global u -= [B; df(u)]\[u(0.);u'(0.);u'(rightendpoint(d))-1.;f(u)]
What is happening in this line of code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant