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子页面的 ...
随机推荐
- vi常用快捷键
vi常用快捷键 1)移动光标 h :光标左移一个字符k :光标上移一个字符j :光标下移一个字符l :光标右移一个字符 0 :光标移至行首$ :光标移至行尾 H :光标移至屏幕首行M :光标移至屏幕中 ...
- 配置samba 服务器 共享Linux目录
配置samba 服务器 共享Linux目录 1.安装: yum install -y samba* 2.修改配置文件 vim /etc/samba/smb.conf [web] path = /usr ...
- MySQL使用的常见问题
(一)是否启动了服务器 如果没有启动报错:ERROR 2003 (HY000): Can't connect to MySQL server on ‘localhost' (10061) 解决方法:启 ...
- 『TensorFlow』SSD源码学习_其六:标签整理
Fork版本项目地址:SSD 一.输入标签生成 在数据预处理之后,图片.类别.真实框格式较为原始,不能够直接作为损失函数的输入标签(ssd向前网络只需要图像就行,这里的处理主要需要满足loss的计算) ...
- SEND EMAIL SO_DOCUMENT_SEND_API1
FUNCTION zcrm_send_email_and_attach . *"------------------------------------------------------- ...
- [转]2017年最具价值的十大开源项目!GitHub 年度报告~
<GitHub 2017 年度报告>GitHub 每年都会在年度盛会中推出数据报告,其中列出了一些年度的数据,包括其网站中最受欢迎的编程语言.开源项目等.那么今年哪些开源项目最具价值呢?我 ...
- 提高Bash使用效率的方法
环境:centos6.5 1.移动 Ctrl + a :移到命令行首Ctrl + e :移到命令行尾 Ctrl + xx:在命令行首和光标之间移动 左右键移动字符 Ctrl+左右键移动单词(不记快捷键 ...
- windows 系统分布式版本控制 git 使用学习
1. 在 Windows 上安装 Git 在Windows上使用Git,可以从Git官网直接下载安装程序,(网速慢的同学请移步国内镜像),然后按默认选项安装即可. 安装完成后,在开始菜单里找到“Git ...
- 深入Spring Boot: 怎样排查 java.lang.ArrayStoreException
java.lang.ArrayStoreException 分析 这个demo来说明怎样排查一个spring boot 1应用升级到spring boot 2时可能出现的java.lang.Array ...
- Python isspace() 方法检测字符串是否只由空格组成。