v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.31 Talk:Temperature"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (reword second part for parallelism)
Line 8: Line 8:
 
:::the numbers seem to be correct now though--[[User:Roderik|Roderik]] 15:03, 11 August 2010 (UTC)
 
:::the numbers seem to be correct now though--[[User:Roderik|Roderik]] 15:03, 11 August 2010 (UTC)
 
The conversions are still faulty, the conversion between Celsius and Kelvin is (C + 273 = K), so if the Celsius temperature is [DF scale] = [CELSIUS] * 9/5 + 10000 than Kelvin can't be [DF scale] = [KELVIN] * 9/5 + 9508.33. It should be [DF scale] = [KELVIN] * 9/5 + 9727 --[[User:Hypoaktivna ovca|Hypoaktivna ovca]] 15:45, 27 October 2010 (UTC)
 
The conversions are still faulty, the conversion between Celsius and Kelvin is (C + 273 = K), so if the Celsius temperature is [DF scale] = [CELSIUS] * 9/5 + 10000 than Kelvin can't be [DF scale] = [KELVIN] * 9/5 + 9508.33. It should be [DF scale] = [KELVIN] * 9/5 + 9727 --[[User:Hypoaktivna ovca|Hypoaktivna ovca]] 15:45, 27 October 2010 (UTC)
::::The original was correct:  C * 9/5 + 10000 = (K - 273.15) * 9/5 + 10000 = K * 9/5 - (273.15 * 9/5) + 10000 = K*9/5 - 491.67 + 10000 = K * 9/5 + 9508.33.  One way to verify this is that zero Kelvin should give the same result as zero Rankine, since they are the same temperature; or by plugging in 273.15 to the Kelvin formula and zero to the Celsius formula. --[[User:Neil|Neil]] 13:39, 29 October 2010 (UTC)
+
::::The original was correct:  C * 9/5 + 10000 = (K - 273.15) * 9/5 + 10000 = K * 9/5 - (273.15 * 9/5) + 10000 = K*9/5 - 491.67 + 10000 = K * 9/5 + 9508.33.  One way to verify this is that zero Kelvin should give the same result as zero Rankine, since they are the same temperature; likewise 273.15 Kelvin and zero Celsius. --[[User:Neil|Neil]] 13:39, 29 October 2010 (UTC)

Revision as of 13:44, 29 October 2010

Conversion corrections

The conversions are faulty, if you should give many temperatures to konvert to, you should see to that the conversions are the same at more than one point...
--Zorbeltuss 10:55, 25 June 2010 (UTC)
Or rather the same at any point concerning the Kelvin and Rankine scales...
--Zorbeltuss 10:59, 25 June 2010 (UTC)

The Kelvin and Rankine scales are not directly equivalent. Kelvin scale has the same degree interval as Celsius, while Rankine scale has the same degree interval as Fahrenheit. Nevertheless, the Rankine conversion equation is wrong, so I'll fix it. --DeMatt 11:28, 25 June 2010 (UTC)
Ah, I put it badly, as I didn't know the exact numbers to be put I couldn't decide if the number to add from Rankine or Kelvin were right, so I couldn't fix it my self, the multiplier was correct though... --Zorbeltuss 16:03, 8 July 2010 (UTC)
the numbers seem to be correct now though--Roderik 15:03, 11 August 2010 (UTC)

The conversions are still faulty, the conversion between Celsius and Kelvin is (C + 273 = K), so if the Celsius temperature is [DF scale] = [CELSIUS] * 9/5 + 10000 than Kelvin can't be [DF scale] = [KELVIN] * 9/5 + 9508.33. It should be [DF scale] = [KELVIN] * 9/5 + 9727 --Hypoaktivna ovca 15:45, 27 October 2010 (UTC)

The original was correct: C * 9/5 + 10000 = (K - 273.15) * 9/5 + 10000 = K * 9/5 - (273.15 * 9/5) + 10000 = K*9/5 - 491.67 + 10000 = K * 9/5 + 9508.33. One way to verify this is that zero Kelvin should give the same result as zero Rankine, since they are the same temperature; likewise 273.15 Kelvin and zero Celsius. --Neil 13:39, 29 October 2010 (UTC)