Lecture Objectives: Review discretization methods for advection diffusion equation –Accuracy –Numerical Stability Unsteady-state CFD –Explicit vs. Implicit.

Slides:



Advertisements
Similar presentations
1 Application of for Predicting Indoor Airflow and Thermal Comfort.
Advertisements

2ª aula Evolution Equation. The Finite Volume Method.
Outline Overview of Pipe Flow CFD Process ANSYS Workbench
Lecture Objectives: Simple algorithm Boundary conditions.
Lecture Objectives -Finish with modeling of PM -Discuss -Advance discretization -Specific class of problems -Discuss the CFD software.
Introduction to numerical simulation of fluid flows
CHE/ME 109 Heat Transfer in Electronics LECTURE 12 – MULTI- DIMENSIONAL NUMERICAL MODELS.
© 2011 Autodesk Freely licensed for use by educational institutions. Reuse and changes require a note indicating that content has been modified from the.
Lecture Objectives: Finish with Review –Radiation Boundary Conditions at External Surfaces.
Lecture Objectives: Review discretization methods for advection diffusion equation Accuracy Numerical Stability Unsteady-state CFD Explicit vs. Implicit.
Tutorial 5: Numerical methods - buildings Q1. Identify three principal differences between a response function method and a numerical method when both.
Lecture Objectives Review SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations Define Residual and Relaxation.
Address: Washington street 40 B-1050 Brussels Belgium Tel: Fax: rehva Federation of European.
Lecture Objectives: -Define turbulence –Solve turbulent flow example –Define average and instantaneous velocities -Define Reynolds Averaged Navier Stokes.
Lecture Objectives Discuss specific class of problems
Wei Li, Fan Wang, Simon Bell Speaker :古緯中.  Introduction  Wind tunnel experiment  Numerical  Result and analyses.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
Lecture Objectives: Analyze the unsteady-state heat transfer Conduction Introduce numerical calculation methods Explicit – Implicit methods.
Modelling Deforming Interfaces using Level Sets by Hans Mühlhaus, Laurent Bourgouin and Lutz Gross The Australian Computational Earth Systems Simulator.
ASRAE Student Branch meeting Speaker: Kenneth Simpson USGBC – LEED rating system Today at 5 pm ECJ
Lecture Objectives: Explicit vs. Implicit Residual, Stability, Relaxation Simple algorithm.
Student Chapter Meeting Thursday, Sept. 3 rd 7pm ECJ Interested in HVAC design, MEP, or building environmental systems? Come learn about all of the.
Lecture Objectives Unsteady State Simulation Example Modeling of PM.
Transient Conduction: Finite-Difference Equations and Solutions Chapter 5 Section 5.9  
Lecture Objectives Review Define Residual and Relaxation SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations.
HW2 Due date Next Tuesday (October 14). Lecture Objectives: Unsteady-state heat transfer - conduction Solve unsteady state heat transfer equation for.
CIS888.11V/EE894R/ME894V A Case Study in Computational Science & Engineering We will apply several numerical methods to find a steady state solution of.
Lecture Objectives: Discuss the HW1b solution Learn about the connection of building physics with HVAC Solve part of the homework problem –Introduce Mat.
Lecture Objectives: Summarize heat transfer review
Lecture Objectives -Finish Particle dynamics modeling -See some examples of particle tracking -Eulerian Modeling -Define deposition velocity -Fluid Dynamics.
Discretization Methods Chapter 2. Training Manual May 15, 2001 Inventory # Discretization Methods Topics Equations and The Goal Brief overview.
Lecture Objectives: -Define the midterm project -Lean about eQUEST -Review exam problems.
Lecture Objectives: Finish with system of equation for
Lecture Objectives: Continue with linearization of radiation and convection Example problem Modeling steps.
Lecture Objectives Meshing Unsteady State CFD.
Lecture Objectives: Define 1) Reynolds stresses and
Lecture Objectives: Define the final project Deliverables and Grading policy Analyze factors that influence accuracy of our modeling study Learn about.
Potential Flow and Computational Fluid Dynamics Numerical Analysis C8.3 Saleh David Ramezani BIEN 301 February 14, 2007.
Lecture Objectives -Analyze some examples related to natural ventilation.
Equation solvers Scilab Matlab
Lecture Objectives: - Numerics. Finite Volume Method - Conservation of  for the finite volume w e w e l h n s P E W xx xx xx - Finite volume.
Lecture Objectives Review wall functions Discuss: Project 1, HW2, and HW3 Project topics.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Objective Introduce Reynolds Navier Stokes Equations (RANS)
Finite Difference Methods
Objective Numerical methods SIMPLE CFD Algorithm Define Relaxation
Lecture Objectives: Review Explicit vs. Implicit
Lecture Objectives Unsteady State Ventilation Modeling of PM.
Lecture Objectives Learn about particle dynamics modeling
21th Lecture - Advection - Diffusion
Lecture Objectives Discuss HW4 Multizone modeling
Objective Review Reynolds Navier Stokes Equations (RANS)
Lecture Objectives Learn about Implementation of Boundary Conditions
Lecture Objectives Finish with boundary conditions Unsteady State Flow.
Lecture Objectives: Advance discretization methods
Objective Numerical methods.
Advection – Diffusion Equation
Lecture Objectives: Analysis of unsteady state heat transfer HW3.
Objective Numerical methods Finite volume.
Lecture Objectives Review for exam Discuss midterm project
Lecture Objectives: Review linearization of nonlinear equation for unsteady state problems Learn about whole building modeling equations.
Make up: Project presentation class at the end of the semester
Objective Reynolds Navier Stokes Equations (RANS) Numerical methods.
Lecture Objectives: Discuss HW3
Thermal behavior of the LHCb PS VFE Board
Lecture Objectives: Boundary Conditions Project 1 (software)
Lecture Objectives: Start using CFD Software Class project 1
Objective Discus Turbulence
Convective Heat Transfer
6th Lecture : Numerical Methods
Presentation transcript:

