Skip to main content
1-Visitor
March 30, 2010
Question

slove block

  • March 30, 2010
  • 1 reply
  • 6154 views
Can anyone see why the attached solve block won't work

1 reply

1-Visitor
March 30, 2010
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.

I get 0.017, 1.931 (m/s), and 1.012E7



TTFN,
Eden
1-Visitor
March 30, 2010
Sorry, forgot to attach the file

TTFN,
Eden