December, 2007VKI Lecture1 Boundary conditions. December, 2007VKI Lecture2 BC essential for thermo-acoustics u’=0 p’=0 Acoustic analysis of a Turbomeca.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

A f r i d i i m r a n S O L V IN G S Y ST E M S O F E Q U A T I O N S A f r i d i i m r a n
Factoring Quadratic Equations
Substitution.
PRECALCULUS 2 Determinants, Inverse Matrices & Solving.
Multiply Polynomials When multiplying polynomials, we always use the Distributive Property.
Using Matrices in Real Life
There is a pattern for factoring trinomials of this form, when c
5.7.1 Ax + By = C Form (standard form)
Fractions VI Simplifying Fractions
Multiplying Powers Dividing Powers Zero ExponentsNegative.
Solving Absolute-Value Equations
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
Do Now  .
Multiplication Facts Review. 6 x 4 = 24 5 x 5 = 25.
Multiplying binomials You will have 20 seconds to answer each of the following multiplication problems. If you get hung up, go to the next problem when.
Reducing Fractions. Factor A number that is multiplied by another number to find a product. Factors of 24 are (1,2, 3, 4, 6, 8, 12, 24).
27  9 =.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULTIPLICATION EQUATIONS 1. SOLVE FOR X 3. WHAT EVER YOU DO TO ONE SIDE YOU HAVE TO DO TO THE OTHER 2. DIVIDE BY THE NUMBER IN FRONT OF THE VARIABLE.
4.4.1 Generalised Row Echelon Form
BALANCING 2 AIM: To solve equations with variables on both sides.
Chapter 1 Linear Equations and Graphs
Copyright © Cengage Learning. All rights reserved.
The Game of Algebra or The Other Side of Arithmetic The Game of Algebra or The Other Side of Arithmetic © 2007 Herbert I. Gross by Herbert I. Gross & Richard.
ABC Technology Project
5.6 – Complex Numbers.
UNSTEADY FLOW MODELLING AND COMPUTATION Franck Nicoud University Montpellier II – I3M CNRS UMR 5149 and CERFACS.
VOORBLAD.
1 Analysis of Random Mobility Models with PDE's Michele Garetto Emilio Leonardi Politecnico di Torino Italy MobiHoc Firenze.
Adding & Subtracting Matrices
Logarithmic Equations
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Chapter 5 Microsoft Excel 2007 Window
Bell Work for Quarter I … listed in reverse order.
Lets play bingo!!. Calculate: MEAN Calculate: MEDIAN
10-6 Solving Quadratic Equations by Factoring
Objectives The student will be able to: 1. multiply a monomial and a polynomial. SOL: A.2b Designed by Skip Tyler, Varina High School.
FACTORING TRINOMIALS with leading coefficient
25 seconds left…...
Copyright © Cengage Learning. All rights reserved.
U1A L1 Examples FACTORING REVIEW EXAMPLES.
2-3 Direct Variations.
Application of modern tools for the thermo-acoustic study of annular combustion chambers Franck Nicoud University Montpellier II – I3M CNRS UMR 5149 and.
What is Slope Assignment. List the four types of slope and sketch each type. 1.
Copyright © Cengage Learning. All rights reserved.
Dantzig-Wolfe Decomposition
12 System of Linear Equations Case Study
Practice Skip Counting
Maria Ugryumova Direct Solution Techniques in Spectral Methods CASA Seminar, 13 December 2007.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
Linear Systems and Augmented Matrices. What is an augmented matrix?  An augmented matrix is essentially two matrices put together.  In the case of a.
Finite Elements: 1D acoustic wave equation
What is the determinant of What is the determinant of
Algebra 7-1 and 7-2. Monomials DEFINITION: Monomial: a number, variable or the product of a number and 1 or more variables with nonnegative integer exponents.
D’Alembert’s Solution
Use definition of zero and negative exponents
Partial Derivatives bounded domain Its boundary denoted by
5.4 Third Order Determinants and Cramer’s Rule. Third Order Determinants To solve a linear system in three variables, we can use third order determinants.
Matrices.
Use Inverse Matrices to Solve Linear Systems
Linear Algebra Lecture 15.
Matrix Algebra.
Hyperbolic Equations IVP: u(x,0) = f(x), - < x <  IBVP:
Brief introduction to Partial Differential Equations (PDEs)
Identification of Swirl Waves using Local Stability Analysis
Presentation transcript:

