Advanced Numerical Techniques Mccormack Technique CFD Dr. Ugur GUVEN.

Slides:



Advertisements
Similar presentations
Chapter 6 Differential Equations
Advertisements

Computational Modeling for Engineering MECN 6040
An Analysis of Hiemenz Flow E. Kaufman and E. Gutierrez-Miravete Department of Engineering and Science Rensselaer at Hartford.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 31 Ordinary Differential Equations.
Ch 6.2: Solution of Initial Value Problems
Simplified Method to Detail the BL Profile… P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Flat Plate Boundary Layer Solutions.
Numerical Solutions of Ordinary Differential Equations
Lectures 11-12: Gravity waves Linear equations Plane waves on deep water Waves at an interface Waves on shallower water.
Numerical Methods for Partial Differential Equations
Solving Linear Equations – Part 2 A Linear Equation in One Variable is any equation that can be written in the form It is assumed that you have already.
© 2011 Autodesk Freely licensed for use by educational institutions. Reuse and changes require a note indicating that content has been modified from the.
Euler’s Equation in Fluid Mechanics. What is Fluid Mechanics? Fluid mechanics is the study of the macroscopic physical behavior of fluids. Fluids are.
ME 231 Thermofluid Mechanics I Navier-Stokes Equations.
AIAA SciTech 2015 Objective The objective of the present study is to model the turbulent air flow around a horizontal axis wind turbine using a modified.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Scientific Computing Partial Differential Equations Introduction and
© Arturo S. Leon, BSU, Spring 2010
MAE 3241: AERODYNAMICS AND FLIGHT MECHANICS Compressible Flow Over Airfoils: Linearized Subsonic Flow Mechanical and Aerospace Engineering Department Florida.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
Boundary-Value Problems Boundary-value problems are those where conditions are not known at a single point but rather are given at different values of.
One Dimensional Flow of Blissful Fluid -III P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Always Start with simplest Inventions……..
Computational fluid dynamics Authors: A. Ghavrish, Ass. Prof. of NMU, M. Packer, President of LDI inc.
Engineering Analysis – Computational Fluid Dynamics –
HEAT TRANSFER FINITE ELEMENT FORMULATION
Sect. 4.1 Antiderivatives Sect. 4.2 Area Sect. 4.3 Riemann Sums/Definite Integrals Sect. 4.4 FTC and Average Value Sect. 4.5 Integration by Substitution.
Discretization Methods Chapter 2. Training Manual May 15, 2001 Inventory # Discretization Methods Topics Equations and The Goal Brief overview.
Nature of Zero Pressure Gradient BL Flows…… P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Solutions for Flat Plate Boundary Layer.
Lecture 39 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Ch 6.2: Solution of Initial Value Problems The Laplace transform is named for the French mathematician Laplace, who studied this transform in The.
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
The average velocity of an object during a time interval t is The acceleration, assumed constant, is 2-5 Motion at Constant Acceleration.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
The Prediction of Low Frequency Rumble in Combustion Systems
EEE 431 Computational Methods in Electrodynamics
Chapter 4 Fluid Mechanics Frank White
Computational Hydrodynamics
Finite Difference Methods
One Dimensional Flow of Blissful Fluid -III
Overview of Molecular Dynamics Simulation Theory
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic1_ODE
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac 11/13/2018
Class Notes 18: Numerical Methods (1/2)
Error rate due to noise In this section, an expression for the probability of error will be derived The analysis technique, will be demonstrated on a binary.
Solving Linear Systems Algebraically
CFD – Fluid Dynamics Equations
Finite Volume Method for Unsteady Flows
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic2_PDE
Topic 3 Discretization of PDE
topic13_grid_generation
topic8_NS_vectorForm_F02
Numerical Analysis Lecture 37.
topic13_grid_generation
topic4: Implicit method, Stability, ADI method
Topic 3 Discretization of PDE
topic16_cylinder_flow_relaxation
Relaxation Technique CFD
Topic 5 NavierStokes Equations
topic11_shocktube_problem
Numerical Analysis Lecture 38.
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac 2/28/2019
topic8_NS_vectorForm_F02
topic11_shocktube_problem
Topic 8 Pressure Correction
Solving Two Step Algebraic Equations
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac 7/24/2019
Variables.
Topic 3 Discretization of PDE
Presentation transcript:

Advanced Numerical Techniques Mccormack Technique CFD Dr. Ugur GUVEN

McCormack Technique The techniques of Finite Differences we have learned is used to solve a single equation for a single variable. You can use the Mccormack Technique to solve for a whole set of dynamic equations. Mccormack Technique is easy to program, so it is preferred by most engineers. Mccormack Technique is suitable to a set of fluid dynamics equations

Application of Mccormack Technique to Fluid Flow Equations You take a set of Fluid flow equations You transform them to algebraic equations by the use of the Finite Differences Method. You solve for the variable that you want You input that variable back to the equations to resolve for t+dt You combine the two results and you take its average as the best result for accuracy.

Application of Mccormack Technique to Fluid Flow Equations Lets solve the set of equations below for unsteady, two dimensional inviscid flow:

Grid for the System

Solution Using Mccormack Technique We assume that all the points (values of flow such as speed, density, temperature, pressure) in the grid are known for time t. We will calculate at the same grid points for t+dt for the same values (velocity, density etc) An approach called Predictor – Corrector is used.

Solution Using Mccormack Technique Lets consider density, velocity and energy from the above equations and apply the Taylor series:

Solution Using Mccormack Technique: Predictor Step Take the First equation of continuity and rewrite it in algebraic form by forward differences.

Predictor Step Do the same by using the set of equations provided in the beginning for each variable to find partial derivatives of u,v, and e. Write the predictor by using these algebraic partial derivatives to find for each value in the flow at t+dt

Predictor Step So for density as an example the predictor is obtained as:

Corrector Step

Final Solution Now you calculate the average derivative as discussed in the beginning of the slides. You rewrite this average derivative for all flow values such as speed and density in the system. PREDICTOR STEPCORRECTOR STEP

SOLUTION

Summary of Mccormack Technique 1)Write the fluid dynamics equations with respect to time 2)Write the partial derivatives as forward differences 3)Solve for the flow value (such as density) by substituting the partial derivative in the Taylors series. 4)Write the predicted step for t+dt using step 3 5)Write the corrected step with rearward difference for t+dt by using the values found in Step 4 6)Take the average of derivative found in step 2 and 5 7)Write the final result of Predictor – Corrector value for the flow variable.