I'd like to propose a new unit for natural gas energy demand.
This would be a unit of power and could be expressed as:
therms_per_hour, therm/h
If we step into the wayback machine and look at Forum Post #4: Units cubic feet per hour comes up as well. Since ft³_gas is already an accepted unit for natural gas energy, I think it would be worth adding this as well:
Maybe I'm missing it, but I can only find cubic_feet_natural_gas and not cubic_feet_per_hour_natural_gas.
You are right - we have energy unit, but not the power unit. Can you propose definition to test?
If you query google for "therm per hour to btu per hour" you get 99,976.129 which is pretty much what my equations worked out.
The Wikipedia article on therm says one therm == 29.3 kilowatt/hrs, so that looks right to me too.
Chris OlmstedThu 6 Mar 2014
It looks like it depends if base the unit on the existing Therm definition or the existing power units' definitions. Either way, they are really close to the same number. A Therm is defined as 100,000 BTU, I think it would make sense to base the Therm/h on the existing BTU/h.
This definition and the one Brian first proposed are really, very close. Either will work in most cases.
Brian FrankThu 6 Mar 2014
The design (based on oBIX) has units are defined against SI base units. But really just based on how many digits we take it out. I took your definition and pushed it to the mercurial repo
Chris Olmsted Wed 26 Feb 2014
I'd like to propose a new unit for natural gas energy demand.
This would be a unit of power and could be expressed as:
therms_per_hour
,therm/h
If we step into the wayback machine and look at Forum Post #4: Units cubic feet per hour comes up as well. Since
ft³_gas
is already an accepted unit for natural gas energy, I think it would be worth adding this as well:cubic_feet_per_hour_natural_gas
ft³_gas/h
orcfh_gas
And/Or
cubic_feet_per_minute_natural_gas
ft³_gas/min
orcfm_gas
Brian Frank Thu 27 Feb 2014
We already have cubic_feet_per_hour_natural_gas:
In order to add therms_per_hour, we need to know the conversion factor to the normalized unit of power which is the watt.
We have BTU/hr as:
So would therm_per_hour be?
That would lead to these equations:
Chris Olmsted Thu 27 Feb 2014
Maybe I'm missing it, but I can only find
cubic_feet_natural_gas
and notcubic_feet_per_hour_natural_gas
.It looks like the above definition of 1therm/h doesn't quite line up with the existing definition of a therm in units.txt, we now have:
If we use from above
and have something running at 1 therm/h for 1 hour, we would end up with 0.9991 therm.
Would it make more sense to base the unit off the existing definition of 1therm? This would lead to:
And convert to:
Brian Frank Fri 28 Feb 2014
You are right - we have energy unit, but not the power unit. Can you propose definition to test?
If you query google for "therm per hour to btu per hour" you get 99,976.129 which is pretty much what my equations worked out.
The Wikipedia article on therm says one therm == 29.3 kilowatt/hrs, so that looks right to me too.
Chris Olmsted Thu 6 Mar 2014
It looks like it depends if base the unit on the existing Therm definition or the existing power units' definitions. Either way, they are really close to the same number. A Therm is defined as 100,000 BTU, I think it would make sense to base the Therm/h on the existing BTU/h.
So if
then
This gives us the following equations:
This definition and the one Brian first proposed are really, very close. Either will work in most cases.
Brian Frank Thu 6 Mar 2014
The design (based on oBIX) has units are defined against SI base units. But really just based on how many digits we take it out. I took your definition and pushed it to the mercurial repo