The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: jamespetts on April 25, 2009, 08:19:03 pm

Title: Units of electrical power?
Post by: jamespetts on April 25, 2009, 08:19:03 pm
Might I ask - in what units is electrical power measured in Simutrans? Some of the numbers seem very high. Is it kilowatts, or some arbitrary unit specific to Simutrans?
Title: Re: Units of electrical power?
Post by: prissi on April 25, 2009, 08:58:34 pm
cents ...
Title: Re: Units of electrical power?
Post by: jamespetts on April 25, 2009, 09:05:25 pm
Ahh. Thank you. So - how many cents does one get for transmitting a megawatt?
Title: Re: Units of electrical power?
Post by: prissi on April 25, 2009, 09:19:28 pm
No idea. There are no real units somewhere involved.

Internal the unit is cents*2048. But no relation with kWh is there. Production of factories prs ms is the actual consumption at 100%. (See leitung2.cc pumpe_t::sync_step and senke_t::sync_step).
Title: Re: Units of electrical power?
Post by: jamespetts on April 25, 2009, 10:26:14 pm
Ahh, I see. I had looked at those methods. The reason that I'm asking is that I am trying to finish off the city electrification feature, and want to work out how to calibrate what a city consumes.