December, 2007VKI Lecture1 Boundary conditions

December, 2007VKI Lecture2 BC essential for thermo-acoustics u’=0 p’=0 Acoustic analysis of a Turbomeca combustor including the swirler, the casing and the combustion chamber C. Sensiau (CERFACS/UM2) – AVSP code

December, 2007VKI Lecture3 BC essential for thermo-acoustics C. Martin (CERFACS) – AVBP code

December, 2007VKI Lecture4 Numerical test 1D convection equation (D=0) Initial and boundary conditions: Zero order extrapolation

December, 2007VKI Lecture5 Numerical test t=3 t=6 t=9 t=12 t=15 t=18 t=21 t=24 t=27

December, 2007VKI Lecture6 Basic Equations Primitive form: Simpler for analytical work Not included in wave decomposition

December, 2007VKI Lecture7 Decomposition in waves in 1D A can be diagonalized: A = L -1  L - 1D Eqs: - Introducing the characteristic variables: - Multiplying the state Eq. by L:

December, 2007VKI Lecture8 Remarks  W i with positive (resp. negative) speed of propagation may enter or leave the domain, depending on the boundary in 3D, the matrices A, B and C can be diagonalized BUT they have different eigenvectors, meaning that the definition of the characteristic variables is not unique. M<1 u U + c U - c u U + c U - c

December, 2007VKI Lecture9 Decomposition in waves: 3D Define a local orthonormal basiswith the inward vector normal to the boundary Introduce the normal matrix : Define the characteristic variables by:

December, 2007VKI Lecture10 Which wave is doing what ? WAVE SPEEDINLET (u n >0) OUTLET (u n <0)  W n 1 entropy unun inout  W n 2 shear unun inout  W n 3 shear unun inout  W n 4 acoustic u n + cin  W n 5 acoustic u n - cout

December, 2007VKI Lecture11 General implementation Compute the predicted variation of V as given by the scheme of integration with all physical terms without boundary conditions. Note this predicted variation. Compute the corrected variation of the solution during the iteration as: Assess the corrected ingoing wave(s) depending on the physical condition at the boundary. Note its (their) contribution. Estimate the ingoing wave(s) and remove its (their) contribution(s). Notethe remaining variation.

December, 2007VKI Lecture12 Pressure imposed outlet Compute the predicted value of  P, viz.  P P, and decompose it into waves:  W n 4 is entering the domain; the contribution of the outgoing wave reads: The corrected value of  W n 4 is computed through the relation: OK ! Desired pressure variation at the boundary The final (corrected) update of P is then:

December, 2007VKI Lecture13 Defining waves: non-reflecting BC Very simple in principle:  W n 4 =0 « Normal derivative » approach: « Full residual » approach: No theory to guide our choice … Numerical tests required

December, 2007VKI Lecture14 1D entropy wave Same result with both the “normal derivative” and the “full residual” approaches

December, 2007VKI Lecture15 2D test case A simple case: 2D inviscid shear layer with zero velocity and constant pressure at t=0 Full residual Normal residual

December, 2007VKI Lecture16 Outlet with relaxation on P Start from Cut the link between ingoing and outgoing waves to make the condition non-reflecting Set to relax the pressure at the boundary towards the target value P t To avoid over-relaxation,  P  t should be less than unity.  P  t = 0 means ‘perfectly non-reflecting’ (ill posed)

December, 2007VKI Lecture17 Inlet with relaxation on velocity and Temperature Cut the link between ingoing and outgoing waves Set to drive V B towards V t Use either the normal or the full residual approach to compute the waves and correct the ingoing ones via:

December, 2007VKI Lecture18 Integral boundary condition in some situations, the target value is not known pointwise. E.g.: the outlet pressure of a swirled flow use the relaxation BC framework rely on integral values to generate the relaxation term to avoid disturbing the natural solution at the boundary

December, 2007VKI Lecture19 Integral boundary condition periodic pulsated channel flow (laminar) U(y,t) / U bulk Integral BCs to impose the flow rate ?

December, 2007VKI Lecture20 Everything is in the details Lodato, Domingo and Vervish – CORIA Rouen