NAE C_S2001 FINAL PROJECT PRESENTATION LASIC ISMAR 04/12/01 INSTRUCTOR: PROF. GUTIERREZ.

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

Partial Differential Equations
Computational Modeling for Engineering MECN 6040
P. Venkataraman Mechanical Engineering P. Venkataraman Rochester Institute of Technology DETC2013 – 12269: Continuous Solution for Boundary Value Problems.
Inversion of coupled groundwater flow and heat transfer M. Bücker 1, V.Rath 2 & A. Wolf 1 1 Scientific Computing, 2 Applied Geophysics Bommerholz ,
By S Ziaei-Rad Mechanical Engineering Department, IUT.
Grid solver example Gauss-Seidel (near-neighbor) sweeps to convergence  interior n-by-n points of (n+2)-by-(n+2) updated in each sweep  updates done.
Chapter 3 Steady-State Conduction Multiple Dimensions
CS 584. Review n Systems of equations and finite element methods are related.
CHE/ME 109 Heat Transfer in Electronics LECTURE 12 – MULTI- DIMENSIONAL NUMERICAL MODELS.
PARTIAL DIFFERENTIAL EQUATIONS
ECE669 L5: Grid Computations February 12, 2004 ECE 669 Parallel Computer Architecture Lecture 5 Grid Computations.
25 September 2007 KKKQ 3013 PENGIRAAN BERANGKA Week 12 – Partial Differential Equations 25 September am – 9.00 am.
CHE/ME 109 Heat Transfer in Electronics LECTURE 11 – ONE DIMENSIONAL NUMERICAL MODELS.
1 Chapter 9 NUMERICAL SOLUTION OF PARTIAL DIFFERENTIAL EQUATIONS.
Geothermal Application 1 Summer School Heat extraction from a sloped sandstone aquifer Vertical cross section of the model domain.
Partial differential equations Function depends on two or more independent variables This is a very simple one - there are many more complicated ones.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 81 Partial.
CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures KFUPM (Term 101) Section 04 Read & CISE301_Topic9.
Numerical Methods Due to the increasing complexities encountered in the development of modern technology, analytical solutions usually are not available.
© Fluent Inc. 9/5/2015L1 Fluids Review TRN Solution Methods.
Elliptic Partial Differential Equations - Introduction
Scientific Computing Partial Differential Equations Poisson Equation.
Partial Differential Equations Finite Difference Approximation.
Introduction to Scientific Computing II From Gaussian Elimination to Multigrid – A Recapitulation Dr. Miriam Mehl.
CS 219: Sparse Matrix Algorithms
Module 4 Multi-Dimensional Steady State Heat Conduction.
Elliptic PDEs and the Finite Difference Method
HOT PLATE CONDUCTION NUMERICAL SOLVER AND VISUALIZER Kurt Hinkle and Ivan Yorgason.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 8 - Chapter 29.
Transient Conduction: Finite-Difference Equations and Solutions Chapter 5 Section 5.9  
Parallel Solution of the Poisson Problem Using MPI
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac Professor of Aerospace Engineering Introduction and Scope.
Introduction to Scientific Computing II Overview Michael Bader.
Lecture 21 MA471 Fall 03. Recall Jacobi Smoothing We recall that the relaxed Jacobi scheme: Smooths out the highest frequency modes fastest.
FALL 2015 Esra Sorgüven Öner
Island Recharge Problem
Elliptic PDEs and Solvers
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
1/30/ Elliptic Partial Differential Equations – Lieberman Method – Part 1 of 2 Elliptic Partial Differential.
Finite-Difference Solutions Part 2
Evan Selin & Terrance Hess.  Find temperature at points throughout a square plate subject to several types of boundary conditions  Boundary Conditions:
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
The Application of the Multigrid Method in a Nonhydrostatic Atmospheric Model Shu-hua Chen MMM/NCAR.
ERT 216 HEAT & MASS TRANSFER Sem 2/ Dr Akmal Hadi Ma’ Radzi School of Bioprocess Engineering University Malaysia Perlis.
Programming assignment # 3 Numerical Methods for PDEs Spring 2007 Jim E. Jones.
University of Colorado
Team  Spatially distributed deterministic models  Many hydrological phenomena vary spatially and temporally in accordance with the conservation.
Mesh Refinement: Aiding Research in Synthetic Jet Actuation By: Brian Cowley.
FINITE DIFFERENCE In numerical analysis, two different approaches are commonly used: The finite difference and the finite element methods. In heat transfer.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Relaxation Methods in the Solution of Partial Differential Equations
Part 8 - Chapter 29.
EEE 431 Computational Methods in Electrodynamics
Programming assignment #1. Solutions and Discussion
Scientific Computing Lab
Nodal Methods for Core Neutron Diffusion Calculations
I-2. Power Method and Wielandt Shift II. Multigroup Neutron Diffusion
PDEs and Examples of Phenomena Modeled
Objective Numerical methods.
Scientific Computing Lab
MATH 2140 Numerical Methods
Objective Numerical methods Finite volume.
روشهای حل معادلات ریاضی
Step change in the boundary condition of conduction problems
Stencil Pattern ITCS 4/5145 Parallel computing, UNC-Charlotte, B. Wilkinson Oct 14, 2014 slides6b.ppt 1.
Stencil Pattern ITCS 4/5145 Parallel computing, UNC-Charlotte, B. Wilkinson StencilPattern.ppt Oct 14,
Programming assignment #1 Solving an elliptic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
Home assignment #3 (1) (Total 3 problems) Due: 12 November 2018
Presentation transcript:

NAE C_S2001 FINAL PROJECT PRESENTATION LASIC ISMAR 04/12/01 INSTRUCTOR: PROF. GUTIERREZ

PROBLEM STATEMENT l Numerical l Numerical solution for 2-Dimensional, steady-state, temperature distributions in a flat plate with 3 edges at a fixed temperature and one edge in Convection. l Base l Base Line - Exact solution of simpler case found analytically. l Modeling l Modeling and validating the numerical solution (Fortran).

MODELING A SYSTEM l Partial Differential Equations used to model the system. l Finding the temperature values at a finite number of points characterized by mesh.

FINITE DIFFERENCE APPROACH l Heat flows vertically and horizontally into node of interest.

ITERATIVE SOLUTION (Gauss-Seidel) l Gauss-Seidel l Gauss-Seidel (near-neighbor) sweeps to convergence. l Interior l Interior n-by-n points updated in each sweep according to the formula: l Updates done in-place in grid, and residual value computed. l Check if error has converged (to within a tolerance parameter). l If so, exit solver; if not, do another sweep.

IN CLOSING

QUESTIONS ???