Difference between revisions of "Template:Body data/alt at pressure"
From Kerbal Space Program Wiki
m (Oops, mistake in copying the Duna numbers.) |
m (Update pressures taken from KSP 1.4) |
||
Line 1: | Line 1: | ||
<includeonly>{{#ifexpr: {{Body data|{{{body}}}|pressure}}>0|{{#switch: {{{body}}} {{{pressure}}} | <includeonly>{{#ifexpr: {{Body data|{{{body}}}|pressure}}>0|{{#switch: {{{body}}} {{{pressure}}} | ||
− | | Eve 0.02 = | + | | Eve 0.02 = 46315 |
− | | Eve 0.04 = | + | | Eve 0.04 = 44226 |
− | | Kerbin 0.02 = | + | | Kerbin 0.02 = 23547 |
− | | Kerbin 0.04 = | + | | Kerbin 0.04 = 20004 |
− | | Duna 0.02 = | + | | Duna 0.02 = 14912 |
− | | Duna 0.04 = | + | | Duna 0.04 = 10689 |
− | | Jool 0.02 = | + | | Jool 0.02 = 134228 |
− | | Jool 0.04 = | + | | Jool 0.04 = 126238 |
− | | Laythe 0.02 = | + | | Laythe 0.02 = 31829 |
− | | Laythe 0.04 = | + | | Laythe 0.04 = 25146 |
| #default={{#expr: -{{Body data|{{{body}}}|scale height}} * ln({{{pressure}}} / {{Body data|{{{body}}}|pressure}})}}}}|0}}</includeonly> | | #default={{#expr: -{{Body data|{{{body}}}|scale height}} * ln({{{pressure}}} / {{Body data|{{{body}}}|pressure}})}}}}|0}}</includeonly> | ||
<noinclude> | <noinclude> |
Latest revision as of 15:55, 10 May 2018
This page or section is in need of being brought up to date. Please help Kerbal Space Program Wiki by fixing inaccurate or outdated information.
|
Calculates the height at which the specified pressure is in meters. Returns 0 if the celestial body hasn't any atmosphere. For example 0.000001 atm (or 10-6 atm) are at the following altitudes:
Body | Code | Result |
---|---|---|
Eve | {{Body data/alt at pressure|pressure=10^-6|body=Eve}} | 111059.62898687 |
Kerbin | {{Body data/alt at pressure|pressure=10^-6|body=Kerbin}} | 77366.8591246 |
Duna | {{Body data/alt at pressure|pressure=10^-6|body=Duna}} | 63312.524205789 |
Jool | {{Body data/alt at pressure|pressure=10^-6|body=Jool}} | 495706.82367555 |
Laythe | {{Body data/alt at pressure|pressure=10^-6|body=Laythe}} | 106437.47971453 |
This template uses {{Body data}} with the scale height and pressure properties.
Parameters
Name | Description |
---|---|
body | Celestial body which is referenced |
pressure | Searched pressure in atm |