31 |
Global Optimization of MGA-DSM Problems Using the Interplanetary Gravity Assist Trajectory Optimizer (IGATO)Bryan, Jason M 01 December 2011 (has links) (PDF)
Interplanetary multiple gravity assist (MGA) trajectory optimization has long been a field of interest to space scientists and engineers. Gravity assist maneuvers alter a spacecraft's velocity vector and potentially allow spacecraft to achieve changes in velocity which would otherwise be unfeasible given our current technological limitations. Unfortunately, designing MGA trajectories is difficult and in order to find good solutions, deep space maneuvers (DSM) are often required which further increase the complexity of the problem. In addition, despite the active research in the field over the last 50 years, software for MGA trajectory optimization is scarce. A few good commercial, and even fewer open-source, options exist, but a majority of quality software remains proprietary.
The intent of this thesis is twofold. The first part of this work explores the realm of global optimization applied to multiple gravity assist trajectories with deep space maneuvers (MGA-DSM). With the constant influx of new global optimization algorithms and heuristics being developed in the global optimization community, this work aims to be a high level optimization approach which makes use of those algorithms instead of trying to be one itself. Central to this approach is PaGMO, which is the open-source Parallel Multiobjective Global Optimizer created by ESA's Advanced Concepts Team (ACT). PaGMO is an implementation of the Island Model Paradigm which allows the parallelization of different global optimizers. The second part of this work introduces the IGATO software which improves PaGMO by complementing it with dynamic restart capabilities, a pruning algorithm which learns over time, subdomain decomposition, and other techniques to create a powerful optimization tool. IGATO aims to be an open-source platform independent C++ application with a robust graphical user interface (GUI). The application is equipped with 2D plotting and simulations, real time Porkchop Plot generation, and other useful features for analyzing various problems. The optimizer is tested on several challenging MGA-DSM problems and performs well: consistently performing as well or better than PaGMO on its own.
|
32 |
Development of Tools Needed for Radiation Analysis of a Cubesat Deployer Using OltarisGonzalez-Dorbecker, Marycarmen 01 August 2015 (has links) (PDF)
Currently, the CubeSat spacecraft is predominantly used for missions at Low- Earth Orbit (LEO). There are various limitations to expanding past that range, one of the major ones being the lack of sufficient radiation shielding on the Poly-Picosatellite Orbital Deployer (P-POD). The P-POD attaches to a launch vehicle transporting a primary spacecraft and takes the CubeSats out into their orbit. As the demand for interplanetary exploration grows, there is an equal increase in interest in sending CubeSats further out past their current regime. In a collaboration with NASA’s Jet Propulsion Laboratory (JPL), students from the Cal Poly CubeSat program worked on a preliminary design of an interplanetary CubeSat deployer, the Poly-Picosatellite Deep Space Deployer (PDSD). Radiation concerns were mitigated in a very basic manner, by simply increasing the thickness of the deployer wall panels. While this provided a preliminary idea for improved radiation shielding, full analysis was not conducted to determine what changes to the current P-POD are necessary to make it sufficiently radiation hardened for interplanetary travel.
This thesis develops a tool that can be used to further analyze the radiation environment concerns that come up with interplanetary travel. This tool is the connection between any geometry modeled in CAD software and the radiation tool OLTARIS (On- Page iv Line Tool for the Assessment of Radiation In Space). It reads in the CAD file and converts it into MATLAB, at which point it can then perform ray-tracing analysis to get a thickness distribution at any user-defined target points. This thickness distribution file is uploaded to OLTARIS for radiation analysis of the user geometry.
To demonstrate the effectiveness of the tool, the radiation environment that a CubeSat sees inside of the current P-POD is characterized to create a radiation map that CubeSat developers can use to better design their satellites. Cases were run to determine the radiation in a low altitude orbit compared to a high altitude orbit, as well as a Europa mission. For the LEO trajectory, doses were seen at levels of 102 mGy, while the GEO trajectory showed results at one order of magnitude lower. Electronics inside the P-POD can survive these doses with the current design, confirming that Earth orbits are safe for CubeSats. The Europa- Jovian Tour mission showed results on a higher scale of 107 mGy, which is too high for electronics in the P-POD. Additional cases at double the original thickness and 100 times the original thickness resulted in dose levels at orders of about 107 and 104 mGy respectively. This gives a scale to work off for a “worst case” scenario and provides a path forward to modifying the shielding on deployers for interplanetary missions. Further analysis is required since increasing the existing P-POD thickness by 100 times is unfeasible from both size and mass perspectives. Ultimately, the end result is that the current P-POD standard does not work too far outside of Earth orbits. Radiation-based changes in the design, materials, and overall shielding of the P- POD need to be made before CubeSats can feasibly perform interplanetary missions.
|
33 |
50-Year Catalogs of Uranus Trajectory Options with a New Python-Based Rapid Design ToolAlec J Mudek (13129083) 22 July 2022 (has links)
<p>Ballistic and chemical trajectory options to Uranus are investigated for launch dates spanning 50 years. Trajectory solutions are found using STOUR, a patched conic propagator with an analytical ephemeris model. STOUR is heritage software developed by JPL and Purdue, written in FORTRAN. A total of 89 distinct gravity-assist paths to Uranus are considered, most of which will allow for a deep space maneuver (DSM) at some point along the path. For each launch year, the most desirable trajectory is identified and cataloged based on time of flight (up to 15 years), total $\Delta$V cost (DSM and capture maneuver), arrival $V_\infty$, and delivered payload. The Falcon Heavy (Recoverable), Vulcan VC6, Falcon Heavy (Expendable) and SLS Block 1B are considered to provide a range of low- to high-performance launch vehicle capabilities. A rough approximation of Starship's performance capabilities is also computed and applied to select years of launch dates. A flagship mission that delivers both a probe and an orbiter at Uranus is considered, which is approximated as a trajectory capable of delivering 2000 kg. Jupiter is unavailable as a gravity-assist body until the end of the 2020s but alternative gravity-assist paths exist, providing feasible trajectories even in years when Jupiter is not available. A rare Saturn-Uranus alignment in the late 2020's is identified which provides some such trajectory opportunities. A probe-and-orbiter mission to Uranus is feasible for a Vulcan VC6 with approximately 13 year flight times and for a Recoverable Falcon Heavy with approximately 14.5 year flight times. An Expendable Falcon Heavy reduces the time of flight to around 12.5 years and opens up `0E0U' as a gravity-assist path, while the SLS Block 1B typically offers trajectories with 10 to 11 year flight times and opens up more direct `JU' and `U' solutions. With the SLS, flight times as low as 7.5 years are possible.</p>
<p> </p>
<p>A new, rapid grid search tool called GREMLINS is also outlined. This new software is capable of solving the same problems as STOUR, but improves on it in three crucial ways: an improved user-experience, more maneuver capabilities, and a more easily maintained and modified code base. GREMLINS takes a different approach to the broad search problem, forgoing $C_3$ matching in favor of using maneuvers to patch together tables of pre-computed Lambert arcs. This approach allows for vectorized computations across data frames of Lambert solutions, which can be computed much more efficiently than the for-loop style approach of past tools. Through the use of SQL tables and a two-step trajectory solving approach, this tool is able to run very quickly while still being able to handle any amount of data required for a broad search. Every line of code in GREMLINS is written in Python in an effort to make it more approachable and easier to develop for a wide community of users, as GREMLINS will be the only only grid search tool available as free and open source software. Multiple example missions and trajectory searches are explored to verify the output from GREMLINS and to compare its performance against STOUR. Despite using a slower coding language, GREMLINS is capable of performing the same trajectory searches in approximately 1/5 the runtime of STOUR, a FORTRAN-coded tool, thanks to its vectorized computations.</p>
|
34 |
Development of a Trajectory Modeling Software for Spacecrafts in Earth Orbit as well as Interplanetary TransfersBasyal, Ishan January 2013 (has links)
Trajectory modeling is one of the most important aspects of any mission design. The trajectory should be able to propagate the S/C to the final destination while optimizing the flight duration, the total change in velocity and also the total launch mass. The Spacecraft Trajectory Optimizer (STO) tool described in this report first solves the Gauss Lambert problem and generates initial departure and arrival conditions which can also be expressed as porkchop plots. These initial conditions are then used as input to optimize the flight steps which are based on a patched conic approximation with the elliptical transfer with respect to the Sun and the hyperbolic transfers at the departure and arrival planet's sphere of influence. The tool is completely based on MATLAB 2007 or later and uses ODE45 for trajectory propagation and FMINCON with Active-set algorithm for optimization. The results obtained in house were compared with four Mars Sample return orbits calculated at ESOC and there is a very good correlation between the required change in velocities and transfer duration for e.g. Orbit case: O22S, ESOC values: total Delta V = 3.946 - 4.119 [km/s], TOF = 329 - 342 [days] & STO values: Delta V = 3:986 [km/s] & TOF = 335 [days]. The in house data was also used as an input in the System Tool Kit (a professional trajectory calculation software) for modeling an interplanetary trajectory to Mars and the S/C arrived at Mars without any optimization. Therefore, even though the STO does not have all the capabilities of a professional software it can be used for preliminary mission analysis as it offers quite accurate results for interplanetary transfers. / <p>Validerat; 20131127 (global_studentproject_submitter)</p>
|
35 |
Performance Characteristics of the Interplanetary Overlay Network in 10 Gbps NetworksHuff, John D. 01 June 2021 (has links)
No description available.
|
36 |
Reconstructing ICMEs with the toroidal Grad-Shafranov methodSkan, Moa January 2019 (has links)
The main objective of this thesis is to model the magneticstructure of interplanetary coronal mass ejections (ICME) measuredin-situ from the WIND spacecraft positioned at L1. The modeling isdone by a magnetohydrodynamic reconstruction technique based onthe GS equation with a toroidal geometry. The purpose has been toextend the application of the reconstruction program to real dataand to test its performance when different input parameters arechanged. Two events are presented; 16-17 May 2012 and 15-16 May2005 ICMEs have been successfully reconstructed with this model. The main achievements of the study are that a) the code now worksfor real data b) the important parameters that can be changed fordifferent reconstructions in the code are the number of iterationsused to find the optimal Z-axis, the plasma pressure and the orderof the polynomial fitting of the flux functional, c) if all crosssection reconstructions for different variations of theseparameters strongly resembles each other then this is anindication that the model approximation is good and that the fluxrope exists. The results have been compared and verified withpreviously published studies of these events. Using a toroidal geometry for the GS reconstruction method weobtain very similar results to the one obtained with differentreconstruction techniques.This implies that at L1, the ICMEs haveexpanded so much that a cylindrical geometry is sufficient todescribe the flux rope geometry. The toroidal Grad-Shafranovreconstruction technique is best suited for circular, or slightlyelongated, flux rope cross section profiles but have been provento work for one complex ejecta consisting of two merged fluxropes. The toroidal model might become an important asset in thefuture when data from spacecraft closer to the Sun, such as ParkerSolar Probe and Solar Orbiter, is public. When the major radius ofthe flux rope is smaller the choice of geometry will most likelyhave a larger role than for measurements at L1 and so, thetoroidal Grad-Shafranov reconstruction technique will probably bethe better alternative of the models that exists today.
|
37 |
A Study of Variable Thrust, Variable Specific Impulse Trajectories for Solar System ExplorationSakai, Tadashi 07 December 2004 (has links)
A study has been performed to determine the advantages and disadvantages of variable thrust and variable specific impulse (Isp) trajectories for solar system exploration.
There have been several numerical research efforts for variable thrust, variable Isp, power-limited trajectory optimization problems. All of these results conclude that variable thrust, variable Isp (variable specific impulse, or VSI) engines are superior to constant thrust, constant Isp (constant specific impulse, or CSI) engines. However, most of these research efforts assume a mission from Earth to Mars, and some of them further assume that these planets are circular and coplanar. Hence they still lack the generality.
This research has been conducted to answer the following questions:
- Is a VSI engine always better than a CSI engine or a high thrust engine for any mission to any planet with any time of flight considering lower propellant mass as the sole criterion?
- If a planetary swing-by is used for a VSI trajectory, is the fuel savings of a VSI swing-by trajectory better than that of a CSI swing-by or high thrust swing-by trajectory?
To support this research, an unique, new computer-based interplanetary trajectory calculation program has been created. This program utilizes a calculus of variations algorithm to perform overall optimization of thrust, Isp, and thrust vector direction along a trajectory that minimizes fuel consumption for interplanetary travel. It is assumed that the propulsion system is power-limited, and thus the compromise between thrust and Isp is a variable to be optimized along the flight path. This program is capable of optimizing not only variable thrust trajectories but also constant thrust trajectories in 3-D space using a planetary ephemeris database. It is also capable of conducting planetary swing-bys.
Using this program, various Earth-originating trajectories have been investigated and the optimized results have been compared to traditional CSI and high thrust trajectory solutions. Results show that VSI rocket engines reduce fuel requirements for any mission compared to CSI rocket engines. Fuel can be saved by applying swing-by maneuvers for VSI engines, but the effects of swing-bys due to VSI engines are smaller than that of CSI or high thrust engines.
|
38 |
Advanced Transport Protocols for Next Generation Heterogeneous Wireless Network ArchitecturesAkan, Ozgur Baris 12 April 2004 (has links)
The revolutionary advances in the wireless communication technologies are inspiring the researchers to envision the next generation wireless networking architectures, i.e., Next Generation Wireless Internet (NGWI), InterPlaNetary (IPN) Internet, and Wireless Sensor Networks (WSN). There exist significant technological challenges for the realization of these envisioned next generation network architectures. NGWI will be the convergence of the Internet and heterogeneous wireless architectures, which have diverse characteristics and hence pose different sets of research challenges, to achieve anywhere, anytime seamless service to the mobile users. Similarly, the unique characteristics and challenges posed by deep space communications call for novel networking protocols to realize the IPN Internet objective. Furthermore, in order to realize the potential gains of WSN, it is imperative that communication challenges imposed by resource constraints of sensor nodes must be efficiently addressed with novel solutions tailored to the WSN paradigm. The objective of this research is to develop new advanced transport protocols for reliable data transport and real-time multimedia delivery in the next generation heterogeneous wireless network architectures. More specifically, the analytical rate control (ARC) protocol for real-time multimedia delivery is first proposed for wired/wireless hybrid networks. Next, a new rate control scheme (RCS) is proposed to achieve high throughput performance and fairness for real-time multimedia traffic over the satellite links. The unified adaptive transport layer (ATL) suite and its protocols for both reliable data transport (TCP-ATL) and real-time multimedia delivery (RCP-ATL) are introduced for the NGWI. A new reliable transport protocol for data transport in the IPN Internet (TP-Planet) is then proposed to address the unique challenges of the IPN Internet backbone links. A new integrated tranmission protocol (ITP) is then proposed for reliable data transport over multihop IPN Internet paths. Finally, the event-to-sink reliable transport (ESRT) protocol is proposed to achieve reliable event transport with minimum energy expenditure in WSN.
|
39 |
Advanced Routing Protocols for Satellite and Space NetworksChen, Chao 12 May 2005 (has links)
Satellite systems have the advantage of global coverage and offer a solution for providing broadband access to end users. Local terrestrial networks and terminals can be connected to the rest of the world over Low Earth Orbit (LEO) satellite networks simply by installing small
satellite interfaces. With these properties, satellite systems play a crucial role in the global Internet to support real-time and non-real-time applications. Routing in satellite networks, and the integration of satellite
networks and the terrestrial Internet are the key issues to support these services.
Furthermore, the developments in space technologies enable the realization of deep-space missions such as Mars exploration. The Interplanetary Internet is envisioned to provide communication services for scientific data delivery and navigation services for the explorer spacecrafts and orbiters of future
deep-space missions. The unique characteristics posed by deep-space communications call for different research approaches from those in
terrestrial networks.
The objective of this research is to develop advanced architectures and efficient routing protocols for satellite and space networks to support applications with different traffic types and heterogeneous quality-of-service
(QoS) requirements. Specifically, a new QoS-based routing algorithm (QRA) is proposed as a
connection-oriented routing scheme to support real-time multimedia applications in satellite networks. Next, the satellite grouping and routing protocol (SGRP) is presented as a
unicast routing protocol in a two-layer satellite IP network architecture. The border gateway protocol - satellite version (BGP-S) is then proposed as a unified routing protocol to accomplish the integration of the terrestrial and satellite IP networks at the network layer.
Finally, a new routing framework, called the space backbone routing (SBR), is introduced for routing through different autonomous regions in the Interplanetary Internet. SBR provides a self-contained and scalable solution to support different traffic types through the Interplanetary Internet.
|
40 |
Influences Of Interplanetary Magnetic Field On The Variability Of Aerospace MediaYapici, Tolga 01 September 2007 (has links) (PDF)
The Interplanetary Magnetic Field (IMF) has a controlling effect on the Magnetosphere and Ionosphere. The objective in this work is to investigate the probable effects of IMF on Ionospheric and Geomagnetic response. To fulfill the objective the concept of an event has been created based on the polarity reversals and rate of change of the interplanetary magnetic field components, Bz and By. Superposed Epoch Method (SPE) was employed with the three event definitions, which are based on IMF Bz southward turnings ranging from 6 to 11 nT in order to quantify the effects of IMF By and Bz. For the first event only IMF Bz turnings were taken into account while for the remaining, positive and negative polarity for IMF By were added. Results showed that the increase in the magnitude of IMF Bz turnings increased the drop of F layer critical frequency, f0F2. The drop was almost linear with the increase in magnitude of polarity reversals. Reversals with a positive IMF By has resulted in the continuation of geomagnetic activity more than 4 days, that is to say, the energy, that has penetrated as a consequence of reversal with a positive By polarity, was stored in outer Magnetosphere,whereas, with a negative IMF By the energy was consumed in a small time scale.
At the second step of the work, although conclusions about geomagnetic activity could be done, as a consequence of data gaps for f0F2 in addition to having low numbers of events, characterization of f0F2 due to constant IMF By polarity could not be accomplished. Thus, a modeling attempt for the characterization of the response due to polarity reversals of IMF components with the Genetic Programming was carried out. Four models were constructed for different polarity reversal cases and they were used as the components of one general unique model. The model is designed in such a way that given 3 consecutive value of f0F2, IMF By and IMF Bz, the model can forecast one hour ahead value of f0F2. The overall model, GETY-IYON was successful at a normalized error of 7.3%.
|
Page generated in 0.1006 seconds