Difference between revisions of "Template:Body data/Gravity"
From Kerbal Space Program Wiki
m (*moved template;) |
m (mass) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#expr: {{Body data|{{{1}}} | + | <includeonly>{{#expr: {{Body data/Mass|{{{1}}}}} * {{G}}/({{Body data|{{{1}}}|radius}}^2)}}</includeonly><noinclude>Returns the surface gravity of a [[celestial body]] in meters/second². It uses {{Tl|Body data}} with the properties <tt>mass</tt> and <tt>radius</tt> for the given body. |
:<math>g = \frac{M \cdot G}{R^2}</math> | :<math>g = \frac{M \cdot G}{R^2}</math> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:BodyData Math Templates|Gravity]]</noinclude> | [[Category:BodyData Math Templates|Gravity]]</noinclude> |
Latest revision as of 22:34, 8 May 2018
Returns the surface gravity of a celestial body in meters/second². It uses {{Body data}} with the properties mass and radius for the given body.