Skip to main content
1-Visitor
March 19, 2013
Solved

Colebrook Equation no solution found

  • March 19, 2013
  • 1 reply
  • 1510 views

Can someone please explain to me why Mathcad Prime 2 cannot find a solution. I did the same in Mathcad 15 and had no problems. If you add units this makes the situation even worse for MC P2 i.e it complains that it cannot resolve the units. Have I overlooked an otherwise obvious detail?

Regards, Mark

Best answer by AlanStevens

Mark Buckton wrote:

.... Have I overlooked an otherwise obvious detail?

Yes. You've called the function with the parameters in the wrong order! The function is constructed with Re last. You've called it with Re first.

Alan

1 reply

19-Tanzanite
March 19, 2013

Mark Buckton wrote:

.... Have I overlooked an otherwise obvious detail?

Yes. You've called the function with the parameters in the wrong order! The function is constructed with Re last. You've called it with Re first.

Alan