User Portlet User Portlet

Discussions
Thanks for the fast reply! ;) Maybe I should explain my problem better. v[y_, w_] := v0 (Exp[w y/h] - 1)/(Exp[w] - 1) (* Velocity *) w; (* Dimensionless Number *) h = 5; (* Height of the Channel *) v0 = 10; (* Velocity at the...