Difference between revisions of "Template:OrbitVelocity"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Examples)
m (*replace 'Parameter Row' and 'ParameterRow' by 'Parameter row';)
Line 4: Line 4:
  
 
{{Parameter Table|name=both|parameters=
 
{{Parameter Table|name=both|parameters=
{{Parameter Row|period|name2=1|Period of the orbit in seconds}}
+
{{Parameter row|period|name2=1|Period of the orbit in seconds}}
{{Parameter Row|mass|name2=2|Mass of central body in kilograms}}
+
{{Parameter row|mass|name2=2|Mass of central body in kilograms}}
{{Parameter Row|factor|name2=f|Factor in which the velocity should be shown. Available values: None (m/s), '''k''' (km/s), '''M''' (Mm/s), '''G''' (Gm/s).|None}}
+
{{Parameter row|factor|name2=f|Factor in which the velocity should be shown. Available values: None (m/s), '''k''' (km/s), '''M''' (Mm/s), '''G''' (Gm/s).|None}}
{{Parameter Row|body|name2=b|Uses the sidereal rotation period and mass as default from the given body. Can be overwritten.|Not set (makes the first two parameters mandatory)}}
+
{{Parameter row|body|name2=b|Uses the sidereal rotation period and mass as default from the given body. Can be overwritten.|Not set (makes the first two parameters mandatory)}}
{{Parameter Row|period factor|name2=pf|2=Multiplies the period with this value. Useful to easily calculate semi-synchronous orbits (<tt>pf=1/2</tt> then).|3=<tt>1</tt>}}
+
{{Parameter row|period factor|name2=pf|2=Multiplies the period with this value. Useful to easily calculate semi-synchronous orbits (<tt>pf=1/2</tt> then).|3=<tt>1</tt>}}
 
}}
 
}}
  

Revision as of 20:59, 26 November 2014

This template calculates the velocity of an orbit. To calculate further with the orbit's velocity use {{OrbitVelocity/Core}}.

Parameters

Template:Parameter Table

Examples

Usage Produces
{{OrbitVelocity | period=64980 | mass=4.515e21}}
307.72 m/s
{{OrbitVelocity | 64980 | 4.515e21}}
307.72 m/s
{{OrbitVelocity | 64980 | 4.515e21 | f=k}}
0.31 km/s
{{OrbitVelocity | 64980 | 4.515e21 | pf=1/2}}
387.70 m/s
{{OrbitVelocity | b=Kerbin}}
1 009.81 m/s