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. 从早期 Spring Boot 版本升级

    如果你现在正在从早期的 Spring Boot 版本进行升级的话,请访问 “migration guide” on the project wiki 页面,这个页面提供了有关升级的详细指南.同时也请查 ...

  2. mac 配置homebrew

    1.终端下输入export PATH=/usr/local/bin:$PATH 2.echo $PATH 3.安装homebrew  地址:ruby -e "$(curl -fsSL htt ...

  3. FileZilla 客户端连接 FlieZilla 服务器 连接成功读取目录列表却失败的解决办法

    解决过程: 第一步: 第二步:

  4. 多线程总结2之volatile和synchronized(转)

    本文转自 http://www.jasongj.com/java/thread_safe/ 一.多线程编程中的三个核心概念 本篇文章将从这三个问题出发,结合实例详解volatile如何保证可见性及一定 ...

  5. python – time.sleep – 睡眠线程

    import time from threading import Thread class worker(Thread): def run(self): for x in xrange(0,11): ...

  6. ActiveMQ producer同步/异步发送消息

    http://activemq.apache.org/async-sends.html producer发送消息有同步和异步两种模式,可以通过代码配置: ((ActiveMQConnection)co ...

  7. 使用机器学习检测TLS 恶意加密流——业界调研***有开源的数据集,包括恶意证书的,以及恶意tls pcap报文***

    2018 年的文章, Using deep neural networks to hunt malicious TLS certificates from:https://techxplore.com ...

  8. Vue.js 引入外部js方法

    1.外部文件config.js 第一种写法 //常量的定义 const config = { baseurl:'http://172.16.114.5:8088/MGT2' } //函数的定义 fun ...

  9. 维护一个旧程序 linq2sql,出现row not found or changed的异常

    维护一个旧程序 linq2sql,出现row not found or changed的异常, 查博客园,文章都是一大抄,都不对. 想想之前都能保存的.这个异常是在加了字段之后出现的. 因为用vs.n ...

  10. 使用web3+solc编译发布以太坊智能合约

    一.环境安装: 1.安装web3工程:npm install web3 2.安装solc工程:npm install solc二.在node环境中使用 先引用所需环境: var fs = requir ...