Practical Problem Solving on Fast Trajectory Optimization

Size: px
Start display at page:

Download "Practical Problem Solving on Fast Trajectory Optimization"

Transcription

1 Practical Problem Solving on Fast Trajectory Optimization Senior Lecture on Trajectory Optimization 3 rd Astrodynamics Workshop, Oct , ESTEC GmbH Andreas.Wiegand@astos.de

2 Intension What can be done with optimization? What means PRACTICAL? What dominates the optimization work? CPU time Operator time What means FAST? Using state of the art technology and hardware CPU-time is defined by computational accuracy and model complexity (c) GmbH 2

3 Optimization in Retrospect 1996: Straight forward optimization 500 optimizable parameter CPU critical 2006: up to 150,000 parameter and more Trajectory optimization and vehicle design optimization in parallel Low Thrust problems Not CPU critical Optimization with more than several dozen of parameters makes no sense. Don t waste time on the initial guess. (c) GmbH 3

4 Content Overview: applications of trajectory optimisation Requirements for fast and practical optimisation software Existing Software Possible Improvements Outlook (c) GmbH 4

5 Interplanetary Aero-Assisted Maneuvers Ascent Reentry Entry Destruction Formations Rendezvous Constellations Station Keeping Typical Aerospace Optimisation Applications Orbit Transfer Libration Point Missions (c) GmbH 5

6 Reentry Applications Reentry Entry Manoeuvre Entry trajectory Minimum possible loads Reference trajectory for entry guidance Determination of entry and landing window Cross-/Downrange computations (c) GmbH 7

7 Flight-Path - Planning Special trajectory for ATD flight experiments (c) GmbH 8

8 Ascent & Branched Trajectories Performance Indices maximize payload minimize fuel consumption minimize structural mass Boundary Conditions: initial conditions (launch pad) target orbit return of rocket stages staging conditions visibility from ground stations splash down of stages... Path Constraints: max. dynamic pressure max. heat-flux bending moment (qα) max. acceleration constraints on flight path... (c) GmbH 9

9 Safety Analysis Entry destruction analysis of upper stages (ASTOS-EDA) Trajectory modifications to ensure safe impact points in case of an failure Ballistic coefficients analysis Abort trajectory scenarios Collision avoidance during low-thrust flight main trajectory stage break-up EDA Impact Impact with Drag Impact without Drag demise (c) GmbH 10

10 Vehicle Design trajectory and vehicle parameter optimization structural masses of stages tanks engine parameters at chemical equilibrium Considering constraints (loads, safety) Shape optimization performance assessment of upper stage modifications Examples of design studies Mars ascent vehicle (MAV) Heavy Lift Launch Vehicle (HLLV) VEGA: upper stage with low thrust (c) GmbH 11

11 System Concept Validation Design reviews Nominal vs. non-nominal performance Sensitivity analysis Adjustment of mission parameters Investigation of alternate stages of a launcher different engine performance vs payload Different tank design LOX vs. Kerosene (c) GmbH 12

12 Low-Thrust Orbit Transfer Mission GTO-GEO transfer Optimization of Minimum transfer time Minimum fuel consumption Minimum degradation Pareto optimal solutions Consideration of Disturbances Eclipses Battery power Phasing with target longitude Slew rates (c) GmbH 13

13 Low-Thrust Orbit Transfer Mission (c) GmbH 14

14 Key points of an optimization model Point mass No moments Attitude control can be considered as commanded control Only two controls (side slip angle = 0) Optimised attitude controls allows to integrate the flight-path, but does not ensure, that this trajectory is flyable or useful for 6-dof simulation 6-dof attitude control with inverse dynamics provides 3 attitude controls Required control torque Additional constraints No geometry unless used for computation of Forces Volume of tanks Diameter of nozzles and stage (c) GmbH 15

15 Software Requirements How to handle all these different applications? A specialized tool for each application Difficult maintenance Duplication of code Learning time One tool which is Flexible/Modular Model definition Optimisation methods Complex like the problems User Guidance System manageable by nonexpert users Continuously maintained (c) GmbH 16

16 A Single Tool Solution Common properties EoM of one body Central body Cost functions related to Time Mass Other typical astrodynamic values Constraints Position Velocity Acceleration Forces One tool for atmospheric flight Launcher Reentry Possible extensions Orbit transfer Additional perturbations Various solvers Gradient methods Global optimization (c) GmbH 17

17 ASTOS AeroSpace Trajectory Optimization Software Completely data configurable (frequent changes in model data) Easy, intuitive Graphical User Interface Various optimization techniques Easy generation of Initial Guess Automatic scaling techniques Handles flat minima Large convergence radius Robust w.r.t. bad models Handles linear data interpolation Data visualization (c) GmbH 18

18 Product Interfaces 3rd party models NASA/CEA NASA/GRAM99 JPL/Ephemeris Pre-/Post processing Mathworks Matlab MS Excel Data Import/Export HTG/EDA ASTOS AeroSpace Trajectory Optimization Software GESOP Graphical Environment for Simulation and OPtimization User interface GUI Command Line Model interface Win32 DLL s, so-libs Ada, C, F77,.. Mathworks Simulink Intec / Simpack AGI / STK Celestia OrbiterSim (c) GmbH 19

19 ASTOS User Interfaces (c) GmbH 20

20 Optimisation Workflow Mission & Model Definition User Action Software Vehicle & Mission Requirements Initial Guess Generation Using Control Laws or existing solutions Control and State Discretization Specification of Constraints and Cost function considering quality of initial guess Optimization User & Software Change of Mission Requirements Yes Converged Result? Refinement of Constraints, Cost and Discretization (c) GmbH 21