Lecture Objectives: Review discretization methods for advection diffusion equation –Accuracy –Numerical Stability Unsteady-state CFD –Explicit vs. Implicit method Boundary conditions and Airpak –Example

Advection diffusion equation 1-D, steady-state e w P E W xx xx xx Example: Equation for temperature of water flowing through hot pipe Assume that diffusion in y direction ins negligible: This is incorrect assumption introduced jut to simplify example to 1-D problem! y x Q Q Temperature is changing along x T1 T2 T3 T4 Tn … Vx model

N N+1 N-1 xx xx xx General equation Advection diffusion equation 1-D, steady-state Different notation:

Advection equation 1-D, steady-state P E W xx xx xx 1) Upwind scheme: 2) Central differencing scheme: Higher order differencing scheme: Quadratic upwind differencing Scheme (QUICK) N N+1 N-1 N+2 N-2 We need to find coefficients a P, a W, a E, a WW, a EE, WW W P E EE Vx<0 Vx>0 3) Hybrid of upwind and central differencing scheme

Quadratic upwind differencing Scheme (QUICK) For advection only: Advection coefficient: Diffusion coefficients : Coefficients: Source:

General Transport Equation unsteady-state W E N S H L P Equation in the algebraic format: We have to solve the system matrix for each time step ! Unsteady-state 1-D Transient term: Are these values for step  or  +  ? If: -  - explicit method -  +  - implicit method

General Transport Equation unsteady-state 1-D Fully explicit method: Implicit method: Value form previous time step (known value) Make the difference between - Calculation for different time step - Calculation in iteration step

Boundary conditions in CFD application in indoor airflow Real geometry Model geometry Where are the boundary Conditions?

CFD ACCURACY Depends on airflow in the vicinity of Boundary conditions 1) At air supply device 2) In the vicinity of occupant 3) At room surfaces Detailed modeling - limited by computer power

Surface boundaries Wall surface W use wall functions to model the micro-flow in the vicinity of surface Using relatively large mesh (cell) size mm for forced convection thickness

Airflow at air supply devices Complex geometry - Δ~10 -4 m We can spend all our computing power for one small detail momentum sources

Diffuser jet properties High Aspiration diffuser D L D L How small cells do you need? We need simplified models for diffusers

Peter V. Nielsen Simulation of airflow in the vicinity of occupants How detailed should we make the geometry?

AIRPAK Software