We have some BTU rate measurements coming in in MMBTU/h. Could MMBTU/h (alias MBTU/h, for consistency per this thread) be added along with kBTU/h and BTU/h?
I think (but have not tested) that the correct SkySpark units.txt entry would be:
units.txt
megabtus_per_hour, MBTU/h, MMBTU/h; kg1*m2*sec-3; 293071.07017222
That seems safe, so I pushed it - changset
That definition yields:
1MMBTU/h.to("kBTU/h") => 1,000 kBTU/h 1MMBTU/h.to("kW") => 293.071 kW
Thanks!
Login or Signup to reply.
Stephen Frank Fri 23 May 2014
We have some BTU rate measurements coming in in MMBTU/h. Could MMBTU/h (alias MBTU/h, for consistency per this thread) be added along with kBTU/h and BTU/h?
I think (but have not tested) that the correct SkySpark
units.txt
entry would be:Brian Frank Tue 27 May 2014
That seems safe, so I pushed it - changset
That definition yields:
Stephen Frank Thu 29 May 2014
Thanks!