Skip to content
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

Missing si_T torque conversion from lbm to si units #38

Closed
trparry opened this issue Nov 9, 2022 · 1 comment
Closed

Missing si_T torque conversion from lbm to si units #38

trparry opened this issue Nov 9, 2022 · 1 comment
Labels
feature request requests for new features

Comments

@trparry
Copy link

trparry commented Nov 9, 2022

I think we are missing si_T, to convert torque from lbm units to si units. Its probably just adding the line
float si_T(const float T) const { return T * kg * sq(m) / sq(s); } //torque si_T = T*[kg*m^2/s^2]
to units.hpp.

@ProjectPhysX
Copy link
Owner

Yes, thank you! I just added the conversion functions to the repository.

@ProjectPhysX ProjectPhysX added the feature request requests for new features label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request requests for new features
Projects
None yet
Development

No branches or pull requests

2 participants