21 Initial Guess with Control Laws Obtain Initial Guess from Existing state/control history Global optimisation Control Laws for Attitude Controls Constant or Linear Law Profile as Function of Time or Machnumber Vertical Take Off Gravity Turn Required Velocity Target Orbit Bi-Linear Tangent Law Dynamic Pressure Controllers for ascent and decent Constant Turnrate... Examples Launcher Start Sequence Vertical Take-Off Pitch Over Constant Pitch Gravity Turn Bi-linear tangent law (c) GmbH 22

22 Model Library Heart of application Object oriented design to ensure Flexibility, how to transcribe a subcomponent by a coded model object. Maintainability capsulated code easy to extend Fully data driven approach increases reliability no coding of developer/user to change the problem Becomes expandable due to user programming interface (c) GmbH 23

23 User coded models User programming interface for Propulsions Aerodynamics Vehicle Components provides functions for computation of Forces Masses as function of user defined variables ASTOS state vector: t Burn, t current, h, p, ρ, Ma, α, β, q, m total, a, dynamic viscosity Provides functions for definition and computation of Controls (thrust vector) Design Parameter Constraints Geometry Engine => max Isp Cost functions Auxiliary States Can be linked to ASTOS as DLL so-lib (c) GmbH 24

24 Optimizers of ASTOS Collocation Methods Multiple Shooting Methods TROPIC / SNOPT 3rd party solver SNOPT 5000 parameters SOCS automatic mesh refinement sparse solver 150,000 parameters PROMIS / SLLSQP integrated solver SLLSQP 500 parameters PROMIS / SNOPT CAMTOS / SNOPT 3rd party solver SNOPT hybrid optimizer 5000 parameters (colloc. & shoot.) indirect methods 5000 parameters Genetic Algorithm incl. local search refinement (c) GmbH 25

25 Transcription Methods and NLP Solvers Situation Transcription methods like collocation and multiple shooting have achieved a technical sophisticated level. Sparse NLP solver can solve large problems in acceptable time. The CPU time is comparable with operator time. (c) GmbH 26

26 Analysis Methods NLP- Solver output Constraint violation Merit function DoF Step Size Review Iteration Monitor Graphical History for each iteration of NLP status Optimizable parameters and constraints Additional Optimiser Output Gradient check Additional Optimiser Functions Automatic Mesh Refinement But at the end the operator has to analyse the complex output bring it in relation to the real problem Know how to influence the behaviour of the optimiser (c) GmbH 27

27 TSTO Saenger ascent from Istres with branched lower stage return 128 iterat. (c) GmbH 28

28 What are the real user wishes? Important Requirements of an Engineer Accurate? Fast? Robust is most important! How can robustness be improved Reduction of operator time Start from bad initial guess infeasible point Robust w.r.t. bad models Support in case of problems Reduction of complex know how: Current point cannot be improved (c) GmbH 29

29 ASTOS - Daily Work Are these requirements applicable to the daily optimisation work? (c) GmbH 30

30 Example: Pre-Phase A Study Launcher Design Nominal trajectory Sensitivity analysis Engine performance: Isp, thrust Structural index Different payload orbits Different propellants Different strategy for jettisoning the fairing Different strategy for splash down of upper stages Consideration of additional coast arcs Requirements Simple modification of mission and model definition restart of optimization based on old result Capability to modify phase structure and used EOM and controls Because of new mission requirements To avoid singularities in case of changed mission => fast over all process (c) GmbH 31

31 Concurrent Design 1. Subsystem mass correlation No CAD models available, too complex Fast model, accurate enough within margins 2. Design of Propulsion System (full stage design of launcher) Thrust and mass flow shall be optimizable Both values are coupled by chem./physical laws Complete cycle computation too complex (c) GmbH 32

32 Reduced view of trajectory optimization Prop. Sys. Definition Trajectory Thrust dm/dt Propell. Type Tank System 3-DoF view mass Propellant loading constraint cost θ,ψ,α,µ L/D force Shape design TPS Control Trimming Aerodynamics (c) GmbH 33

33 Work methodology Trajectory: not just a result, connecting part Mission Level Trajectory Reduced Level Ma-regime Accelerations Loads Altitudes Overall masses... Propulsion M&S ATD GNC Costs Constraints Objectives... Propulsion M&S ATD GNC Costs Cycle Program CAD Navier Stokes... Subsystem Level Specialist Level (c) GmbH 34

34 Mass Correlation Important criterion: m dry /m propellant Splitting of dry mass into subcomponents which depends on variable quantities: Tank mass (propellant mass) Shell mass (shell area) Truss mass (over all)... Constant masses kg Definition of analytical relationship Definition of correlation factors using linear, quadratic, exponential or logarithmic inter-or extrapolation LOX/LH2 0 kn (c) GmbH 36

