fluids icon indicating copy to clipboard operation
fluids copied to clipboard

Wrong formula in fluids.fittings.contraction_conical docs

Open f-merlo opened this issue 9 months ago • 0 comments

Hello Caleb,

thanks for the great work. I point out a little typo on the fluids.fittings.contraction_conical docs:

.. math:: K_{conv,2} = 0.06961+C_B(\sin(\alpha/2)-1)\lambda^2 + (\lambda-1)^2

That is the K formula for the fluids.fittings.contraction_beveled.

Should be:

.. math:: K_{conv,2} = 0.0696\sin(\alpha/2)(1-\beta^5)\lambda^2 + (\lambda-1)^2

However, the implementation in the code is correct

f-merlo avatar May 30 '25 10:05 f-merlo