Question
Solving ODE with 2 independant variables
- September 18, 2020
- 11 replies
- 6812 views
Hello,
I'm trying to solve an ODE of 2nd Degree (Couette flow):
0 = eta * d²u/dy² + dp/dx
This works out well with the common ODE solver from MathCad as Long as I determin a function for p as Long as:
u is a function of y --> u=f(y)
and
p is a function of x --> p=f(x).
Along the x Axis my boundary conditions and my p(x) change so that "u" is no longer just a function just of y but also of x.
I implement this dependency by declaring my boundary conditions to be fuunctions of "x".
But in the end I cannot declare my "u" as a function of "y" and "x" because "y" is the only variable to be integrated over.
Please refer to the attached screenshots.
Thanks in Advance and greetings from Switzerland

