L271 操纵太空中航天器的几种方法
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 操纵太空中航天器的几种方法的更多相关文章
- 解析Jquery取得iframe中元素的几种方法
iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作,需要的朋友可以参考下 DOM方法:父窗口操作IFRAME:window.frames[&q ...
- Jquery取得iframe中元素的几种方法(转载)
iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作 DOM方法:父窗口操作IFRAME:window.frames["iframeSon ...
- [浪风转载]Jquery取得iframe中元素的几种方法
iframe在复合文档中经常用到,利用jquery操作iframe可以大幅提高效率,这里收集一些基本操作 DOM方法:父窗口操作IFRAME:window.frames["iframeSon ...
- 转载:WinForm中播放声音的三种方法
转载:WinForm中播放声音的三种方法 金刚 winForm 播放声音 本文是转载的文章.原文出处:http://blog.csdn.net/jijunwu/article/details/4753 ...
- java中需要关注的3大方面内容/Java中创建对象的几种方法:
1)垃圾回收 2)内存管理 3)性能优化 Java中创建对象的几种方法: 1)使用new关键字,创建相应的对象 2)通过Class下面的new Instance创建相应的对象 3)使用I/O流读取相应 ...
- MATLAB中多行注释的三种方法
MATLAB中多行注释的三种方法 A. %{ 若干语句 %} B. 多行注释: 选中要注释的若干语句, 编辑器菜单Text->Comment, 或者快捷键Ctrl+R 取消注释: 选中要取消注释 ...
- C#中文件下载的几种方法演示源码
内容过程,把内容过程比较重要的内容做个珍藏,如下的内容是关于C#中文件下载的几种方法演示的内容,应该是对各朋友有较大好处. using System;using System.Data;using S ...
- js 跨域 Jquery取得iframe中元素的几种方法
http://www.jb51.net/article/34942.htm 收集利用Jquery取得iframe中元素的几种方法 : 父页面访问子页面 $(document.getElementByI ...
- Jquery取得iframe中元素的几种方法Javascript Jquery获取Iframe的元素、内容或者ID
query取得iframe中元素的几种方法 在iframe子页面获取父页面元素代码如下: $('#objId', parent.document);// 搞定... 在父页面 获取iframe子页面的 ...
随机推荐
- 正睿 2018 提高组十连测 Day2 T2 B
题目链接 http://www.zhengruioi.com/contest/84/problem/318 题解写的比较清楚,直接扒过来了. B 算法 1 直接按题意枚举,动态规划或是记忆化搜索. 时 ...
- array_unique
array_unique() 函数移除数组中的重复的值,并返回结果数组. 当几个数组元素的值相等时,只保留第一个元素,其他的元素被删除. 返回的数组中键名不变. <?php $a=array(& ...
- 基于Mybatis实现一个查库的接口
基本功能就是写一个接口,该接口的主要功能是根据给的条件查询特定表: 先通过Workbench来看一下在给定条件下的查询的结果,先给出最终的结果查询的表以及查询的条件: 也就是该接口实现在image_t ...
- C# string 字符串详解 恒定 驻留
string是一种很特殊的数据类型,它既是基元类型又是引用类型,在编译以及运行时,.Net都对它做了一些优化工作,正式这些优化工作有时会迷惑编程人员,使string看起来难以琢磨.这篇文章共四节,来讲 ...
- [python] 查找列表中重复的元素
a = [1, 2, 3, 2, 1, 5, 6, 5, 5, 5] b = set(a) for each_b in b: count = 0 for each_a in a: if each_b ...
- node模块之path——path.join和path.resolve的区别
1.path.join([...paths]) path.join() 方法使用平台特定的分隔符把全部给定的 path 片段连接到一起,并规范化生成的路径. 长度为零的 path 片段会被忽略. 如果 ...
- mongodb副本集修改配置问题
因虚拟机地址被占用,需要重新设置ip地址,这时需要修改副本集中的IP地址配置: 1: 查看配置rs.config():需要找到primary主机,在该主节点服务器上才有权限修改配置 2:rs.remo ...
- org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'list' in 'c
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'list' in ' ...
- DBCC - Undocumented commands
These commands may affect system performance and/or force table-level locks.There is no guarantee th ...
- Qt 设置窗口居中显示和窗体大小
设置窗口居中显示 方法一:在窗口(QWidget类及派生类)的构造函数中添加如下代码: #include <QDesktopWidget> //....... QDesktopWidget ...