Chapter 2. Flows with Rotating Reference Frames

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 2. Flows with Rotating Reference Frames Chapter 2. Flows with Rotating Reference Frames This chapter describes the theoretical background modeling flows in rotating reference frames. The information in this chapter is presented in the following sections: • Section 2.1: Introduction • Section 2.2: Flow in a Rotating Reference Frame • Section 2.3: Flow in Multiple Rotating Reference Frames 2.1 Introduction ANSYS FLUENT solves the equations of fluid flow and heat transfer, by default, in a stationary (or inertial) reference frame. However, there are many problems where it is advantageous to solve the equations in a moving (or non-inertial) reference frame. Such problems typically involve moving parts (such as rotating blades, impellers, and similar types of moving surfaces), and it is the flow around these moving parts that is of interest. In most cases, the moving parts render the problem unsteady when viewed from the stationary frame. With a moving reference frame, however, the flow around the moving part can (with certain restrictions) be modeled as a steady-state problem with respect to the moving frame. ANSYS FLUENT’s moving reference frame modeling capability allows you to model prob- lems involving moving parts by allowing you to activate moving reference frames in selected cell zones. When a moving reference frame is activated, the equations of mo- tion are modified to incorporate the additional acceleration terms which occur due to the transformation from the stationary to the moving reference frame. By solving these equations in a steady-state manner, the flow around the moving parts can be modeled. For many problems, it may be possible to refer the entire computational domain to a single moving reference frame. This is known as the single reference frame (or SRF) approach. The use of the SRF approach is possible; provided the geometry meets certain requirements (as discussed in Section 2.2: Flow in a Rotating Reference Frame). For more complex geometries, it may not be possible to use a single reference frame. In such cases, you must break up the problem into multiple cell zones, with well-defined interfaces between the zones. The manner in which the interfaces are treated leads to two approximate, steady-state modeling methods for this class of problem: the multiple reference frame (or MRF) approach, and the mixing plane approach. These approaches Release 12.0 c ANSYS, Inc. January 29, 2009 2-1 Flows with Rotating Reference Frames will be discussed in Sections 2.3.1 and 2.3.2. If unsteady interaction between the sta- tionary and moving parts is important, you can employ the Sliding Mesh approach to capture the transient behavior of the flow. The sliding meshing model will be discussed in Chapter 3: Flows Using Sliding and Deforming Meshes. outlet periodic boundaries inlet Figure 2.1.1: Single Component (Blower Wheel Blade Passage) 2.2 Flow in a Rotating Reference Frame The principal reason for employing a moving reference frame is to render a problem which is unsteady in the stationary (inertial) frame steady with respect to the moving frame. For a steadily rotating frame (i.e., the rotational speed is constant), it is possible to transform the equations of fluid motion to the rotating frame such that steady-state solutions are possible. By default, ANSYS FLUENT permits the activation of a moving reference frame with a steady rotational speed. If the rotational speed is not constant, the transformed equations will contain additional terms which are not included in ANSYS FLUENT’s formulation (although they can be added as source terms using user-defined functions). It should also be noted that you can run an unsteady simulation in a moving reference frame with constant rotational speed. This would be necessary if you wanted to simulate, for example, vortex shedding from a rotating fan blade. The unsteadiness in this case is due to a natural fluid instability (vortex generation) rather than induced from interaction with a stationary component. The information in this section is presented in the following: • Section 2.2.1: Equations for a Rotating Reference Frame • Section 2.2.2: Single Rotating Reference Frame (SRF) Modeling 2-2 Release 12.0 c ANSYS, Inc. January 29, 2009 2.2 Flow in a Rotating Reference Frame stationary zone interface rotating zone Figure 2.1.2: Multiple Component (Blower Wheel and Casing) 2.2.1 Equations for a Rotating Reference Frame Consider a coordinate system which is rotating steadily with angular velocity ~ω relative to a stationary (inertial) reference frame, as illustrated in Figure 2.2.1. The origin of the rotating system is located by a position vector ~r0. The axis of rotation is defined by a unit direction vectora ˆ such that ~ω = ωaˆ (2.2-1) The computational domain for the CFD problem is defined with respect to the rotating frame such that an arbitrary point in the CFD domain is located by a position vector ~r from the origin of the rotating frame. The fluid velocities can be transformed from the stationary frame to the rotating frame using the following relation: ~vr = ~v − ~ur (2.2-2) where ~ur = ~ω × ~r (2.2-3) Release 12.0 c ANSYS, Inc. January 29, 2009 2-3 Flows with Rotating Reference Frames Figure 2.2.1: Stationary and Rotating Reference Frames In the above, ~vr is the relative velocity (the velocity viewed from the rotating frame), ~v is the absolute velocity (the velocity viewed from the stationary frame), and ~ur is the “whirl” velocity (the velocity due to the moving frame). When the equations of motion are solved in the rotating reference frame, the accel- eration of the fluid is augmented by additional terms that appear in the momentum equations [17]. Moreover, the equations can be formulated in two different ways: • Expressing the momentum equations using the relative velocities as dependent vari- ables (known as the relative velocity formulation). • Expressing the momentum equations using the absolute velocities as dependent variables in the momentum equations (known as the absolute velocity formulation). The exact forms of the governing equations for these two formulations will be provided in the sections below. It can be noted here that ANSYS FLUENT’s pressure-based solvers provide the option to use either of these two formulations, whereas the density-based solvers always use the absolute velocity formulation. For more information about the advantages of each velocity formulation, see Section 10.7.1: Choosing the Relative or Absolute Velocity Formulation (in the separate User’s Guide). 2-4 Release 12.0 c ANSYS, Inc. January 29, 2009 2.2 Flow in a Rotating Reference Frame Relative Velocity Formulation For the relative velocity formulation, the governing equations of fluid flow for a steadily rotating frame can be written as follows: Conservation of mass: ∂ρ + ∇ · ρ~v = 0 (2.2-4) ∂t r Conservation of momentum: ∂ (ρ~v ) + ∇ · (ρ~v ~v ) + ρ(2~ω × ~v + ~ω × ~ω × ~r) = −∇p + ∇ · τ + F~ (2.2-5) ∂t r r r r r Conservation of energy: ∂ (ρE ) + ∇ · (ρ~v H ) = ∇ · (k∇T + τ · ~v ) + S (2.2-6) ∂t r r r r r h The momentum equation contains two additional acceleration terms: the Coriolis acceler- ation (2~ω×~vr), and the centripetal acceleration (~ω×~ω×~r). In addition, the viscous stress (τ r) is identical to Equation 1.2-4 except that relative velocity derivatives are used. The energy equation is written in terms of the relative internal energy (Er) and the relative total enthalpy (Hr), also known as the rothalpy. These variables are defined as: p 1 E = h − + (v 2 − u 2) (2.2-7) r ρ 2 r r p H = E + (2.2-8) r r ρ Absolute Velocity Formulation For the absolute velocity formulation, the governing equations of fluid flow for a steadily rotating frame can be written as follows: Conservation of mass: ∂ρ + ∇ · ρ~v = 0 (2.2-9) ∂t r Conservation of momentum: ∂ ρ~v + ∇ · (ρ~v ~v) + ρ(~ω × ~v) = −∇p + ∇ · τ + F~ (2.2-10) ∂t r Release 12.0 c ANSYS, Inc. January 29, 2009 2-5 Flows with Rotating Reference Frames Conservation of energy: ∂ ρE + ∇ · (ρ~v H + p~u ) = ∇ · (k∇T + τ · ~v) + S (2.2-11) ∂t r r h In this formulation, the Coriolis and centripetal accelerations can be collapsed into a single term (~ω × ~v). 2.2.2 Single Rotating Reference Frame (SRF) Modeling Many problems permit the entire computational domain to be referred to a single rotating reference frame (hence the name SRF modeling). In such cases, the equations given in Section 2.2.1: Equations for a Rotating Reference Frame are solved in all fluid cell zones. Steady-state solutions are possible in SRF models provided suitable boundary conditions are prescribed. In particular, wall boundaries must adhere to the following requirements: • Any walls which are moving with the reference frame can assume any shape. An example would be the blade surfaces associated with a pump impeller. The no slip condition is defined in the relative frame such that the relative velocity is zero on the moving walls. • Walls can be defined which are non-moving with respect to the stationary coor- dinate system, but these walls must be surfaces of revolution about the axis of rotation. Here the so slip condition is defined such that the absolute velocity is zero on the walls. An example of this type of boundary would be a cylindrical wind tunnel wall which surrounds a rotating propeller. Rotationally periodic boundaries may also be used, but the surface must be periodic about the axis of rotation. As an example, it is very common to model flow through a blade row on a turbomachine by assuming the flow to be rotationally periodic and using a periodic domain about a single blade.
Recommended publications
  • WUN2K for LECTURE 19 These Are Notes Summarizing the Main Concepts You Need to Understand and Be Able to Apply
    Duke University Department of Physics Physics 361 Spring Term 2020 WUN2K FOR LECTURE 19 These are notes summarizing the main concepts you need to understand and be able to apply. • Newton's Laws are valid only in inertial reference frames. However, it is often possible to treat motion in noninertial reference frames, i.e., accelerating ones. • For a frame with rectilinear acceleration A~ with respect to an inertial one, we can write the equation of motion as m~r¨ = F~ − mA~, where F~ is the force in the inertial frame, and −mA~ is the inertial force. The inertial force is a “fictitious” force: it's a quantity that one adds to the equation of motion to make it look as if Newton's second law is valid in a noninertial reference frame. • For a rotating frame: Euler's theorem says that the most general mo- tion of any body with respect to an origin is rotation about some axis through the origin. We define an axis directionu ^, a rate of rotation dθ about that axis ! = dt , and an instantaneous angular velocity ~! = !u^, with direction given by the right hand rule (fingers curl in the direction of rotation, thumb in the direction of ~!.) We'll generally use ~! to refer to the angular velocity of a body, and Ω~ to refer to the angular velocity of a noninertial, rotating reference frame. • We have for the velocity of a point at ~r on the rotating body, ~v = ~! ×~r. ~ dQ~ dQ~ ~ • Generally, for vectors Q, one can write dt = dt + ~! × Q, for S0 S0 S an inertial reference frame and S a rotating reference frame.
    [Show full text]
  • Classical Mechanics - Wikipedia, the Free Encyclopedia Page 1 of 13
    Classical mechanics - Wikipedia, the free encyclopedia Page 1 of 13 Classical mechanics From Wikipedia, the free encyclopedia (Redirected from Newtonian mechanics) In physics, classical mechanics is one of the two major Classical mechanics sub-fields of mechanics, which is concerned with the set of physical laws describing the motion of bodies under the Newton's Second Law action of a system of forces. The study of the motion of bodies is an ancient one, making classical mechanics one of History of classical mechanics · the oldest and largest subjects in science, engineering and Timeline of classical mechanics technology. Branches Classical mechanics describes the motion of macroscopic Statics · Dynamics / Kinetics · Kinematics · objects, from projectiles to parts of machinery, as well as Applied mechanics · Celestial mechanics · astronomical objects, such as spacecraft, planets, stars, and Continuum mechanics · galaxies. Besides this, many specializations within the Statistical mechanics subject deal with gases, liquids, solids, and other specific sub-topics. Classical mechanics provides extremely Formulations accurate results as long as the domain of study is restricted Newtonian mechanics (Vectorial to large objects and the speeds involved do not approach mechanics) the speed of light. When the objects being dealt with become sufficiently small, it becomes necessary to Analytical mechanics: introduce the other major sub-field of mechanics, quantum Lagrangian mechanics mechanics, which reconciles the macroscopic laws of Hamiltonian mechanics physics with the atomic nature of matter and handles the Fundamental concepts wave-particle duality of atoms and molecules. In the case of high velocity objects approaching the speed of light, Space · Time · Velocity · Speed · Mass · classical mechanics is enhanced by special relativity.
    [Show full text]
  • Rotating Reference Frame Control of Switched Reluctance
    ROTATING REFERENCE FRAME CONTROL OF SWITCHED RELUCTANCE MACHINES A Thesis Presented to The Graduate Faculty of The University of Akron In Partial Fulfillment of the Requirements for the Degree Master of Science Tausif Husain August, 2013 ROTATING REFERENCE FRAME CONTROL OF SWITCHED RELUCTANCE MACHINES Tausif Husain Thesis Approved: Accepted: _____________________________ _____________________________ Advisor Department Chair Dr. Yilmaz Sozer Dr. J. Alexis De Abreu Garcia _____________________________ _____________________________ Committee Member Dean of the College Dr. Malik E. Elbuluk Dr. George K. Haritos _____________________________ _____________________________ Committee Member Dean of the Graduate School Dr. Tom T. Hartley Dr. George R. Newkome _____________________________ Date ii ABSTRACT A method to control switched reluctance motors (SRM) in the dq rotating frame is proposed in this thesis. The torque per phase is represented as the product of a sinusoidal inductance related term and a sinusoidal current term in the SRM controller. The SRM controller works with variables similar to those of a synchronous machine (SM) controller in dq reference frame, which allows the torque to be shared smoothly among different phases. The proposed controller provides efficient operation over the entire speed range and eliminates the need for computationally intensive sequencing algorithms. The controller achieves low torque ripple at low speeds and can apply phase advancing using a mechanism similar to the flux weakening of SM to operate at high speeds. A method of adaptive flux weakening for ensured operation over a wide speed range is also proposed. This method is developed for use with dq control of SRM but can also work in other controllers where phase advancing is required.
    [Show full text]
  • Principle of Relativity and Inertial Dragging
    ThePrincipleofRelativityandInertialDragging By ØyvindG.Grøn OsloUniversityCollege,Departmentofengineering,St.OlavsPl.4,0130Oslo, Norway Email: [email protected] Mach’s principle and the principle of relativity have been discussed by H. I. HartmanandC.Nissim-Sabatinthisjournal.Severalphenomenaweresaidtoviolate the principle of relativity as applied to rotating motion. These claims have recently been contested. However, in neither of these articles have the general relativistic phenomenonofinertialdraggingbeeninvoked,andnocalculationhavebeenoffered byeithersidetosubstantiatetheirclaims.HereIdiscussthepossiblevalidityofthe principleofrelativityforrotatingmotionwithinthecontextofthegeneraltheoryof relativity, and point out the significance of inertial dragging in this connection. Although my main points are of a qualitative nature, I also provide the necessary calculationstodemonstratehowthesepointscomeoutasconsequencesofthegeneral theoryofrelativity. 1 1.Introduction H. I. Hartman and C. Nissim-Sabat 1 have argued that “one cannot ascribe all pertinentobservationssolelytorelativemotionbetweenasystemandtheuniverse”. They consider an UR-scenario in which a bucket with water is atrest in a rotating universe,andaBR-scenariowherethebucketrotatesinanon-rotatinguniverseand givefiveexamplestoshowthatthesesituationsarenotphysicallyequivalent,i.e.that theprincipleofrelativityisnotvalidforrotationalmotion. When Einstein 2 presented the general theory of relativity he emphasized the importanceofthegeneralprincipleofrelativity.Inasectiontitled“TheNeedforan
    [Show full text]
  • Static Limit and Penrose Effect in Rotating Reference Frames
    1 Static limit and Penrose effect in rotating reference frames A. A. Grib∗ and Yu. V. Pavlov† We show that effects similar to those for a rotating black hole arise for an observer using a uniformly rotating reference frame in a flat space-time: a surface appears such that no body can be stationary beyond this surface, while the particle energy can be either zero or negative. Beyond this surface, which is similar to the static limit for a rotating black hole, an effect similar to the Penrose effect is possible. We consider the example where one of the fragments of a particle that has decayed into two particles beyond the static limit flies into the rotating reference frame inside the static limit and has an energy greater than the original particle energy. We obtain constraints on the relative velocity of the decay products during the Penrose process in the rotating reference frame. We consider the problem of defining energy in a noninertial reference frame. For a uniformly rotating reference frame, we consider the states of particles with minimum energy and show the relation of this quantity to the radiation frequency shift of the rotating body due to the transverse Doppler effect. Keywords: rotating reference frame, negative-energy particle, Penrose effect 1. Introduction The study of relativistic effects related to rotation began immediately after the theory of relativity appeared [1], and such effects are still actively discussed in the literature [2]. The importance of studying such effects is obvious in relation to the Earth’s rotation. In [3], we compared the properties of particles in rotating reference frames in a flat space with the properties of particles in the metric of a rotating black hole.
    [Show full text]
  • Chapter 6 the Equations of Fluid Motion
    Chapter 6 The equations of fluid motion In order to proceed further with our discussion of the circulation of the at- mosphere, and later the ocean, we must develop some of the underlying theory governing the motion of a fluid on the spinning Earth. A differen- tially heated, stratified fluid on a rotating planet cannot move in arbitrary paths. Indeed, there are strong constraints on its motion imparted by the angular momentum of the spinning Earth. These constraints are profoundly important in shaping the pattern of atmosphere and ocean circulation and their ability to transport properties around the globe. The laws governing the evolution of both fluids are the same and so our theoretical discussion willnotbespecifictoeitheratmosphereorocean,butcanandwillbeapplied to both. Because the properties of rotating fluids are often counter-intuitive and sometimes difficult to grasp, alongside our theoretical development we will describe and carry out laboratory experiments with a tank of water on a rotating table (Fig.6.1). Many of the laboratory experiments we make use of are simplified versions of ‘classics’ that have become cornerstones of geo- physical fluid dynamics. They are listed in Appendix 13.4. Furthermore we have chosen relatively simple experiments that, in the main, do nor require sophisticated apparatus. We encourage you to ‘have a go’ or view the atten- dant movie loops that record the experiments carried out in preparation of our text. We now begin a more formal development of the equations that govern the evolution of a fluid. A brief summary of the associated mathematical concepts, definitions and notation we employ can be found in an Appendix 13.2.
    [Show full text]
  • Classical Mechanics
    Stony Brook University Academic Commons Essential Graduate Physics Department of Physics and Astronomy 2013 Part CM: Classical Mechanics Konstantin Likharev SUNY Stony Brook, [email protected] Follow this and additional works at: https://commons.library.stonybrook.edu/egp Part of the Physics Commons Recommended Citation Likharev, Konstantin, "Part CM: Classical Mechanics" (2013). Essential Graduate Physics. 2. https://commons.library.stonybrook.edu/egp/2 This Book is brought to you for free and open access by the Department of Physics and Astronomy at Academic Commons. It has been accepted for inclusion in Essential Graduate Physics by an authorized administrator of Academic Commons. For more information, please contact [email protected], [email protected]. Konstantin K. Likharev Essential Graduate Physics Lecture Notes and Problems Beta version Open online access at http://commons.library.stonybrook.edu/egp/ and https://sites.google.com/site/likharevegp/ Part CM: Classical Mechanics Last corrections: September 10, 2021 A version of this material was published in 2017 under the title Classical Mechanics: Lecture notes IOPP, Essential Advanced Physics – Volume 1, ISBN 978-0-7503-1398-8, with model solutions of the exercise problems published in 2018 under the title Classical Mechanics: Problems with solutions IOPP, Essential Advanced Physics – Volume 2, ISBN 978-0-7503-1401-5 However, by now this online version of the lecture notes and the problem solutions available from the author, have been better corrected Note also: Konstantin K. Likharev (ed.) Essential Quotes for Scientists and Engineers Springer, 2021, ISBN 978-3-030-63331-8 (see https://essentialquotes.wordpress.com/) © K.
    [Show full text]
  • Chapter 10 Motion in a Non-Inertial Reference Frame the Laws Of
    Physics 235 Chapter 10 Chapter 10 Motion in a Non-Inertial Reference Frame The laws of physics are only valid in inertial reference frames. However, it is not always easy to express the motion of interest in an inertial reference frame. Consider for example the motion of a book laying on top of a table. In a reference frame that is fixed with respect to the Earth, the motion is simple: if the book is at rest, it will remain at rest (here we assume that the surface of the table is horizontal). However, we do know that the earth frame is not an inertial frame. In order to describe the motion of the book in an inertial frame, we need to take into account the rotation of the Earth around its axis, the rotation of the Earth around the sun, the rotation of our solar system around the center of our galaxy, etc. etc. The motion of the book will all of a sudden be a lot more complicated! For many experiments, the effect of the Earth not being an inertial reference frame is too small to be observed. Other effects, such as the tides, can only be explained if we take into consideration the non-inertial nature of the reference frame of the Earth and apply the laws of physics in an inertial frame. Rotating Coordinate Systems Consider the two coordinate systems shown in Figure 1. The non-primed coordinates are the coordinates in the rotating frame, and the primed coordinates are the coordinates in the fixed coordinate system.
    [Show full text]
  • A Lagrangian Solution for the Precession of Mercury's Perihelion
    International Journal of Astronomy 2014, 3(2): 31-34 DOI: 10.5923/j.astronomy.20140302.01 A Lagrangian Solution for the Precession of Mercury’s Perihelion Adrián G. Cornejo Electronics and Communications Engineering from Universidad Iberoamericana, Col. Santa Mónica, Querétaro, Mexico Abstract A Langrangian solution is proposed for the apsidal precession by considering the precession of a body orbiting and rotating in a rotating reference frame, deriving an analogous equation to the relativistic solution. Keywords Rotating Reference Frame, Lagrangian Solutions, General Theory of Relativity, Precession of Mercury’s Perihelion 1. Introduction distance from the spin axis to the final position of a point P that according to the fixed frame of reference is the radius The rotating reference frame is a frame that rotates about vector named rf while some position of the same point a spin axis (fixed for simplicity) with a given angular according to the rotating reference frame is named r, and velocity. Formalism to describe a rotating reference frame r= rR + , (1) is commonly given by the Lagrangian mechanics. In this f kind of reference frame, an angular velocity of rotation is where R denotes the position from the origin of the rotating present in the particles within the rotating reference frame frame according to the fixed frame. Furthermore, the rotating (like the particles in a whirl as described by the fluid reference frame is described by the Lagrangian [2] for the mechanics or the particles on a solid body in rotation as motion of a particle with mass m in a rotating frame (with its described by the classical mechanics).
    [Show full text]
  • Chapter VII. Rotating Coordinate Systems
    Chapter VII. Rotating Coordinate Systems 7.1. Frames of References In order to really look at particle dynamics in the context of the atmosphere, we must now deal with the fact that we live and observe the weather in a non-inertial reference frame. Specially, we will look at a rotating coordinate system and introduce the Coriolis and centrifugal force. Rotating and Non-rotating Frames of Reference First, start by recognizing that presence of 2 coordinate systems when dealing with problems related to the earth: a) one fixed to the earth that rotates and is thus accelerating (non-inertial), our real life frame of reference b) one fixed with respect to the remote "star", i.e., an inertial frame where the Newton's laws are valid. Apparent Force In order to apply Newton's laws in our earth reference frame, we must take into account the acceleration of our coordinate system (earth). This leads to the apparent forces that get added to Newton's 2nd law of motion: dVr Fr = real (inertial) (7.1) dtm r dVr Fr F =+real apparent (non-inertial) (7.2) dtmm Fr where apparent are due solely to the fact that we operate / observe in a non-inertial m reference frame. rr dAdA We need to relate to . dtdt inertialnon-inertial 7-1 7.2. Time Derivatives in Fixed and Rotating Coordinates Reading Section 7.1 of Symon. Using concepts developed in the last chapter, let's introduce some notion that will prove to be useful. r W z y Vr r T R r Latitude circle a =colatitude f = latitude x Equatorial Plane Let r = position vector from the origin (center of the earth).
    [Show full text]
  • Lecture Notes for PC2132 (Classical Mechanics)
    Version: 27th Sept, 2017 11:27; svn-64 Lecture notes for PC2132 (Classical Mechanics) For AY2017/18, Semester 1 Lecturer: Christian Kurtsiefer, Tutors: Adrian Nugraha Utama, Shi Yicheng, Jiaan Qi, Tan Zong Sheng Disclaimer These notes are by no means a suitable replacement for a proper textbook on classical mechanics, nor should it replace your own notes. It is just a best-effort affair with the intention to be useful. This is a document in process – it hopefully does not contain too many mis- takes, but please contact us if you feel that you spotted one. 1 Version: 27th Sept, 2017 11:27; svn-64 Notation There is an attempt to do use consistent notations through this lecture. Below is a list what symbols typically refer to, unless they are referenced to otherwise. a a vector; often the acceleration e a unit vector, i.e., a vector of length 1 (e e = 1) dA a vector differential representing an oriented· surface area element ds a vector differential representing a line element F a vector representing a force H a scalar representing the Hamilton function of a system I the tensor for the inertia of a rigid body L a scalar representing the Lagrange function L a vector representing an angular momentum N a vector representing a torque m a scalar representing the mass of a particle m mass matrix in a system of coupled masses M the total mass of a system p a vector representing the momentum mv of a particle P a vector representing the total momentum of a system qk a generalized coordinate Q the “quality factor” of a damped harmonic oscillator r (or
    [Show full text]
  • 10. Aircraft Equations of Motion
    Aircraft Equations of Motion: Translation and Rotation Robert Stengel, Aircraft Flight Dynamics, MAE 331, 2018 Learning Objectives • What use are the equations of motion? • How is the angular orientation of the airplane described? • What is a cross-product-equivalent matrix? • What is angular momentum? • How are the inertial properties of the airplane described? • How is the rate of change of angular momentum calculated? Lockheed F-104 Reading: Flight Dynamics 155-161 Copyright 2018 by Robert Stengel. All rights reserved. For educational use only. http://www.princeton.edu/~stengel/MAE331.html http://www.princeton.edu/~stengel/FlightDynamics.html 1 Review Questions § What characteristic(s) provide maximum gliding range? § Do gliding heavy airplanes fall out of the sky faster than light airplanes? § Are the factors for maximum gliding range and minimum sink rate the same? § How does the maximum climb rate vary with altitude? § What are “energy height” and “specific excess power”? § What is an “energy climb”? § How is the “maneuvering envelope” defined? § What factors determine the maximum steady turning rate? 2 1 Dynamic Systems Actuators Sensors Dynamic Process: Current state depends on Observation Process: Measurement may prior state contain error or be incomplete x = dynamic state y = output (error-free) u = input z = measurement w = exogenous disturbance n = measurement error p = parameter t or k = time or event index dx(t) y(t) = h[x(t),u(t)] = f [x(t),u(t),w(t),p(t),t] dt z(t) = y(t) + n(t) 3 Ordinary Differential Equations Fall Into
    [Show full text]