Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

energy use formula #156

Open
StarryWisdom opened this issue Apr 10, 2018 · 2 comments
Open

energy use formula #156

StarryWisdom opened this issue Apr 10, 2018 · 2 comments

Comments

@StarryWisdom
Copy link
Collaborator

is the energy consumption formula wanted - I have it accurate to about 5% or so, it refers to options in the ini file so they probably need documenting as well

(energyUseCoeff, energy(sys)Coeff along with others)

guessing the answer is yes but before I dig up my notes I wanted to check

@rjwut
Copy link
Member

rjwut commented Apr 10, 2018

Sure, that would be handy to have somewhere.

@StarryWisdom
Copy link
Collaborator Author

okay needs nicer fluffy words probably (this is accurate to about 5%, done without the help of network tools about a year back - if we can get it more accurate I would be happy)

note the engineering display applies energyUseCoeff twice in showing number, didnt test if true of other variables

location of variables
energyUseCoeff - ini file
energyCoeff[sys] - ini file
shipEfficiency - the vessel data entry for the ship efficiency
warpEfficiency - the vessel data entry for the ship warp efficiency
jumpEfficiency - the vessel data entry for the ship jump efficiency

calculated values
shieldCoeff - 1.0 if off 1.5 if on
diffCoeff = 2.3+difficulty*0.35 <--- this is slightly wrong - very close on difficulty 10 probably a large source of the error

energy formulas
0.8 energy a second regen
for each system
{
0.01energyUseCoeffenergyCoeff[sys]diffCoeffshieldsCoeff*(power%power%)shipEfficiency
}
warp energy use (per second)
0.3
energyUseCoeff
jumpEfficiencydiffCoeffshieldCoeff*(warp factor*warp factor)

as yet unknowns
beams use ? energy per shot (mean to test)
jump drive uses ? per jump

I have no really good idea of how to display this....

@rjwut rjwut added the minutiae label Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants