Difference between revisions of "Orbit darkness time"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
This page will give an expression for the worst-case scenario of how long a craft will be in darkness during an orbit. This information can be used to determine how many batteries are needed for a craft to remain powered during the dark portion of orbit. It can also be used to calculate how many solar panels are needed to recharge the batteries before the next cycle of darkness.
 
This page will give an expression for the worst-case scenario of how long a craft will be in darkness during an orbit. This information can be used to determine how many batteries are needed for a craft to remain powered during the dark portion of orbit. It can also be used to calculate how many solar panels are needed to recharge the batteries before the next cycle of darkness.
  
[[File:Orbit_Darkness.jpeg|center|thumb|600px|Orbital Darkness Schematic]]
+
[[File:Orbit_Darkness.jpeg|right|thumb|600px|Orbital Darkness Schematic]]
  
 
== Result ==
 
== Result ==
 
Here is the result for calculating the longest amount of time spent in darkness (in units of seconds):
 
Here is the result for calculating the longest amount of time spent in darkness (in units of seconds):
  
<math>\Delta t = \frac{2l^2}{h}\left(\frac{e\,\text{sin}(\theta)}{(e^2-1)(e\,\text{cos}(\theta)+1)}  
+
<math>T_d = \frac{2l^2}{h}\left(\frac{e\,\text{sin}(\theta)}{(e^2-1)(e\,\text{cos}(\theta)+1)}  
 
- \frac{2\,\text{tan}^{-1}\left(\frac{(e-1)\text{tan}\left(\frac{\theta}{2}\right)}{\sqrt{1-e^2}}\right)}{\sqrt{(1-e^2)^3}}\right)</math>
 
- \frac{2\,\text{tan}^{-1}\left(\frac{(e-1)\text{tan}\left(\frac{\theta}{2}\right)}{\sqrt{1-e^2}}\right)}{\sqrt{(1-e^2)^3}}\right)</math>
  
Line 39: Line 39:
 
<math>d</math>: radius of planet to orbit [km] (see wiki page on planet for data, ex: [[Kerbin]])
 
<math>d</math>: radius of planet to orbit [km] (see wiki page on planet for data, ex: [[Kerbin]])
  
<math>\mu</math>: [[w:Standard_gravitational_parameter|gravitational parameter]] of planet to orbit [km^3/s^2] (see wiki page on planet for data, ex: [[Kerbin]])
+
<math>\mu</math>: [[w:Standard_gravitational_parameter|gravitational parameter]] of planet to orbit [km<sup>3</sup>/s<sup>2</sup>] (see wiki page on planet for data, ex: [[Kerbin]])
 +
 
 +
'''Example:''' Kerbin has equatorial radius 600 000 m or 600 km. Its gravitational parameter is 3.5316000×10<sup>12</sup> m<sup>3</sup>/s<sup>2</sup> or 3.5316000×10<sup>3</sup> km<sup>3</sup>/s<sup>2</sup>.
  
 
== Limitations ==
 
== Limitations ==
Line 49: Line 51:
 
By entering the equations into a program such as Microsoft Excel, the darkness time can be calculated for various orbits around any planet or moon. Knowing the amount of time spent in darkness and the energy drain, the battery storage can be calculated by
 
By entering the equations into a program such as Microsoft Excel, the darkness time can be calculated for various orbits around any planet or moon. Knowing the amount of time spent in darkness and the energy drain, the battery storage can be calculated by
  
<math>B = \dot{E}\Delta t</math>
+
<math>B = \dot{E}T_d</math>
  
where <math>B</math> is the battery storage required in the game units of "e", <math>\dot{E}</math> is the rate of energy use in units of e/sec, and <math>\Delta t</math> is the darkness time in seconds.
+
where <math>B</math> is the battery storage required in the electricity unit [[Electricity|e]], <math>\dot{E}</math> is the rate of energy use in units of e/sec, and <math>T_d</math> is the darkness time in seconds.
  
===Examples===
+
==Examples==
  
====Orbiting Kerbin with Apoapsis 700 km and Periapsis 100 km====
+
===Orbiting Kerbin with Apoapsis 700 km and Periapsis 100 km===
  
<math>\Delta t = 925 \text{ seconds (4m 43s)}</math>
+
<math>T_d = 925 \text{ seconds (4m 43s)}</math>
  
 
Using 0.05 e/s for the [[RC-001S_Remote_Guidance_Unit|RC-001S]] and 0.04 e/s for the [[Illuminator_Mk1|Illuminator Mk1]] for a total drain of 0.09 e/s:
 
Using 0.05 e/s for the [[RC-001S_Remote_Guidance_Unit|RC-001S]] and 0.04 e/s for the [[Illuminator_Mk1|Illuminator Mk1]] for a total drain of 0.09 e/s:
  
<math>B = \dot{E}\Delta t = 0.09 \text{ e/s} * 925 \text{ s} = 83.2 \text{ e}</math>
+
<math>B = \dot{E}T_d = 0.09 \text{ e/s} * 925 \text{ s} = 83.2 \text{ e}</math>
  
 
So at least 83.2 e of electricity are needed in storage to make it through the darkness for this orbit around Kerbin, using 0.09 e per second. The battery with the next largest amount of storage (as of 0.21) is the [[Z-100_Rechargable_Battery_Pack|Z-100]] with 100 e of storage.
 
So at least 83.2 e of electricity are needed in storage to make it through the darkness for this orbit around Kerbin, using 0.09 e per second. The battery with the next largest amount of storage (as of 0.21) is the [[Z-100_Rechargable_Battery_Pack|Z-100]] with 100 e of storage.
  
====Orbiting Jool with Apoapsis 500 km and Periapsis 500 km====
+
===Orbiting Jool with Apoapsis 500 km and Periapsis 500 km===
  
<math>\Delta t = 2319\text{ seconds (38m 39s)}</math>
+
<math>T_d = 2319\text{ seconds (38m 39s)}</math>
  
 
Using 0.05 e/s for the [[RC-001S_Remote_Guidance_Unit|RC-001S]] and 0.16 e/s for 4x [[Illuminator_Mk1|Illuminator Mk1]] for a total drain of 0.21 e/s:
 
Using 0.05 e/s for the [[RC-001S_Remote_Guidance_Unit|RC-001S]] and 0.16 e/s for 4x [[Illuminator_Mk1|Illuminator Mk1]] for a total drain of 0.21 e/s:
  
<math>B = \dot{E}\Delta t = 0.21 \text{ e/s} * 2319 \text{ s} = 487 \text{ e}</math>
+
<math>B = \dot{E}T_d = 0.21 \text{ e/s} * 2319 \text{ s} = 487 \text{ e}</math>
  
 
So at least 487 e of electricity are needed in storage to make it through the darkness for this orbit around Jool, using 0.21 e per second. This capacity can be achieved by coupling a [[Z-400_Rechargable_Battery|Z-400]] with a [[Z-100_Rechargable_Battery_Pack|Z-100]] for a total of 500 e of electricity.
 
So at least 487 e of electricity are needed in storage to make it through the darkness for this orbit around Jool, using 0.21 e per second. This capacity can be achieved by coupling a [[Z-400_Rechargable_Battery|Z-400]] with a [[Z-100_Rechargable_Battery_Pack|Z-100]] for a total of 500 e of electricity.
  
 
[[Category:Tutorials|Orbit Darkness Time]]
 
[[Category:Tutorials|Orbit Darkness Time]]

Revision as of 14:18, 20 September 2013

This page will give an expression for the worst-case scenario of how long a craft will be in darkness during an orbit. This information can be used to determine how many batteries are needed for a craft to remain powered during the dark portion of orbit. It can also be used to calculate how many solar panels are needed to recharge the batteries before the next cycle of darkness.

Orbital Darkness Schematic

Result

Here is the result for calculating the longest amount of time spent in darkness (in units of seconds):

where you calculate the following intermediate quantities first:

where you need to provide the following parameters:

: planned Apoapsis of planet the craft will orbit [km]

: planned Periapsis of planet the craft will orbit [km]

: radius of planet to orbit [km] (see wiki page on planet for data, ex: Kerbin)

: gravitational parameter of planet to orbit [km3/s2] (see wiki page on planet for data, ex: Kerbin)

Example: Kerbin has equatorial radius 600 000 m or 600 km. Its gravitational parameter is 3.5316000×1012 m3/s2 or 3.5316000×103 km3/s2.

Limitations

This method assumes the orbit is stable and elliptic. This includes the special case of circular orbits. The method gives the longest amount of time spent in darkness, which for polar orbits, will only be experienced periodically. However, it is a good idea to plan on the worst-case amount of time in darkness. Lastly, the method does not take into account darkness caused by a different body than the orbited body (i.e. if you are orbiting Laythe and Jool blocks the sun, this method does not account for that).

Application

By entering the equations into a program such as Microsoft Excel, the darkness time can be calculated for various orbits around any planet or moon. Knowing the amount of time spent in darkness and the energy drain, the battery storage can be calculated by

where is the battery storage required in the electricity unit e, is the rate of energy use in units of e/sec, and is the darkness time in seconds.

Examples

Orbiting Kerbin with Apoapsis 700 km and Periapsis 100 km

Using 0.05 e/s for the RC-001S and 0.04 e/s for the Illuminator Mk1 for a total drain of 0.09 e/s:

So at least 83.2 e of electricity are needed in storage to make it through the darkness for this orbit around Kerbin, using 0.09 e per second. The battery with the next largest amount of storage (as of 0.21) is the Z-100 with 100 e of storage.

Orbiting Jool with Apoapsis 500 km and Periapsis 500 km

Using 0.05 e/s for the RC-001S and 0.16 e/s for 4x Illuminator Mk1 for a total drain of 0.21 e/s:

So at least 487 e of electricity are needed in storage to make it through the darkness for this orbit around Jool, using 0.21 e per second. This capacity can be achieved by coupling a Z-400 with a Z-100 for a total of 500 e of electricity.