-
Notifications
You must be signed in to change notification settings - Fork 15
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
Hz vs rad/sec #208
Comments
I see that you already know about this flaw. https://blog.engineeringpaper.xyz/calculating-the-natural-frequencies-of-a-cantilever-beam
The point of using "units aware" calculation tools is to avoid the need to take "special care" with units - the tool is supposed to take care of this for you. Sort of needs to be fixed, don't you think? |
Thanks for the feedback. There's no way to automatically convert between radians/sec and Hz since radians would need to be interpreted as a unitless |
Prevent regressions in angular frequency conversions as discussed in #208
Partially addresses the confusion raised in #208
Closing since #217 prevents [1/s] from being automatically converted to [Hz], which addresses some of the issue raised here. In general, the conversion between [rad/sec] and [Hz] needs to be handled using one of the approaches outlined above. |
EngineeringPaper.xyz treats any result with a dimension of 1/Time as Hz.
However rad/sec also has the dimension of 1/Time (specifically, 1/Sec)
The conversion between Hz and rad/sec is 2pi rad/cycle.
I cannot find any way to properly introduce this conversion.
See: https://engineeringpaper.xyz/iM5tvNfmbVbRgB2Y4uynGb
The text was updated successfully, but these errors were encountered: