525 research outputs found

    Solar-Sailing Trajectory Design for Close-Up NEA Observations Mission

    Get PDF
    Near-Earth Asteroids (NEAs) are an extremely valuable resource to study the origin and evolution of the Solar System more in depth. At the same time, they constitute a serious risk for the Earth in the not-so-remote case of an impact. In order to mitigate the hazard of a potential impact with the Earth, several techniques have been studied so far and, for the majority of them, a good knowledge about the chemical and physical composition of the target object is extremely helpful for the success of the mission. A multiple-rendezvous mission with NEAs, with close-up observations, can help the scientific community to improve the overall knowledge about these objects and to support any mitigation strategy. Because of the cost of this kind of mission in terms of Dv, a solar sail spacecraft is proposed in this study, in order to take advantage of the propellantless characteristic of this system. As part of the DLR/ESA Gossamer roadmap, and thus considering the sailcraft based on this technology, the present work is focused on the search of possible sequences of encounters, with priority on Potentially Hazardous Asteroids (PHAs). Because of the huge amount of NEAs, the selection of the candidates for a multiple rendezvous is firstly a combinatorial problem, with more than a billion of possible sequences for only three consecutive encounters. Moreover, an optimization problem should be solved in order to find a feasible solar-sail trajectory for each leg of the sequence. In order to tackle this mixed combinatorial/optimization problem, the strategy used is divided into two main steps: a sequence search by means of heuristic rules and simplified trajectory models, and a subsequent optimization phase. Preliminary results were presented previously by the authors, demonstrating that this kind of mission is promising. In this paper, we aim to find new sequences by introducing a different approach on the sequence search algorithm and by reducing the area-to-mass ratio of the solar sail. A smaller area-to-mass ratio entails either the possibility to carry on more payload or to reduce the sail area, raising the TRL. A grid search over 10 years of launching dates is carried out, resulting in different sequences of objects depending on the departing date. Two sequences are fully studied and optimized. The mission parameters and trajectories of the sequences found are shown and explained

    A Global Optimisation Toolbox for Massively Parallel Engineering Optimisation

    Full text link
    A software platform for global optimisation, called PaGMO, has been developed within the Advanced Concepts Team (ACT) at the European Space Agency, and was recently released as an open-source project. PaGMO is built to tackle high-dimensional global optimisation problems, and it has been successfully used to find solutions to real-life engineering problems among which the preliminary design of interplanetary spacecraft trajectories - both chemical (including multiple flybys and deep-space maneuvers) and low-thrust (limited, at the moment, to single phase trajectories), the inverse design of nano-structured radiators and the design of non-reactive controllers for planetary rovers. Featuring an arsenal of global and local optimisation algorithms (including genetic algorithms, differential evolution, simulated annealing, particle swarm optimisation, compass search, improved harmony search, and various interfaces to libraries for local optimisation such as SNOPT, IPOPT, GSL and NLopt), PaGMO is at its core a C++ library which employs an object-oriented architecture providing a clean and easily-extensible optimisation framework. Adoption of multi-threaded programming ensures the efficient exploitation of modern multi-core architectures and allows for a straightforward implementation of the island model paradigm, in which multiple populations of candidate solutions asynchronously exchange information in order to speed-up and improve the optimisation process. In addition to the C++ interface, PaGMO's capabilities are exposed to the high-level language Python, so that it is possible to easily use PaGMO in an interactive session and take advantage of the numerous scientific Python libraries available.Comment: To be presented at 'ICATT 2010: International Conference on Astrodynamics Tools and Techniques

    Space trajectories optimization using variable-chromosome-length genetic algorithms

    Get PDF
    The problem of optimal design of a multi-gravity-assist space trajectories, with free number of deep space maneuvers (MGADSM) poses multi-modal cost functions. In the general form of the problem, the number of design variables is solution dependent. To handle global optimization problems where the number of design variables varies from one solution to another, two novel genetic-based techniques are introduced: hidden genes genetic algorithm (HGGA) and dynamic-size multiple population genetic algorithm (DSMPGA). In HGGA, a fixed length for the design variables is assigned for all solutions. Independent variables of each solution are divided into effective and ineffective (hidden) genes. Hidden genes are excluded in cost function evaluations. Full-length solutions undergo standard genetic operations. In DSMPGA, sub-populations of fixed size design spaces are randomly initialized. Standard genetic operations are carried out for a stage of generations. A new population is then created by reproduction from all members based on their relative fitness. The resulting sub-populations have different sizes from their initial sizes. The process repeats, leading to increasing the size of sub-populations of more fit solutions. Both techniques are applied to several MGADSM problems. They have the capability to determine the number of swing-bys, the planets to swing by, launch and arrival dates, and the number of deep space maneuvers as well as their locations, magnitudes, and directions in an optimal sense. The results show that solutions obtained using the developed tools match known solutions for complex case studies. The HGGA is also used to obtain the asteroids sequence and the mission structure in the global trajectory optimization competition (GTOC) problem. As an application of GA optimization to Earth orbits, the problem of visiting a set of ground sites within a constrained time frame is solved. The J2 perturbation and zonal coverage are considered to design repeated Sun-synchronous orbits. Finally, a new set of orbits, the repeated shadow track orbits (RSTO), is introduced. The orbit parameters are optimized such that the shadow of a spacecraft on the Earth visits the same locations periodically every desired number of days

    Solar-Sailing Trajectory Design for Close-Up NEA Observations Mission

    Get PDF
    Near-Earth Asteroids (NEAs) are an extremely valuable resource to study the origin and evolution of the Solar System more in depth. At the same time, they constitute a serious risk for the Earth in the not-so-remote case of an impact. In order to mitigate the hazard of a potential impact with the Earth, several techniques have been studied so far and, for the majority of them, a good knowledge about the chemical and physical composition of the target object is extremely helpful for the success of the mission. A multiple-rendezvous mission with NEAs, with close-up observations, can help the scientific community to improve the overall knowledge about these objects and to support any mitigation strategy. Because of the cost of this kind of mission in terms of Dv, a solar sail spacecraft is proposed in this study, in order to take advantage of the propellantless characteristic of this system. As part of the DLR/ESA Gossamer roadmap, and thus considering the sailcraft based on this technology, the present work is focused on the search of possible sequences of encounters, with priority on Potentially Hazardous Asteroids (PHAs). Because of the huge amount of NEAs, the selection of the candidates for a multiple rendezvous is firstly a combinatorial problem, with more than a billion of possible sequences for only three consecutive encounters. Moreover, an optimization problem should be solved in order to find a feasible solar-sail trajectory for each leg of the sequence. In order to tackle this mixed combinatorial/optimization problem, the strategy used is divided into two main steps: a sequence search by means of heuristic rules and simplified trajectory models, and a subsequent optimization phase. Preliminary results were presented previously by the authors, demonstrating that this kind of mission is promising. In this paper, we aim to find new sequences by introducing a different approach on the sequence search algorithm and by reducing the area-to-mass ratio of the solar sail. A smaller area-to-mass ratio entails either the possibility to carry on more payload or to reduce the sail area, raising the TRL. A grid search over 10 years of launching dates is carried out, resulting in different sequences of objects depending on the departing date. Two sequences are fully studied and optimized. The mission parameters and trajectories of the sequences found are shown and explained

    Spacecraft Trajectory Optimization: A review of Models, Objectives, Approaches and Solutions

    Get PDF
    This article is a survey paper on solving spacecraft trajectory optimization problems. The solving process is decomposed into four key steps of mathematical modeling of the problem, defining the objective functions, development of an approach and obtaining the solution of the problem. Several subcategories for each step have been identified and described. Subsequently, important classifications and their characteristics have been discussed for solving the problems. Finally, a discussion on how to choose an element of each step for a given problem is provided.La Caixa, TIN2016-78365-

    A methodology for robust optimization of low-thrust trajectories in multi-body environments

    Get PDF
    Issued as final reportThales Alenia Spac

    Spacecraft Systems & Navigation

    Get PDF
    This textbook is steered towards higher educational course entailed in Commercial Space Operations. This textbook will be covering in detail Orbital Satellites, and Spacecraft. These topics are discussed according to their application, design, and environment. The power system, shielding and communication systems are reviewed along with their missions, space, environment and limitations. Any vehicle, whether manned or unmanned, intended for space travel is a spacecraft. A spacecraft\u27s required systems and equipment depend on the information it will acquire and the tasks it will perform. Although their levels of sophistication vary widely, they re all subject to the harsh conditions of space. Depending on the missions that each spacecraft is designed to carry out, they can be broadly classed

    Fourth Symposium on Chemical Evolution and the Origin and Evolution of Life

    Get PDF
    This symposium was held at the NASA Ames Research Center, Moffett Field, California, July 24-27, 1990. The NASA exobiology investigators reported their recent research findings. Scientific papers were presented in the following areas: cosmic evolution of biogenic compounds, prebiotic evolution (planetary and molecular), early evolution of life (biological and geochemical), evolution of advanced life, solar system exploration, and the Search for Extraterrestrial Intelligence (SETI)

    Publications of the Jet Propulsion Laboratory 1982

    Get PDF
    A bibliography of articles concerning topics on the deep space network, data acquisition, telecommunication, and related aerospace studies is presented. A sample of the diverse subjects include, solar energy remote sensing, computer science, Earth resources, astronomy, and satellite communication
    corecore