On 3/30/2010 11:19:40 AM, dmg wrote: >Can anyone see why the >attached solve block won't >work
Hello Dr. Griffin,
There appears to be two problems: > you define m:2 at the top, which messes up the meter unit
> the solve block returns 3 quantities with differing units, and that's not allowed in M14. You'll need to do find(f, Vel/(m/s),Re.number) to get units agreement, and then add the m/s later.