syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Backend] - Implement Algorithm for Total Energy #37

Closed BoTime closed 7 years ago

BoTime commented 7 years ago

As a developer, I want to design and implement an algorithm, so that I can provide total energy of each country to frontend.

Definition of done: Total energy View is accurate and useable.

zchholmes commented 7 years ago

By using the method from [https://www.physics.uci.edu/%7Esilverma/units.html] for estimation. FYI, general energy is in a unit of: Quadrillion BTU Quadrillion: Peta-, or 10^15 BTU: British Thermal Unit, 1 BTU = 252 cal = 1.055 kJ

zchholmes commented 7 years ago

The view "v_TotalEnergy" has been created.