ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.81k stars 301 forks source link

Missing si_T torque conversion from lbm to si units #38

Closed trparry closed 1 year ago

trparry commented 1 year ago

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 commented 1 year ago

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