35 Thrust & Massflow 2500 c * = f ( p, 0 A Trajectory optimization t, r) T = m& b ce η kg C*(r, p0) 2300 p0=10 p0= p0= p0=150 p0= p0= r m& b t = r p c 0 * A t Isp c = e p a LOX/LH2 A Ce (p0=100bar; r=5) A f ( p0, At, r, A m & = t Ae A t & m b Ae/At e t ) (# engines) CEA software ASTOS Optimizable Parameters p 0 = chamber pressure A A e = t expansion ratio A t = throat r = mixture #engines t r = throttle area ratio factor Engine Mass: Correlation from existing engines kn Aerodynamic Area = f Ae ( At,,# engines) A t Propulsion System Mass (c) GmbHAerodynamic Ref Area 37

36 Exhaust and Characteristic Velocity At Chemical Equilibrium Blue plane = Upper Isp (m/s) limit C* LH mixture ratio chamber pressure Only the surface below the plane provides realistic values with today s technology (c) GmbH 38

37 Practical Aspects of Engine Design System engineer can specify the bounds of parameters and the characteristics of the reduced model Engine throttling can be defined depending on the used model. Mixture Ratio can be considered as constant Optimizable but constant with switching point(s), which are optimizable Time variable and optimizable (control) Model can be easily changed Propellant loading of oxidizer and fuel tank is automatically adjusted considering mixture ratio and throttling Changing tank masses can be considered using mass correlation (c) GmbH 39

38 Summary of Efficient Trajectory Optimisation Interchangeability of data input Data handling Exchangeability between software tools of different domains Optimization Subsystem Calculation GNC design Visualization Version management of data driven model objects Improvements of numerical methods Numerical code more tailored to the requirements of an engineer Not pure CPU time is decisive factor but net process time of operator. (c) GmbH 41

39 Future of Optimisation Black Box Optimiser User is engineer not mathematician He needs to understand physical background of his problem, but not the difficult background of optimisation methods In 10 years every engineer will use optimization software similar to Matlab today Difficulties during the optimization run will be solved automatically or by intelligent support, where an error is transcribed into the physical meaning of the problem. => As important as faster solvers and faster CPUs (c) GmbH 42

Simulation and Optimization

Simulation and Optimization A Major Step to Efficient Trajectory Simulation and Optimization Astrodynamics Workshop 200 Dipl.-Ing. Sven Weike ASTOS GmbH i.g Content 1. What is ASTOS? 2. History of ASTOS 3. What is new in ASTOS V6

More information

SOUNDING ROCKET TRAJECTORY SIMULATION AND OPTIMIZATION WITH ASTOS

SOUNDING ROCKET TRAJECTORY SIMULATION AND OPTIMIZATION WITH ASTOS SOUNDING ROCKET TRAJECTORY SIMULATION AND OPTIMIZATION WITH ASTOS Francesco Cremaschi (1), Sven Weikert (2), Andreas Wiegand (3), Wolfgang Jung (4), Frank Scheuerpflug (5) (1) Astos Solutions GmbH, Germany,

More information

Concept and Performance Simulation with ASTOS

Concept and Performance Simulation with ASTOS Concept and Performance Simulation with ASTOS Andreas Wiegand (1), Sven Weikert (1) Astos Solutions GmbH (1) Meitnerstraße 8, 70563 Stuttgart, Germany andreas.wiegand@astos.de ABSTRACT Advanced space missions,

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

A Reduced Order Lunar Lander Model for Rapid Architecture Analysis

A Reduced Order Lunar Lander Model for Rapid Architecture Analysis AIAA Modeling and Simulation Technologies Conference and Exhibit 20-23 August 2007, Hilton Head, South Carolina AIAA 2007-6623 A Reduced Order Lunar Lander Model for Rapid Architecture Analysis Robert

More information

NEW ASTOS SOFTWARE CAPABILITIES APPLIED TO RENDEZVOUS SCENARIOS

NEW ASTOS SOFTWARE CAPABILITIES APPLIED TO RENDEZVOUS SCENARIOS NEW ASTOS SOFTWARE CAPABILITIES APPLIED TO RENDEZVOUS SCENARIOS 5 TH INTERNATIONAL CONFERENCE ON ASTRODYNAMICS TOOLS AND TECHNIQUES ESA/ESTEC, NOORDWIJK, ESA/ESTEC, NOORDWIJK, THE NETHERLANDS 29 MAY 1

More information

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS Brandon Marsell a.i. solutions, Launch Services Program, Kennedy Space Center, FL 1 Agenda Introduction Problem Background Experiment

More information

Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons

Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons Validation of an Unstructured Overset Mesh Method for CFD Analysis of Store Separation D. Snyder presented by R. Fitzsimmons Stores Separation Introduction Flight Test Expensive, high-risk, sometimes catastrophic

More information

Trajectory Planning for Reentry Maneuverable Ballistic Missiles

Trajectory Planning for Reentry Maneuverable Ballistic Missiles International Conference on Manufacturing Science and Engineering (ICMSE 215) rajectory Planning for Reentry Maneuverable Ballistic Missiles XIE Yu1, a *, PAN Liang1,b and YUAN ianbao2,c 1 College of mechatronic

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

The Space Propulsion Sizing Program

The Space Propulsion Sizing Program The Space Propulsion Sizing Program Michael D. Scher National Institute of Aerospace 100 Exploration Way; Hampton, VA 23666 David North Analytical Mechanics Associates, Inc. 303 Butler Farm Road, Suite

More information

Robust Control Design. for the VEGA Launch Vehicle. during atmospheric flight

Robust Control Design. for the VEGA Launch Vehicle. during atmospheric flight Robust Control Design for the VEGA Launch Vehicle during atmospheric flight Diego Navarro-Tapia Andrés Marcos www.tasc-group.com Technology for AeroSpace Control (TASC) Aerospace Engineering Department

More information

Panagiotis Tsiotras. Dynamics and Control Systems Laboratory Daniel Guggenheim School of Aerospace Engineering Georgia Institute of Technology

Panagiotis Tsiotras. Dynamics and Control Systems Laboratory Daniel Guggenheim School of Aerospace Engineering Georgia Institute of Technology Panagiotis Tsiotras Dynamics and Control Systems Laboratory Daniel Guggenheim School of Aerospace Engineering Georgia Institute of Technology ICRAT 12 Tutotial on Methods for Optimal Trajectory Design

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information

DYNAMICS OF SPACE ROBOTIC ARM DURING INTERACTIONS WITH NON COOPERATIVE OBJECTS

DYNAMICS OF SPACE ROBOTIC ARM DURING INTERACTIONS WITH NON COOPERATIVE OBJECTS DYNAMICS OF SPACE ROBOTIC ARM DURING INTERACTIONS WITH NON COOPERATIVE OBJECTS Karol Seweryn 1, Marek Banaszkiewicz 1, Bernd Maediger 2, Tomasz Rybus 1, Josef Sommer 2 1 Space Research Centre of the Polish

More information

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

Non-Gradient Based Optimization Using ModelCenter and ProbWorks

Non-Gradient Based Optimization Using ModelCenter and ProbWorks Pi Blue Software, Inc. Non-Gradient Based Optimization Using ModelCenter and ProbWorks April 2003 Copyright 2004 Pi Blue Software, Inc. All rights reserved. Page 1 Introduction to the Firm Overview of

More information

ASTRIUM Space Transportation

ASTRIUM Space Transportation SIMU-LANDER Hazard avoidance & advanced GNC for interplanetary descent and soft-landing S. Reynaud, E. Ferreira, S. Trinh, T. Jean-marius 3rd International Workshop on Astrodynamics Tools and Techniques

More information

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 StarCCM_StarEurope_2011 4/6/11 1 Overview 2 Role of CFD in Aerodynamic Analyses Classical aerodynamics / Semi-Empirical

More information

TERMINAL MULTIPLE SURFACE SLIDING GUIDANCE FOR PLANETARY LANDING: DEVELOPMENT, TUNING AND OPTIMIZATION VIA REINFORCEMENT LEARNING

TERMINAL MULTIPLE SURFACE SLIDING GUIDANCE FOR PLANETARY LANDING: DEVELOPMENT, TUNING AND OPTIMIZATION VIA REINFORCEMENT LEARNING Furfaro, Roberto and Wibben, Daniel and Gaudet, Brian and Simo, Jules (2015) Terminal multiple surface sliding guidance for planetary landing : Development, tuning and optimization via reinforcement learning.

More information

Effect of Uncertainties on UCAV Trajectory Optimisation Using Evolutionary Programming

Effect of Uncertainties on UCAV Trajectory Optimisation Using Evolutionary Programming 2007 Information, Decision and Control Effect of Uncertainties on UCAV Trajectory Optimisation Using Evolutionary Programming Istas F Nusyirwan 1, Cees Bil 2 The Sir Lawrence Wackett Centre for Aerospace

More information

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education DIPARTIMENTO DI INGEGNERIA INDUSTRIALE Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education Mattia Mazzucato, Sergio Tronco, Andrea Valmorbida, Fabio Scibona and Enrico

More information

Evolutionary Neurocontrol

Evolutionary Neurocontrol ACT Global Optimization Competition Workshop Evolutionary Neurocontrol Team 1 Bernd Dachwald German Aerospace Center (DLR) Mission Operations Section Oberpfaffenhofen b e r n d. d a c h w a l d @ d l r.

More information

Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science. George Stafford BCT Range St, Suite 200 Boulder, CO 80301

Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science. George Stafford BCT Range St, Suite 200 Boulder, CO 80301 Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science George Stafford BCT 720.458.0703 1600 Range St, Suite 200 Boulder, CO 80301 About BCT Blue Canyon Technologies is a small business founded

More information

IAC-12-C1.1.7 COUPLED MISSION AND GNC ANALYSIS FOR SPACE ROBOTIC MISSIONS. Sven Weikert Astos Solutions GmbH, Germany,

IAC-12-C1.1.7 COUPLED MISSION AND GNC ANALYSIS FOR SPACE ROBOTIC MISSIONS. Sven Weikert Astos Solutions GmbH, Germany, IAC-12-C1.1.7 COUPLED MISSION AND GNC ANALYSIS FOR SPACE ROBOTIC MISSIONS Sven Weikert Astos Solutions GmbH, Germany, Sven.Weikert@astos.de Andreas Wiegand *, Prof. Walter Fichter, Rainer Saage Advance

More information

A PEG-BASED ASCENDING GUIDANCE ALGORITHM FOR RAMJET-POWERED VEHICLES

A PEG-BASED ASCENDING GUIDANCE ALGORITHM FOR RAMJET-POWERED VEHICLES A PEG-BASED ASCENDING GUIDANCE ALGORITHM FOR RAMJET-POWERED VEHICLES Keum-Seong Kim, Jung-Woo Park, Min-Jea Tahk, Han-Lim Choi Division of Aerospace Engineering, KAIST, Daejeon 35-71, Korea kskim@lics.kaist.ac.kr;

More information

Martian Unmanned Science Skimmer - Simulation

Martian Unmanned Science Skimmer - Simulation Martian Unmanned Science Skimmer - Simulation Draisey, S. 1, Mullins, M. 1, Samson C., Holladay, J.S. 3, Lim D. 4 1 Good Vibrations Engineering Ltd., Nobleton, Ontario sherry@gve.on.ca Dept. of Earth Sciences,

More information

Aircraft Stability and Performance 2nd Year, Aerospace Engineering. Dr. M. Turner

Aircraft Stability and Performance 2nd Year, Aerospace Engineering. Dr. M. Turner Aircraft Stability and Performance 2nd Year, Aerospace Engineering Dr. M. Turner Basic Info Timetable 15.00-16.00 Monday ENG LT1 16.00-17.00 Monday ENG LT1 Typical structure of lectures Part 1 Theory Part

More information

Jean-François Goester

Jean-François Goester Jean-François Goester Email: jean-francois.goester@cnes.fr Summary The old Software suit The choice of the Java TM language PATRIUS GENIUS GENOPUS PSIMU Other applications Distribution Conclusion 2 The

More information

PRODAS Newsletter. Announcing the Release of PRODAS Version 3.6. MATLAB/Simulink Trajectory Module

PRODAS Newsletter. Announcing the Release of PRODAS Version 3.6. MATLAB/Simulink Trajectory Module PRODAS Newsletter If You Can t Get a Bigger Target Fall 2011 Announcing the Release of PRODAS Version 3.6 As times change, so do the tools we use to do our work. As Arrow Tech gets deeper and deeper into

More information

State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method

State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method DLR - German Aerospace Center State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method J. Brezillon, C. Ilic, M. Abu-Zurayk, F. Ma, M. Widhalm

More information

MULTI-OBJECTIVE OPTIMISATION IN MODEFRONTIER FOR AERONAUTIC APPLICATIONS

MULTI-OBJECTIVE OPTIMISATION IN MODEFRONTIER FOR AERONAUTIC APPLICATIONS EVOLUTIONARY METHODS FOR DESIGN, OPTIMIZATION AND CONTROL P. Neittaanmäki, J. Périaux and T. Tuovinen (Eds.) CIMNE, Barcelona, Spain 2007 MULTI-OBJECTIVE OPTIMISATION IN MODEFRONTIER FOR AERONAUTIC APPLICATIONS

More information

2008 by authors and 2008 American Institute of Aeronautics and Astronautics (AIAA)

2008 by authors and 2008 American Institute of Aeronautics and Astronautics (AIAA) Karelahti, J., Virtanen, K., and Öström, J., Automated Generation of Realistic Near Optimal Aircraft Trajectories, Journal of Guidance, Control, and Dynamics, accepted for publication. 28 by authors and

More information

A NLP based reentry flight guidance algorithm

A NLP based reentry flight guidance algorithm A NLP based reentry flight guidance algorithm M. Gräßlin, U. Schöttle Aerospace Engineers, Institute of Space Systems, University of Stuttgart, Pfaffenwaldring 31, D-70550 Stutttgart graesslin@irs.uni-stuttgart.de;

More information

Effects of Solid Rocket Booster Case Breach on Vehicle and Crew Safety

Effects of Solid Rocket Booster Case Breach on Vehicle and Crew Safety 26th AIAA Applied Aerodynamics Conference 18-21 August 2008, Honolulu, Hawaii AIAA 2008-6576 Effects of Solid Rocket Booster Case Breach on Vehicle and Crew Safety Shishir A. Pandya * NASA Ames Research

More information

CHAPTER 7 TRAJECTORY OPTIMIZATION OF A TYPICAL AIR-BREATHING LAUNCH VEHICLE

CHAPTER 7 TRAJECTORY OPTIMIZATION OF A TYPICAL AIR-BREATHING LAUNCH VEHICLE CHAPTER 7 TRAJECTORY OPTIMIZATION OF A TYPICAL AIR-BREATHING LAUNCH VEHICLE 7.1. INTRODUCTION A Single Stage To Orbit (SSTO) vehicle that uses both air-breathing and rocket propulsion to accelerate to

More information

OPTIMIZED TRAJECTORY TRACKING FOR A HYPERSONIC VEHICLE IN VERTICAL FLIGHT

OPTIMIZED TRAJECTORY TRACKING FOR A HYPERSONIC VEHICLE IN VERTICAL FLIGHT OPTIMIZED TRAJECTORY TRACKING FOR A HYPERSONIC VEHICLE IN VERTICAL FLIGHT By ERIK J. KITTRELL A THESIS PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS

More information

Varianzbasierte Robustheitsoptimierung

Varianzbasierte Robustheitsoptimierung DVM Workshop Zuverlässigkeit und Probabilistik München, November 2017 Varianzbasierte Robustheitsoptimierung unter Pareto Kriterien Veit Bayer Thomas Most Dynardo GmbH Weimar Robustness Evaluation 2 How

More information

From Theory to Application (Optimization and Optimal Control in Space Applications)

From Theory to Application (Optimization and Optimal Control in Space Applications) From Theory to Application (Optimization and Optimal Control in Space Applications) Christof Büskens Optimierung & Optimale Steuerung 02.02.2012 The paradox of mathematics If mathematics refer to reality,

More information

A multidiscipline solution to support space systems engineering

A multidiscipline solution to support space systems engineering Overview 06 February 2014 A multidiscipline solution to support space systems engineering Offering a wide scope of applications and ensuring the sharing of data and models along the design Overview System

More information

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist Accurate and Efficient Turbomachinery Simulation Chad Custer, PhD Turbomachinery Technical Specialist Outline Turbomachinery simulation advantages Axial fan optimization Description of design objectives

More information

MSC Software Aeroelastic Tools. Mike Coleman and Fausto Gill di Vincenzo

MSC Software Aeroelastic Tools. Mike Coleman and Fausto Gill di Vincenzo MSC Software Aeroelastic Tools Mike Coleman and Fausto Gill di Vincenzo MSC Software Confidential 2 MSC Software Confidential 3 MSC Software Confidential 4 MSC Software Confidential 5 MSC Flightloads An

More information

Multi-Disciplinary Optimization with Minamo

Multi-Disciplinary Optimization with Minamo EXCELLENCE IN SIMULATION TECHNOLOGIES Multi-Disciplinary Optimization with Minamo Ingrid Lepot Numerical Methods and Optimization Group, Cenaero CESAR Training Workshop, Mar 18, 2009 Surrogate Based Optimization

More information

AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING

AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING M. Figat Warsaw University of Technology Keywords: Aerodynamic design, CFD Abstract This paper presents an aerodynamic design process

More information

Computational Study of the Aerodynamic Performance of Subsonic Scarf Inlets

Computational Study of the Aerodynamic Performance of Subsonic Scarf Inlets 40th AIAA/ASME/SAE/ASEE Joint Propulsion Conference and Exhibit 11-14 July 2004, Fort Lauderdale, Florida AIAA 2004-3406 Computational Study of the Aerodynamic Performance of Subsonic Scarf Inlets John

More information

Optimized Space Shuttle First Stage Guidance Targets

Optimized Space Shuttle First Stage Guidance Targets Optimized Space Shuttle First Stage Guidance Targets!#"$%& )(+,-/.102 43$05 6 (&27 -(&02 8 "$:9; =1@BA C&CA This paper describes the optimization of Space Shuttle First Stage Open-Loop Guidance targets

More information

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505,

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505, SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE Kenneth Kawahara (1) and Jonathan Lowe (2) (1) Analytical Graphics, Inc., 6404 Ivy Lane, Suite 810, Greenbelt, MD 20770, (240) 764 1500 x8534, kkawahara@agi.com

More information

A Simplified Vehicle and Driver Model for Vehicle Systems Development

A Simplified Vehicle and Driver Model for Vehicle Systems Development A Simplified Vehicle and Driver Model for Vehicle Systems Development Martin Bayliss Cranfield University School of Engineering Bedfordshire MK43 0AL UK Abstract For the purposes of vehicle systems controller

More information

The question FLOW-3D and IOSO NM

The question FLOW-3D and IOSO NM Searching for the optimal velocity of the piston in an HPDC process 3D optimization study of the velocity profile during first phase shot sleeve process Stefano Mascetti, srl The question High pressure

More information

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn Backward facing step Homework Department of Fluid Mechanics Budapest University of Technology and Economics Budapest, 2010 autumn Updated: October 26, 2010 CONTENTS i Contents 1 Introduction 1 2 The problem

More information

ANSYS AIM Tutorial Compressible Flow in a Nozzle

ANSYS AIM Tutorial Compressible Flow in a Nozzle ANSYS AIM Tutorial Compressible Flow in a Nozzle Author(s): Sebastian Vecchi Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Pre-Analysis Start-Up Geometry Import Geometry Mesh

More information

High-Lift Aerodynamics: STAR-CCM+ Applied to AIAA HiLiftWS1 D. Snyder

High-Lift Aerodynamics: STAR-CCM+ Applied to AIAA HiLiftWS1 D. Snyder High-Lift Aerodynamics: STAR-CCM+ Applied to AIAA HiLiftWS1 D. Snyder Aerospace Application Areas Aerodynamics Subsonic through Hypersonic Aeroacoustics Store release & weapons bay analysis High lift devices

More information

Automated Solution of Realistic Near-Optimal Aircraft Trajectories using Computational Optimal Control and Inverse Simulation

Automated Solution of Realistic Near-Optimal Aircraft Trajectories using Computational Optimal Control and Inverse Simulation Automated Solution of Realistic Near-Optimal Aircraft Trajectories using Computational Optimal Control and Inverse Simulation Janne Karelahti and Kai Virtanen Helsinki University of Technology, FIN-215

More information

APP - Aircraft Performance Program

APP - Aircraft Performance Program Introduction APP - Aircraft Performance Program Introduction APP is an aircraft-performance calculation program, specifically designed to provide a fast and easy way to evaluate aircraft performance. Another

More information

Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D.

Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D. Recent & Upcoming Features in STAR-CCM+ for Aerospace Applications Deryl Snyder, Ph.D. Outline Introduction Aerospace Applications Summary New Capabilities for Aerospace Continuity Convergence Accelerator

More information

Large Scale Test Simulations using the Virtual Environment for Test Optimization

Large Scale Test Simulations using the Virtual Environment for Test Optimization Large Scale Test Simulations using the Virtual Environment for Test Optimization (VETO) S. E. Klenke, S. R. Heffelfinger, H. J. Bell and C. L. Shierling Sandia National Laboratories Albuquerque, New Mexico

More information

Best Practices for Maneuvering

Best Practices for Maneuvering Best Practices for Maneuvering STAR Global Conference - Berlin 2017 Timothy Yen, PhD Marine and Offshore Technical Specialist Priyanka Cholletti Advanced Application Engineer Carlo Pettinelli Engineering

More information

AERODYNAMIC DESIGN OF THE STRAKE FOR THE ROCKET PLANE IN TAILLESS CONFIGURATION.

AERODYNAMIC DESIGN OF THE STRAKE FOR THE ROCKET PLANE IN TAILLESS CONFIGURATION. AERODYNAMIC DESIGN OF THE STRAKE FOR THE ROCKET PLANE IN TAILLESS CONFIGURATION. M. Figat, A. Kwiek, K. Seneńko Warsaw University of Technology Keywords: Optimization, gradient method, strake, CFD Abstract

More information

Development Of Computational Tools For Analysis And Evaluation Of Autonomous Parafoil Systems

Development Of Computational Tools For Analysis And Evaluation Of Autonomous Parafoil Systems Development Of Computational Tools For Analysis And Evaluation Of Autonomous Parafoil Systems Esteban Gonzalez Garcia, Carlos G. Sacco, Aula CIMNE IUA Enrique Ortega, Roberto Flores, CIMNE Barcelona 2do

More information

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle K. Senthil Kumar, Mohammad Rasheed, and T.Anand Abstract Helicopter offers the capability of hover, slow forward movement, vertical take-off

More information

Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach

Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach www.dlr.de Chart 1 Aero-elastic Multi-point Optimization, M.Abu-Zurayk, MUSAF II, 20.09.2013 Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach M. Abu-Zurayk MUSAF II

More information

Shape optimisation using breakthrough technologies

Shape optimisation using breakthrough technologies Shape optimisation using breakthrough technologies Compiled by Mike Slack Ansys Technical Services 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Introduction Shape optimisation technologies

More information

Rapid Design Space Exploration for Conceptual Design of Hypersonic Missions

Rapid Design Space Exploration for Conceptual Design of Hypersonic Missions Rapid Design Space Exploration for Conceptual Design of Hypersonic Missions Michael J. Grant, Ian G. Clark, and Robert D. Braun Georgia Institute of Technology, Atlanta, GA, 3332 During conceptual design,

More information

UNSTEADY TAU AND ROM FOR FLUTTER COMPUTATIONS OF TRANSPORT AIRCRAFT. Reik Thormann, Ralph Voß. Folie 1

UNSTEADY TAU AND ROM FOR FLUTTER COMPUTATIONS OF TRANSPORT AIRCRAFT. Reik Thormann, Ralph Voß. Folie 1 UNSTEADY TAU AND ROM FOR FLUTTER COMPUTATIONS OF TRANSPORT AIRCRAFT Reik Thormann, Ralph Voß Folie 1 Standardfoliensatz >01.03.2007 Outline Motivation Synthetic Mode Correction (SMC) Linearized CFD Method

More information

Comprehensive Matlab GUI for Determining Barycentric Orbital Trajectories

Comprehensive Matlab GUI for Determining Barycentric Orbital Trajectories Comprehensive Matlab GUI for Determining Barycentric Orbital Trajectories Steve Katzman 1 California Polytechnic State University, San Luis Obispo, CA 93405 When a 3-body gravitational system is modeled

More information

SKYAERO v User s Manual

SKYAERO v User s Manual SKYAERO v.7.6.1 User s Manual By: Armando Fuentes, Charles Hoult, Hien Tran and Michael Tong Mar 02, 2014 Table of Contents 1. Getting Started... 1 2. Input Tables... 2 2.1. Geophysics and Geodesy... 2

More information

Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters

Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters Application of Hydrodynamics and Dynamics Models for Efficient Operation of Modular Mini-AUVs in Shallow and Very-Shallow Waters P. Ananthakrishnan Department of Ocean Engineering Florida Atlantic University

More information

AEDsys Program. User Guide

AEDsys Program. User Guide AEDsys Program User Guide Version 3.1 May 17, 2003 Copyright 2002 - Jack D Mattingly, Ph.D. Table of Contents 1. General Description of Program 3 2. Main Window 3 3. Constraint Analysis 7 4. Contour Plots

More information

OPTIMUM FLIGHT TRAJECTORIES AND SENSITIVITY ANALYSIS FOR TERRAIN COLLISION AVOIDANCE SYSTEMS

OPTIMUM FLIGHT TRAJECTORIES AND SENSITIVITY ANALYSIS FOR TERRAIN COLLISION AVOIDANCE SYSTEMS 2 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES OPTIMUM FLIGHT TRAJECTORIES AND SENSITIITY ANALYSIS FOR TERRAIN COLLISION AOIDANCE SYSTEMS T Sharma*, C Bil*, A Eberhard** * Sir Lawrence Wackett

More information

DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER

DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER DYNAMICS OF A VORTEX RING AROUND A MAIN ROTOR HELICOPTER Katarzyna Surmacz Instytut Lotnictwa Keywords: VORTEX RING STATE, HELICOPTER DESCENT, NUMERICAL ANALYSIS, FLOW VISUALIZATION Abstract The main goal

More information

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS March 18-20, 2013 THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS Authors: M.R. Chiarelli, M. Ciabattari, M. Cagnoni, G. Lombardi Speaker:

More information

Aerodynamic Study of a Realistic Car W. TOUGERON

Aerodynamic Study of a Realistic Car W. TOUGERON Aerodynamic Study of a Realistic Car W. TOUGERON Tougeron CFD Engineer 2016 Abstract This document presents an aerodynamic CFD study of a realistic car geometry. The aim is to demonstrate the efficiency

More information

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS Emre Alpman Graduate Research Assistant Aerospace Engineering Department Pennstate University University Park, PA, 6802 Abstract A new methodology

More information

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Dipl.-Ing. (FH) Günther Lang, CFDnetwork Engineering Dipl.-Ing. Burkhard Lewerich, CFDnetwork

More information

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

More information

ANSYS FLUENT. Airfoil Analysis and Tutorial

ANSYS FLUENT. Airfoil Analysis and Tutorial ANSYS FLUENT Airfoil Analysis and Tutorial ENGR083: Fluid Mechanics II Terry Yu 5/11/2017 Abstract The NACA 0012 airfoil was one of the earliest airfoils created. Its mathematically simple shape and age

More information

TOPOLOGY OPTIMIZATION OF WING RIBS IN CESSNA CITATION

TOPOLOGY OPTIMIZATION OF WING RIBS IN CESSNA CITATION TOPOLOGY OPTIMIZATION OF WING RIBS IN CESSNA CITATION [1],Sathiyavani S [2], Arun K K [3] 1,2 student, 3 Assistant professor Kumaraguru College of technology, Coimbatore Abstract Structural design optimization

More information

SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING.

SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING. SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING. M.N.Senthil Prakash, Department of Ocean Engineering, IIT Madras, India V. Anantha Subramanian Department of

More information

Predicting the mechanical behaviour of large composite rocket motor cases

Predicting the mechanical behaviour of large composite rocket motor cases High Performance Structures and Materials III 73 Predicting the mechanical behaviour of large composite rocket motor cases N. Couroneau DGA/CAEPE, St Médard en Jalles, France Abstract A method to develop

More information

1 COMMAND AND DATA HANDLING (C&DH)

1 COMMAND AND DATA HANDLING (C&DH) 1 COMMAND AND DATA HANDLING (C&DH) 1.1 Requirements and Design Drivers 1.1.1 Functional The command and data handling shall provide the capability to: Transfer information in digital or discrete representation

More information

Attitude Control for Small Satellites using Control Moment Gyros

Attitude Control for Small Satellites using Control Moment Gyros Attitude Control for Small Satellites using Control Moment Gyros V Lappas a, Dr WH Steyn b, Dr CI Underwood c a Graduate Student, University of Surrey, Guildford, Surrey GU 5XH, UK b Professor, University

More information

Chapter 3 Path Optimization

Chapter 3 Path Optimization Chapter 3 Path Optimization Background information on optimization is discussed in this chapter, along with the inequality constraints that are used for the problem. Additionally, the MATLAB program for

More information

THE APPLICATION OF AN ATMOSPHERIC BOUNDARY LAYER TO EVALUATE TRUCK AERODYNAMICS IN CFD

THE APPLICATION OF AN ATMOSPHERIC BOUNDARY LAYER TO EVALUATE TRUCK AERODYNAMICS IN CFD THE APPLICATION OF AN ATMOSPHERIC BOUNDARY LAYER TO EVALUATE TRUCK AERODYNAMICS IN CFD A SOLUTION FOR A REAL-WORLD ENGINEERING PROBLEM Ir. Niek van Dijk DAF Trucks N.V. CONTENTS Scope & Background Theory:

More information

Adjoint Solver Workshop

Adjoint Solver Workshop Adjoint Solver Workshop Why is an Adjoint Solver useful? Design and manufacture for better performance: e.g. airfoil, combustor, rotor blade, ducts, body shape, etc. by optimising a certain characteristic

More information

Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads

Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads Matt Knapp Chief Aerodynamicist TLG Aerospace, LLC Presentation Overview Introduction to TLG Aerospace

More information

Figure (2) The arrows show the directions of the hinge vectors and the hinge orientation angles (φ h )

Figure (2) The arrows show the directions of the hinge vectors and the hinge orientation angles (φ h ) In this example we will analyze a rocket vehicle during level flight. It is controlled by five aerosurfaces and a fixed engine, similar to the vehicle shown in Figure (1). The control surfaces are: two

More information

Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation

Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation Kaname Kawatsu and Nobuhiro Yamanishi Japan Aerospace Exploration Agency JAXA's Engineering

More information

Transactions on Modelling and Simulation vol 20, 1998 WIT Press, ISSN X

Transactions on Modelling and Simulation vol 20, 1998 WIT Press,   ISSN X Parallel indirect multipole BEM analysis of Stokes flow in a multiply connected domain M.S. Ingber*, A.A. Mammoli* & J.S. Warsa* "Department of Mechanical Engineering, University of New Mexico, Albuquerque,

More information

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS A.V. Vaganov, S.M. Drozdov, S.M. Zadonsky, V.I. Plyashechnic, M.A. Starodubtsev, S.V. Chernov, V.L. Yumashev TsAGI, 140180 Zhukovsky,

More information

Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept

Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept Srinath R 1, Sahana D S 2 1 Assistant Professor, Mangalore Institute of Technology and Engineering, Moodabidri-574225, India 2 Assistant

More information

Hypersonic Entry Aeroshell Shape Optimization

Hypersonic Entry Aeroshell Shape Optimization Hypersonic Entry Aeroshell Shape Optimization AE8900 MS Special Problems Report Space Systems Design Lab (SSDL) Guggenheim School of Aerospace Engineering Georgia Institute of Technology Atlanta, GA Author:

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows

CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2016 CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows Jan Hesse CFX Berlin

More information

CAD-BASED WORKFLOWS. VSP Workshop 2017

CAD-BASED WORKFLOWS. VSP Workshop 2017 CAD-BASED WORKFLOWS VSP Workshop 2017 RESEARCH IN FLIGHT COMPANY Established 2012 Primary functions are the development, marketing and support of FlightStream and the development of aerodynamic solutions

More information

GNCDE: AN INTEGRATED GNC DEVELOPMENT ENVIRONMENT FOR ATTITUDE AND ORBIT CONTROL SYSTEMS

GNCDE: AN INTEGRATED GNC DEVELOPMENT ENVIRONMENT FOR ATTITUDE AND ORBIT CONTROL SYSTEMS GNCDE: AN INTEGRATED GNC DEVELOPMENT ENVIRONMENT FOR ATTITUDE AND ORBIT CONTROL SYSTEMS Fernando Gandía (1), Luigi Strippoli (1), Valentín Barrena (1) (1) GMV, Isaac Newton 11, P.T.M. Tres Cantos, E-28760

More information

Commercial Implementations of Optimization Software and its Application to Fluid Dynamics Problems

Commercial Implementations of Optimization Software and its Application to Fluid Dynamics Problems Commercial Implementations of Optimization Software and its Application to Fluid Dynamics Problems Szymon Buhajczuk, M.A.Sc SimuTech Group Toronto Fields Institute Optimization Seminar December 6, 2011

More information

Rocket Sled Trajectory Simulation Language (RSTSL) Project Proposal

Rocket Sled Trajectory Simulation Language (RSTSL) Project Proposal Rocket Sled Trajectory Simulation Language (RSTSL) Project Proposal COMS W4115 Programming Languages and Translator Rui Chen 9/29/2010 1 1. Introduction The purpose of Rocket Sled Trajectory Simulation

More information

Status of Gradient-based Airframe MDO at DLR The VicToria Project

Status of Gradient-based Airframe MDO at DLR The VicToria Project DLR.de Chart 1 Status of Gradient-based Airframe MDO at DLR The VicToria Project M. Abu-Zurayk, C. Ilic, A. Merle, A. Stück, S. Keye, A. Rempke (Institute of Aerodynamics and Flow Technology) T. Klimmek,

More information

Intermediate Experimental Vehicle, ESA Program IXV ATDB Tool And Aerothermodynamic Characterization From the Design to the Flight

Intermediate Experimental Vehicle, ESA Program IXV ATDB Tool And Aerothermodynamic Characterization From the Design to the Flight Intermediate Experimental Vehicle, ESA Program IXV ATDB Tool And Aerothermodynamic Characterization From the Design to the Flight Vincenzo Mareschi, Martins Sudars (TAS-I) Giuseppe Rufolo (CIRA/ASI Technical

More information

Exploiting a database to predict the in-flight stability of the F-16

Exploiting a database to predict the in-flight stability of the F-16 Exploiting a database to predict the in-flight stability of the F-16 David Amsallem and Julien Cortial December 12, 2008 1 Introduction Among the critical phenomena that have to be taken into account when

More information