-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong conversion between rpm and rad/s #373
Comments
Thank you for the feedback!
This is a common question that already came up a few times in the predecessor project. You might be interested in reading through those discussions (sharkdp/insect#187 or sharkdp/insect#50). The fundamental problem lies with the International system of units (SI), not with how it's defined in Numbat. The definition of There is a way to resolve those inconsistencies, but it would require a change to the SI. Angles would need to have their own physical dimension. We actually do have support for this in Numbat, but it's currently only active on a feature branch. You can read (much) more about this here: #167 (see also the RPM example in the description). And you can try a (slightly outdated) version of Numbat with dimensionful angles here: https://numbat.dev/angles/. It will give you the correct answer that you expected. |
@elaye Any feedback on this? |
Thank you for your answer, that makes a lot of sense even though it's counter-intuitive! |
Hello,
First of all thank you for this project, it's really useful and very well made!
I have an issue with the conversion between rpm and rad/s. When I try the following conversion
1 rad/s -> rpm
numbat gives me60 RPM
even though it should output9.5493
. It seems there is a2π
factor missing according to the wikipedia article.The text was updated successfully, but these errors were encountered: