Manoeuvring a satellite in orbit usually requires thrusters. Sometimes the thrust is provided by a fuel-burning rocket motor. Sometimes it comes from electrically heated gas. Both methods, though, add weight in the form of propellant, thus reducing launch payload. They also involve parts that may fail. And eventually they run out of juice. Moreover, satellites carrying an energetic fuel like hydrazine must undergo special tests to be certified as safe for inclusion in a launch. Other ways of manoeuvring spacecraft would thus be welcome. And two, in particular, are now being developed.

The first takes advantage of errant air molecules that have wandered into space from Earth’s atmosphere. In orbits near to Earth, where these molecules are most abundant, the resistance they provide is such that a satellite with a small forward-facing surface area will slowly gain on another launched at the same speed with a larger such area. For this effect to be useful, engineers have calculated that a satellite needs to be able to enlarge or shrink its forward-facing area on demand by a factor of about nine. If it can do that, then the method of “differential drag” becomes a practical way of manoeuvring satellites relative to one another. And serendipitously, that factor of nine has proved reasonably easy to arrange.

The serendipity is the result of satellites needing solar cells to power their electronics. These cells are usually fixed to panels that, once a satellite is in orbit, unfold into wing-like structures much bigger than the spacecraft’s body itself. If a satellite is oriented so that its panels are facing in the direction of travel it will, over time, slow down. If it then rotates so that the panels are parallel with that direction, the braking will ease. A satellite operator in San Francisco, called Planet, says that it was the first organisation to manoeuvre operational craft in this way, back in 2013. The test was so successful that the firm now flies 120 Earth-imaging satellites which manoeuvre solely by differential drag. A mere 20 of Planet’s satellites still use thrusters.

The reason firms like Planet need to manoeuvre satellites in the first place is that the cheapest way to launch them is in groups taken up by a single rocket. This means they enter orbit as a cluster. But jobs like Earth-watching and relaying telecommunications require such groups of satellites to be spread out, for maximum coverage. Spire, another satellite operator based in San Francisco, says that differential drag takes only a few weeks to spread a cluster sufficiently to eliminate unnecessary overlaps. The 72 satellites Spire has in orbit at the moment manoeuvre exclusively by differential drag.

The actual process of manoeuvring involves reorienting the satellite. That, in turn, requires torque. Satellites generate this torque using a spinning reaction wheel and an electromagnet that interacts with Earth’s magnetic field. The technology is now precise enough to imagine using differential drag to permit satellites to rendezvous, according to Pini Gurfil of Technion University, in Israel. Dr Gurfil points to impressively close approaches between the small CubeSats that are part of a test project called QB50, which is led by the von Karman Institute for Fluid Dynamics, in Belgium.

Differential drag is not a perfect answer to manoeuvring in space. Above an altitude of about 650km, air molecules are too rare for the technique to be feasible, so it works only in the lowest of low-Earth orbits. It also takes a fair amount of time to execute. So, for example, if there is a war, satellites that rely on differential drag will be more vulnerable to attack than those with thrusters.

In addition, changing the level of drag adjusts only the rate of deceleration, and therefore of descent. The technique cannot be used to lift a spacecraft into a higher orbit. But a second thrusterless technique can manage this trick, too. It involves using the solar panels as light sails.

Light exerts pressure. That pressure can be employed in the same way as the pressure of the wind on Earth, to drive and manoeuvre a craft. Orient a satellite so that its solar panels are hit by the maximum possible amount of light in the part of its orbit when it is receding from the sun, and the minimum amount when it is approaching it, and the spacecraft will gain speed, and therefore altitude.

For a CubeSat smaller than a shoebox, with solar panels the size of two old-fashioned record-album sleeves, harnessing sunlight in this way should lift its orbit by several dozen metres a day, according to Dr Gurfil. Not a huge amount. But enough, for example, to dodge a potential collision with a piece of space debris—of which there is an increasing amount in orbit.

Technion will try this idea out soon. It expects, in what Dr Gurfil claims will be a first, to launch three test satellites in about six months’ time. The mission is named SAMSON. With luck, the temple will not come crashing down around it.

L271 操纵太空中航天器的几种方法的更多相关文章

  1. 解析Jquery取得iframe中元素的几种方法

    iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作,需要的朋友可以参考下   DOM方法:父窗口操作IFRAME:window.frames[&q ...

  2. Jquery取得iframe中元素的几种方法(转载)

    iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作 DOM方法:父窗口操作IFRAME:window.frames["iframeSon ...

  3. [浪风转载]Jquery取得iframe中元素的几种方法

    iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作 DOM方法:父窗口操作IFRAME:window.frames["iframeSon ...

  4. 转载:WinForm中播放声音的三种方法

    转载:WinForm中播放声音的三种方法 金刚 winForm 播放声音 本文是转载的文章.原文出处:http://blog.csdn.net/jijunwu/article/details/4753 ...

  5. java中需要关注的3大方面内容/Java中创建对象的几种方法:

    1)垃圾回收 2)内存管理 3)性能优化 Java中创建对象的几种方法: 1)使用new关键字,创建相应的对象 2)通过Class下面的new Instance创建相应的对象 3)使用I/O流读取相应 ...

  6. MATLAB中多行注释的三种方法

    MATLAB中多行注释的三种方法 A. %{ 若干语句 %} B. 多行注释: 选中要注释的若干语句, 编辑器菜单Text->Comment, 或者快捷键Ctrl+R 取消注释: 选中要取消注释 ...

  7. C#中文件下载的几种方法演示源码

    内容过程,把内容过程比较重要的内容做个珍藏,如下的内容是关于C#中文件下载的几种方法演示的内容,应该是对各朋友有较大好处. using System;using System.Data;using S ...

  8. js 跨域 Jquery取得iframe中元素的几种方法

    http://www.jb51.net/article/34942.htm 收集利用Jquery取得iframe中元素的几种方法 : 父页面访问子页面 $(document.getElementByI ...

  9. Jquery取得iframe中元素的几种方法Javascript Jquery获取Iframe的元素、内容或者ID

    query取得iframe中元素的几种方法 在iframe子页面获取父页面元素代码如下: $('#objId', parent.document);// 搞定... 在父页面 获取iframe子页面的 ...

随机推荐

  1. 4.1.3 Euclid's Game (POJ 2348)

    Problem description: 以辗转相除法为基础,给定两个整数a和b,Stan和Ollie轮流从较大的数字中减去较小数字的倍数(整倍数),并且相减后的结果不能为零.Stan先手,在自己的回 ...

  2. JS onclick事件获取空间value

    1. HTML onclick = btnAction(this.value) 2. JS btnAction(v){ alert(v) }

  3. python记录_day03 字符串

    python基本数据类型回顾 1. int 整数 2. str 字符串. 不会用字符串保存大量的数据 3. bool 布尔值. True, False 4. list 列表(重点) 存放大量的数据 5 ...

  4. java的泛型与反射机制

    什么是泛型? 泛型,即“参数化类型”.顾名思义,就是将类型由原来的具体的类型参数化,类似于方法中的变量参数,此时类型也定义成参数形式(可以称之为类型形参),然后在使用/调用时传入具体的类型(类型实参) ...

  5. ALV打印模板(存代码)

    *&---------------------------------------------------------------------* *& Report ZMMF013 * ...

  6. SpringBoot 使用Thymeleaf解决静态页面跳转问题

    参考:springboot配置跳转html页面 1,首先在pom文件中引入模板引擎jar包 <dependency> <groupId>org.springframework. ...

  7. kali-rolling安装openvas 9并创建扫描任务教程

    一. 前置说明 官方:漏洞扫描中最常用和强大的是某个”N“开头的漏洞扫描器(nessus),但由于许可证限制,kali中并未安装该漏洞扫描器.取而代之安装了nessus收费之后发起的开源版本openv ...

  8. nc(netcat)扫描开放端口

    探测单个端口是否开放可以用telnet,专业探测端口可以用Nmap,而对于非渗透用途的Linux可以直接用netcat. 1.使用netcat探测端口是否开放 nc -z -v - #z代表不交互要不 ...

  9. matlab plot line settings

  10. Receiver Operating Characteristics (ROC)

    The Receiver Operating Characteristics (ROC) of a classifier shows its performance as a trade off be ...