ME614: COMPUTATIONAL FLUID DYNAMICS

Size: px
Start display at page:

Download "ME614: COMPUTATIONAL FLUID DYNAMICS"

Transcription

1 ME614: COMPUTATIONAL FLUID DYNAMICS Fall 2015, MWF 2:30 pm - 3:20 pm, ME2053 Instructor Dr. Carlo Scalo Assistant Professor of Mechanical Engineering Room ME2195, ME Building West Lafayette, IN Work: , Mobile: scalo@purdue.edu O ce Hours: by appointment Teaching Assistant: Mr. Kukjin Kim, kim1625@purdue.edu Prerequisites Prerequisites for the course include basic knowledge of fluid mechanics, linear algebra, partial di erential equations and average programming skills. The use of Python is strongly recommended but not mandatory. The class content is structured in such a way to allow talented undergraduate students to successfully complete the coursework. Course Objectives The course will cover traditional aspects of Computational Fluid Dynamics (CFD) while providing exposure to the latest generation of high-level dynamic languages and version-control software. The course will cover the following topics: 1. Spatial & s 2. Linear Advection & Di usion Equation 3. Poisson and Heat Equations 4. with a focus on incompressible flow and turbulent simulations. Students will be expected to write their own complete Navier-Stokes solver from scratch as a final project. Sample mesh (left) and flow visualization (right) from a transonic turbulent calculation of the flow around a McDonnell-Douglas 30P/30N multi-body airfoil. Courtesy of Prof. Julien Bodart (Université de Toulouse, ISAE, France) 1

2 Grade Distribution Homework assignments and final reports turned in L A TEX and/or with supporting images generated in vector graphics are strongly encouraged (points will be detracted from messy reports, with unclear figures and text). The grade distribution is: (5%) Homework 0: Computing Environment Setup (25%) Homework 1: (25%) Homework 2: Linear Advection & Di usion Equation (25%) Homework 3: First Incompressible Navier-Stokes Solver (20%) Final Project Examples of source code will be provided in Python only. The use of Python is strongly recommended but not mandatory. Sharing of ideas on the homework assignments is encouraged but submissions need to be individual. Note that it is trivial to check whether parts of source code have been copied. Textbooks With the exception of programming tutorials, all of the lecture material will be explained at the blackboard to facilitate a dynamic discussion. Some of the course material will be based on selected pages from the following textbooks: Ferziger, J., and M. Perić, Computational Methods for Fluid Dynamics, Third Edition, Springer, 2001 Pletcher, R. H., Tannehill, J. C., and Anderson, D., Computational Fluid Mechanics and Heat Transfer, Third Edition, CRC Press, R. Leveque, Finite Volume Methods For Hyperbolic Problems, Cambridge, 2004 Lloyd N. Trefethen, Finite Di erence and Spectral Methods for Ordinary and Partial Di erential Equations, unpublished text, 1996, available at The first two will be the main reference textbooks for the course. The last two cover more theoretical and advanced topics. Tentative Schedule A tentative schedule is included below. The instructor reserves the right to (frequently) update it. Monday Wednesday Friday Aug 24th Lecture 1 Introduction Course Structure Overview Homework 0: Python, Linux, Git Initial Course Participation 31st Lecture 4 Padè Approximants Modified Wavenumber Ferziger & Perić (2001) pp ; 7th LABOR DAY 26th Lecture 2 Principles of Discretization Discrete Operators Matrix Multiplication review linear algebra (matrix multiplications, eigenvalues,...) Sep 2nd Lecture 5 Homework 0 Due Homework 1 overview 9th Lecture 7 Homework 1 Starter Python Tutorial, Sections 2, 3, 4, and 5 28th Lecture 3 Polynomial Fitting Taylor Expansion review linear algebra; Pletcher, et al. (2011) pp ; Ferziger & Perić (2001) pp th Lecture 6 Best Practices in Python Python Tutorial, Sections 6, 7 and 8 11th Lecture 8 Grid Transformations (1D) Boundary Conditions: periodic vs non-periodic Pletcher et al. (2011) pp ; Ferziger & Perić (2001) pp ; 2

3 14th Monday Wednesday Friday 16th 18th 21st Lecture 9 Explicit Euler & Upwind Modified Equation Pletcher et al. (2011) pp ; 28th Lecture 12 -roots Handouts, Chapter 4 5th Lecture 15 Poisson and Heat Equations 2D spatial operators (DivGrad operator) Direct Methods Pletcher et al. (2011) pp th OCTOBER BREAK 19th Lecture 20 Incompressible Navier-Stokes equations: conservative vs non-conservative form, Lagrangian derivative 26th 23rd Lecture 10 Fourier/Von Neumann Analysis Implicit Euler, MacCormack, Adams-Bashforth, Leap Frog, Crank-Nicholson Pletcher et al. (2011) pp th Lecture 13 Linear Advection & Diffusion Homework 2 overview Catching Up: Periodic vs non-periodic boundary conditions 7th Lecture 16 Iterative Methods: Jacobi, Gauss-Seidel, Line Relaxation Pletcher et al. (2011) pp th Lecture 18 Iterative Methods: Multi-Grid (cont d), Conjugate Gradient Pletcher et al. (2011) pp st Lecture 21 Finite-Volume Approach, Staggered Variable Collocation, Discretization for continuity and pressure gradient Harlow & Welch (1965) 28th 25th Lecture 11 Homework 1 Due Runge-Kutta schemes Handouts, Chapter 4 Pletcher et al. (2011) pp Oct 2nd Lecture 14 Linear Advection & Diffusion Homework 2 Starter 9th Lecture 17 Iterative Methods: Over-Relaxation, ADI, Multi-Grid Pletcher et al. (2011) pp th Lecture 19 Homework 2 Due Poisson and Heat Equations Homework 3 overview (Part I) 2D arrays/operators, fast indexing, Homework 3 Starter 23rd Lecture 22 Suggested 2 nd -order discretization for advection/di usion terms 30th Lecture 23 Projection Method: Fractional Step Method Chorin (1969), Kim & Moin (1985) 3

4 Monday Wednesday Friday 4th Lecture 25 Vorticity-Streamfunction (!) formulation (in 2D) Nov 2nd Lecture 24 Algebraic Pressure Segregation 6th Lecture 26 Boundary conditions in!: solenoidal condition 9th Lecture 27 Review Session 11th Lecture 28 Semi-Implicit Time Advancement Methods 13th Lecture 29 Semi-Implicit Time Advancement Methods (cont d) 16th Lecture 30 Homework 3 Due Discussion of Final Project 23rd 18th Lecture 31 Boundary conditions for velocity-pressure formulation Mass conservation in boundary layers 25th : Orlanski (1976), Piomelli & Scalo (2010) 20th Lecture 32 Pseudo-spectral methods: introduction to DFT : Pope (2000), Section 6.4; Ferziger & Perić (2001), Section th 30th Lecture 33 Pseudo-spectral methods (cont d) De-aliasing 7th Lecture 36 Dec 2nd Lecture 34 Advection di usion equation with DFT 9th Lecture 37 4th Lecture 35 11th Lecture 38 14th Lecture 39 16th Lecture 40 18th Lecture 41 Final Project Due 4

5 References A. J. Chorin (1969). On the convergence of discrete approximations to the Navier-Stokes equations. Math. Comp. 23: J. Ferziger & M. Perić (2001). Computational Methods for Fluid Dynamics. Springer. F. Ham, et al. (2002). A fully conservative second-order finite di erence scheme for incompressible flow on nonuniform grids. J. Comput. Physics 177(1): Harlow & Welch (1965). Numerical calculation of time-dependent viscous incompressible flow of fluid with free surfaces 8(21). J. Kim & P. Moin (1985). Application of a Fractional-Step Method to Incompressible Navier-Stokes Equations. J. Comput. Phys. 59: I. Orlanski (1976). Journal of Computational Physics 21: U. Piomelli & C. Scalo (2010). Subgrid-scale modelling in relaminarizing flows. Fluid Dynamics Research 42(4): R. H. Pletcher, et al. (2011). Computational Fluid Mechanics and Heat Transfer. CRC Press. S. Pope (2000). Turbulent flows. Cambridge Univ Pr. 5

ME 4495 Computational Heat Transfer and Fluid Flow M,W 4:00 5:15 (Eng 177)

ME 4495 Computational Heat Transfer and Fluid Flow M,W 4:00 5:15 (Eng 177) ME 4495 Computational Heat Transfer and Fluid Flow M,W 4:00 5:15 (Eng 177) Professor: Daniel N. Pope, Ph.D. E-mail: dpope@d.umn.edu Office: VKH 113 Phone: 726-6685 Office Hours:, Tues,, Fri 2:00-3:00 (or

More information

EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014

EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014 EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014 Course Description The goals of this course are to: (1) formulate a mathematical model describing a physical phenomenon; (2) to discretize

More information

Math 181, Calculus I

Math 181, Calculus I Math 181, Calculus I [Semester] [Class meeting days/times] [Location] INSTRUCTOR INFORMATION: Name: Office location: Office hours: Mailbox: Phone: Email: Required Material and Access: Textbook: Stewart,

More information

MTH 215: Introduction to Linear Algebra

MTH 215: Introduction to Linear Algebra MTH 215: Introduction to Linear Algebra Fall 2017 University of Rhode Island, Department of Mathematics INSTRUCTOR: Jonathan A. Chávez Casillas E-MAIL: jchavezc@uri.edu LECTURE TIMES: Tuesday and Thursday,

More information

Integrating simulation into the engineering curriculum: a case study

Integrating simulation into the engineering curriculum: a case study Integrating simulation into the engineering curriculum: a case study Baidurja Ray and Rajesh Bhaskaran Sibley School of Mechanical and Aerospace Engineering, Cornell University, Ithaca, New York, USA E-mail:

More information

Hands-On CFD Educational Interface for. Engineering Courses and Laboratories

Hands-On CFD Educational Interface for. Engineering Courses and Laboratories Hands-On CFD Educational Interface for Engineering Courses and Laboratories Frederick Stern IIHR-Hydroscience & Engineering The University of Iowa Tao Xing IIHR-Hydroscience & Engineering The University

More information

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014 UNSW Australia Business School School of Risk and Actuarial Studies ACTL5103 Stochastic Modelling For Actuaries Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part B

More information

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography THE UNIVERSITY OF SYDNEY Semester 2, 2017 Information Sheet for MATH2068/2988 Number Theory and Cryptography Websites: It is important that you check the following webpages regularly. Intermediate Mathematics

More information

BUS Computer Concepts and Applications for Business Fall 2012

BUS Computer Concepts and Applications for Business Fall 2012 BUS 1950-001 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Paul D. Brown Office: 4503 Lumpkin Hall Phone: 217-581-6058 Email: PDBrown@eiu.edu Course Website:

More information

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Instructor CIS 3605 002 Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Name: Xiuqi (Cindy) Li Email: xli@temple.edu Phone: 215-204-2940 Fax: 215-204-5082, address

More information

Jeff Walker Office location: Science 476C (I have a phone but is preferred) 1 Course Information. 2 Course Description

Jeff Walker Office location: Science 476C   (I have a phone but  is preferred) 1 Course Information. 2 Course Description BIO 221 Human Physiology I Jeff Walker Office location: Science 476C E-mail: walker@maine.edu (I have a phone but e-mail is preferred) Fall 2017 1 Course Information Room Science 105 Class meetings are

More information

Probability and Game Theory Course Syllabus

Probability and Game Theory Course Syllabus Probability and Game Theory Course Syllabus DATE ACTIVITY CONCEPT Sunday Learn names; introduction to course, introduce the Battle of the Bismarck Sea as a 2-person zero-sum game. Monday Day 1 Pre-test

More information

Hands-On CFD Educational Interface for Engineering Courses and Laboratories

Hands-On CFD Educational Interface for Engineering Courses and Laboratories Hands-On CFD Educational Interface for Engineering Courses and Laboratories FREDERICK STERN IIHR-Hydroscience & Engineering The University of Iowa TAO XING IIHR-Hydroscience & Engineering The University

More information

Design and Creation of Games GAME

Design and Creation of Games GAME Digital Gaming and Simulation Course Syllabus Design and Creation of Games GAME 1306-1 Semester with Course Reference Number (CRN) Instructor contact information (phone number and email address) Office

More information

Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010

Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010 Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010 There are two ways to live: you can live as if nothing is a miracle; you can live as if

More information

COMM370, Social Media Advertising Fall 2017

COMM370, Social Media Advertising Fall 2017 COMM370, Social Media Advertising Fall 2017 Lecture Instructor Office Hours Monday at 4:15 6:45 PM, Room 003 School of Communication Jing Yang, jyang13@luc.edu, 223A School of Communication Friday 2:00-4:00

More information

B.S/M.A in Mathematics

B.S/M.A in Mathematics B.S/M.A in Mathematics The dual Bachelor of Science/Master of Arts in Mathematics program provides an opportunity for individuals to pursue advanced study in mathematics and to develop skills that can

More information

CEE 2050: Introduction to Green Engineering

CEE 2050: Introduction to Green Engineering Green and sustainable are two of the buzzwords of your generation. These words reflect real and widespread challenges related to water, natural resources, transportation, energy, global health, and population.

More information

State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210

State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210 1 State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210 Dr. Michelle Benson mbenson2@buffalo.edu Office: 513 Park Hall Office Hours: Mon & Fri 10:30-12:30

More information

Mathematics. Mathematics

Mathematics. Mathematics Mathematics Program Description Successful completion of this major will assure competence in mathematics through differential and integral calculus, providing an adequate background for employment in

More information

INTERMEDIATE ALGEBRA Course Syllabus

INTERMEDIATE ALGEBRA Course Syllabus INTERMEDIATE ALGEBRA Course Syllabus This syllabus gives a detailed explanation of the course procedures and policies. You are responsible for this information - ask your instructor if anything is unclear.

More information

Ansys Tutorial Random Vibration

Ansys Tutorial Random Vibration Ansys Tutorial Random Free PDF ebook Download: Ansys Tutorial Download or Read Online ebook ansys tutorial random vibration in PDF Format From The Best User Guide Database Random vibration analysis gives

More information

UNIV 101E The Student in the University

UNIV 101E The Student in the University UNIV 101E The Student in the University Catalog Course Description UNIV 101E-The Student in the University (Engineering Section). (3) The purpose of higher education and potential roles of the student

More information

Mathematics subject curriculum

Mathematics subject curriculum Mathematics subject curriculum Dette er ei omsetjing av den fastsette læreplanteksten. Læreplanen er fastsett på Nynorsk Established as a Regulation by the Ministry of Education and Research on 24 June

More information

Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY

Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY Spring 2012 MECH 3313 THERMO-FLUIDS LABORATORY Course Description Instructor An introductory class to basic measurements and principles of engineering experimental practices. This course focuses on measurements

More information

CTE Teacher Preparation Class Schedule Career and Technical Education Business and Industry Route Teacher Preparation Program

CTE Teacher Preparation Class Schedule Career and Technical Education Business and Industry Route Teacher Preparation Program 2014-2015 Career and Technical Education Business and Industry Route Teacher Preparation Program Bates Technical College offers training that prepares individuals with business and industry experience

More information

Math 96: Intermediate Algebra in Context

Math 96: Intermediate Algebra in Context : Intermediate Algebra in Context Syllabus Spring Quarter 2016 Daily, 9:20 10:30am Instructor: Lauri Lindberg Office Hours@ tutoring: Tutoring Center (CAS-504) 8 9am & 1 2pm daily STEM (Math) Center (RAI-338)

More information

Strategic Management (MBA 800-AE) Fall 2010

Strategic Management (MBA 800-AE) Fall 2010 Strategic Management (MBA 800-AE) Fall 2010 Time: Tuesday evenings 4:30PM - 7:10PM in Sawyer 929 Instructor: Prof. Mark Lehrer, PhD, Dept. of Strategy and International Business Office: S666 Office hours:

More information

Office Hours: Mon & Fri 10:00-12:00. Course Description

Office Hours: Mon & Fri 10:00-12:00. Course Description 1 State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 4 credits (3 credits lecture, 1 credit lab) Fall 2016 M/W/F 1:00-1:50 O Brian 112 Lecture Dr. Michelle Benson mbenson2@buffalo.edu

More information

TEACHING HEAT TRANSFER AND FLUID FLOW BY MEANS OF COMPUTATIONAL FLUID DYNAMICS (CFD)

TEACHING HEAT TRANSFER AND FLUID FLOW BY MEANS OF COMPUTATIONAL FLUID DYNAMICS (CFD) HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta TEACHING HEAT TRANSFER AND FLUID FLOW BY MEANS OF COMPUTATIONAL FLUID DYNAMICS (CFD) Spalding

More information

Computer Science 141: Computing Hardware Course Information Fall 2012

Computer Science 141: Computing Hardware Course Information Fall 2012 Computer Science 141: Computing Hardware Course Information Fall 2012 September 4, 2012 1 Outline The main emphasis of this course is on the basic concepts of digital computing hardware and fundamental

More information

Physics Experimental Physics II: Electricity and Magnetism Prof. Eno Spring 2017

Physics Experimental Physics II: Electricity and Magnetism Prof. Eno Spring 2017 Physics 276 - Experimental Physics II: Electricity and Magnetism Prof. Eno Spring 2017 Course information: Experimental methods and tools related to circuits. Topics include inductance, capacitance, AC

More information

Please read this entire syllabus, keep it as reference and is subject to change by the instructor.

Please read this entire syllabus, keep it as reference and is subject to change by the instructor. Math 125: Intermediate Algebra Syllabus Section # 3288 Fall 2013 TTh 4:10-6:40 PM MATH 1412 INSTRUCTOR: Nisakorn Srichoom (Prefer to be call Ms. Nisa or Prof. Nisa) OFFICE HOURS: Tuesday at 6:40-7:40 PM

More information

Electric Power Systems Education for Multidisciplinary Engineering Students

Electric Power Systems Education for Multidisciplinary Engineering Students Paper ID #967 Electric Power Systems Education for Multidisciplinary Engineering Students Prof. Aaron M. Cramer, University of Kentucky Aaron M. Cramer received the B.S. degree (summa cum laude) in electrical

More information

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Time and Place: MW 3:00-4:20pm, A126 Wells Hall Instructor: Dr. Marianne Huebner Office: A-432 Wells Hall

More information

Office: CLSB 5S 066 (via South Tower elevators)

Office: CLSB 5S 066 (via South Tower elevators) Syllabus BI417/517 Mammalian Physiology Course Number: Bi 417 ~ Section 001 / CRN 60431 BI 517 ~ Section 001 / CRN 60455 Course Title: Mammalian Physiology Credits: 4 Term/Year: Spring 2016 Meeting Times:

More information

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project D-4506-5 1 Road Maps 6 A Guide to Learning System Dynamics System Dynamics in Education Project 2 A Guide to Learning System Dynamics D-4506-5 Road Maps 6 System Dynamics in Education Project System Dynamics

More information

Introducing the New Iowa Assessments Mathematics Levels 12 14

Introducing the New Iowa Assessments Mathematics Levels 12 14 Introducing the New Iowa Assessments Mathematics Levels 12 14 ITP Assessment Tools Math Interim Assessments: Grades 3 8 Administered online Constructed Response Supplements Reading, Language Arts, Mathematics

More information

S T A T 251 C o u r s e S y l l a b u s I n t r o d u c t i o n t o p r o b a b i l i t y

S T A T 251 C o u r s e S y l l a b u s I n t r o d u c t i o n t o p r o b a b i l i t y Department of Mathematics, Statistics and Science College of Arts and Sciences Qatar University S T A T 251 C o u r s e S y l l a b u s I n t r o d u c t i o n t o p r o b a b i l i t y A m e e n A l a

More information

ME 443/643 Design Techniques in Mechanical Engineering. Lecture 1: Introduction

ME 443/643 Design Techniques in Mechanical Engineering. Lecture 1: Introduction ME 443/643 Design Techniques in Mechanical Engineering Lecture 1: Introduction Instructor: Dr. Jagadeep Thota Instructor Introduction Born in Bangalore, India. B.S. in ME @ Bangalore University, India.

More information

PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for !! Mr. Bryan Doiron

PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for !! Mr. Bryan Doiron PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for 2016-2017!! Mr. Bryan Doiron The course covers the following topics (time permitting): Unit 1 Kinematics: Special Equations, Relative

More information

Measurement. When Smaller Is Better. Activity:

Measurement. When Smaller Is Better. Activity: Measurement Activity: TEKS: When Smaller Is Better (6.8) Measurement. The student solves application problems involving estimation and measurement of length, area, time, temperature, volume, weight, and

More information

MGMT3274 INTERNATONAL BUSINESS PROCESSES AND PROBLEMS

MGMT3274 INTERNATONAL BUSINESS PROCESSES AND PROBLEMS THE UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Belk College of Business MGMT3274 INTERNATONAL BUSINESS PROCESSES AND PROBLEMS Course Number: Course Tile: Prerequisites: Instructor: Classroom: Schedule:

More information

MAE Flight Simulation for Aircraft Safety

MAE Flight Simulation for Aircraft Safety MAE 482 - Flight Simulation for Aircraft Safety SYLLABUS Fall Semester 2013 Instructor: Dr. Mario Perhinschi 521 Engineering Sciences Building 304-293-3301 Mario.Perhinschi@mail.wvu.edu Course main topics:

More information

Control Tutorials for MATLAB and Simulink

Control Tutorials for MATLAB and Simulink Control Tutorials for MATLAB and Simulink Last updated: 07/24/2014 Author Information Prof. Bill Messner Carnegie Mellon University Prof. Dawn Tilbury University of Michigan Asst. Prof. Rick Hill, PhD

More information

TESL /002 Principles of Linguistics Professor N.S. Baron Spring 2007 Wednesdays 5:30 pm 8:00 pm

TESL /002 Principles of Linguistics Professor N.S. Baron Spring 2007 Wednesdays 5:30 pm 8:00 pm TESL 500.001/002 Principles of Linguistics Professor N.S. Baron Spring 2007 Wednesdays 5:30 pm 8:00 pm OFFICE HOURS Location: McKinley 156 Times: Mondays 4:30 pm 5:30 pm Tuesdays 8:30 am 11:30 am (by appointment

More information

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 Semester and Course Reference Number (CRN) Semester: Spring 2011 CRN: 76354 Instructor Information Instructor: Levent Albayrak

More information

MKT ADVERTISING. Fall 2016

MKT ADVERTISING. Fall 2016 TENTATIVE syllabus ~ subject to changes and modifications at the start of the semester MKT 4350.001 ADVERTISING Fall 2016 Mon & Wed, 11.30 am 12.45 pm Classroom: JSOM 2.802 Prof. Abhi Biswas Email: abiswas@utdallas.edu

More information

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30%

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30% COURSE SYLLABUS FALL 2010 MATH 0408 INTERMEDIATE ALGEBRA Course # 0408.06 Course Schedule/Location: TT 09:35 11:40, A-228 Instructor: Dr. Calin Agut, Office: J-202, Department of Mathematics, Brazosport

More information

Benjamin Pohl, Yves Richard, Manon Kohler, Justin Emery, Thierry Castel, Benjamin De Lapparent, Denis Thévenin, Thomas Thévenin, Julien Pergaud

Benjamin Pohl, Yves Richard, Manon Kohler, Justin Emery, Thierry Castel, Benjamin De Lapparent, Denis Thévenin, Thomas Thévenin, Julien Pergaud Measured and simulated Urban Heat Island in Dijon, France [the Urban Heat Island of a middle-size Franch city as seen by high-resolution numerical experiments and in situ measurements the case of Dijon,

More information

General Physics I Class Syllabus

General Physics I Class Syllabus 1. Instructor: General Physics I Class Syllabus Name: Dr. Andy Hollerman Rank: Professor of Physics Office Location: 107 Broussard Hall Office Hours: Monday to Thursday 7:00 8:00 am Monday & Wednesday

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

More information

Math 150 Syllabus Course title and number MATH 150 Term Fall 2017 Class time and location INSTRUCTOR INFORMATION Name Erin K. Fry Phone number Department of Mathematics: 845-3261 e-mail address erinfry@tamu.edu

More information

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence COURSE DESCRIPTION This course presents computing tools and concepts for all stages

More information

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Title: Precalculus Catalog Number: MATH 190 Credit Hours: 3 Total Contact Hours: 45 Instructor: Gwendolyn Blake Email: gblake@smccme.edu Website:

More information

Physics XL 6B Reg# # Units: 5. Office Hour: Tuesday 5 pm to 7:30 pm; Wednesday 5 pm to 6:15 pm

Physics XL 6B Reg# # Units: 5. Office Hour: Tuesday 5 pm to 7:30 pm; Wednesday 5 pm to 6:15 pm Physics XL 6B Reg# 264138 # Units: 5 Department of Humanities & Sciences (310) 825-7093 Quarter:_Spring 2016 Instructor: Jacqueline Pau Dates: 03/30/16 06/15/16 Lectures: 1434A PAB, Wednesday (6:30-10pm)

More information

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ;

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ; EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10 Instructor: Kang G. Shin, 4605 CSE, 763-0391; kgshin@umich.edu Number of credit hours: 4 Class meeting time and room: Regular classes: MW 10:30am noon

More information

ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017

ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017 ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017 Instructor: Dr. Barbara rpin, Professor Environmental Science and Engineering Gillings School of Global Public Health University

More information

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017 Instructor Syed Zahid Ali Room No. 247 Economics Wing First Floor Office Hours Email szahid@lums.edu.pk Telephone Ext. 8074 Secretary/TA TA Office Hours Course URL (if any) Suraj.lums.edu.pk FINN 321 Econometrics

More information

Phys4051: Methods of Experimental Physics I

Phys4051: Methods of Experimental Physics I Phys4051: Methods of Experimental Physics I 5 credits This course is the first of a two-semester sequence on the techniques used in a modern experimental physics laboratory. Because of the importance of

More information

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob Course Syllabus ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob 1. Basic Information Time & Place Lecture: TuTh 2:00 3:15 pm, CSIC-3118 Discussion Section: Mon 12:00 12:50pm, EGR-1104 Professor

More information

EDINA SENIOR HIGH SCHOOL Registration Class of 2020

EDINA SENIOR HIGH SCHOOL Registration Class of 2020 EDINA SENIOR HIGH SCHOOL 2017-2018 Registration Class of 2020 Angela Kieffer Taylor Johnson Dylan Hackbarth Lisa Burnham Sandy Schmidt Bill Hicks Course Catalog You may find the course catalog at: http://www.edinaschools.org/ehscounseling_registration

More information

Department of Statistics. STAT399 Statistical Consulting. Semester 2, Unit Outline. Unit Convener: Dr Ayse Bilgin

Department of Statistics. STAT399 Statistical Consulting. Semester 2, Unit Outline. Unit Convener: Dr Ayse Bilgin Department of Statistics STAT399 Statistical Consulting Semester 2, 2012 Unit Outline Unit Convener: Dr Ayse Bilgin John Tukey: An approximate answer to the right question is worth a great deal more than

More information

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley.

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley. Course Syllabus Course Description Explores the basic fundamentals of college-level mathematics. (Note: This course is for institutional credit only and will not be used in meeting degree requirements.

More information

Introduction and Motivation

Introduction and Motivation 1 Introduction and Motivation Mathematical discoveries, small or great are never born of spontaneous generation. They always presuppose a soil seeded with preliminary knowledge and well prepared by labour,

More information

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming. Computer Science 1 COMPUTER SCIENCE Office: Department of Computer Science, ECS, Suite 379 Mail Code: 2155 E Wesley Avenue, Denver, CO 80208 Phone: 303-871-2458 Email: info@cs.du.edu Web Site: Computer

More information

Julia Smith. Effective Classroom Approaches to.

Julia Smith. Effective Classroom Approaches to. Julia Smith @tessmaths Effective Classroom Approaches to GCSE Maths resits julia.smith@writtle.ac.uk Agenda The context of GCSE resit in a post-16 setting An overview of the new GCSE Key features of a

More information

Paul E. Slaboch. University of Notre Dame, Notre Dame, IN. Master of Science, January 2008 Aerospace Engineering

Paul E. Slaboch. University of Notre Dame, Notre Dame, IN. Master of Science, January 2008 Aerospace Engineering Paul E. Slaboch 103D Cebula Hall, St. Martin s University, Lacey, WA 98513 (360) 688-2742 pslaboch@stmartin.edu EDUCATION Ph.D. in Aerospace Engineering, May 2009 Dissertation: Fluid Mechanics and Passive

More information

MTH 141 Calculus 1 Syllabus Spring 2017

MTH 141 Calculus 1 Syllabus Spring 2017 Instructor: Section/Meets Office Hrs: Textbook: Calculus: Single Variable, by Hughes-Hallet et al, 6th ed., Wiley. Also needed: access code to WileyPlus (included in new books) Calculator: Not required,

More information

SOUTHWEST COLLEGE Department of Mathematics

SOUTHWEST COLLEGE Department of Mathematics SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS MATH 2415: CALCULUS III (DISTANCE EDUCATION) SPRING 2015 / SS TERM / CRN 48306 / FEBRUARY 14 MAY 17/ INSTRUCTOR: Dr. Jaime L. Hernández CONTACT

More information

Stochastic Calculus for Finance I (46-944) Spring 2008 Syllabus

Stochastic Calculus for Finance I (46-944) Spring 2008 Syllabus Stochastic Calculus for Finance I (46-944) Spring 2008 Syllabus Introduction. This is a first course in stochastic calculus for finance. It assumes students are familiar with the material in Introduction

More information

STUDENT HANDBOOK ACCA

STUDENT HANDBOOK ACCA STUDENT HANDBOOK ACCA 2016-2017 1 Welcome note Dear ACCA Students, Thank you for choosing to study towards your ACCA qualification with Career Enhancement Centre (CEC) a division of City University College

More information

Course Description. Student Learning Outcomes

Course Description. Student Learning Outcomes Instructor Nancy Lay, Office #2796 Instructor s Campus Phone (760) 355-5707; email = nancy.lay@imperial.edu Office Hours = Mondays and Wednesdays = 10:00-11:00 Tuesdays and Thursdays = 9:45-10:45 N. Lay

More information

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 Instructor: Nolan Rice Math Lab: T 2:00 2:50 Office: SHL 206-F Office Hours: M/F 2:00 2:50 Phone/Voice Mail: 732.6819 W 4:30 5:20 E-mail: nrice@csi.edu

More information

Appalachian State University Department of Family and Child Studies FCS 3107: Variations in Development in Early Childhood Fall 2015

Appalachian State University Department of Family and Child Studies FCS 3107: Variations in Development in Early Childhood Fall 2015 Appalachian State University Department of Family and Child Studies FCS 3107: Development in Early Childhood Fall 2015 Instructor: Dr. Cindy McGaha Lecture: TR 9:30-10:45 Office: 013 Lucy Brock (RCOE Annex)

More information

Engineering Analysis with Finite Elements LS-DYNA for Undergraduate Students

Engineering Analysis with Finite Elements LS-DYNA for Undergraduate Students 12 th International LS-DYNA Users Conference Computing Technologies(4) Engineering Analysis with Finite Elements LS-DYNA for Undergraduate Students John D. Reid Department of Mechanical & Materials Engineering

More information

CHEM 6487: Problem Seminar in Inorganic Chemistry Spring 2010

CHEM 6487: Problem Seminar in Inorganic Chemistry Spring 2010 CHEM 6487: Problem Seminar in Inorganic Chemistry Spring 2010 Instructor: Dr. Stephen M. Holmes Course Time: 10 AM Friday Office Location: 418 Benton Hall Course Location: 451 Benton Hall Email: holmesst@umsl.edu

More information

Teaching a Laboratory Section

Teaching a Laboratory Section Chapter 3 Teaching a Laboratory Section Page I. Cooperative Problem Solving Labs in Operation 57 II. Grading the Labs 75 III. Overview of Teaching a Lab Session 79 IV. Outline for Teaching a Lab Session

More information

Bachelor of Science in Mechanical Engineering with Co-op

Bachelor of Science in Mechanical Engineering with Co-op Bachelor of Science in Mechanical Engineering with Co-op 1 Bachelor of Science in Mechanical Engineering with Co-op Cooperative Education Program A Cooperative Education (Co-Op) is an optional program

More information

Introduction. Chem 110: Chemical Principles 1 Sections 40-52

Introduction. Chem 110: Chemical Principles 1 Sections 40-52 Introduction Chem 110: Chemical Principles 1 Sections 40-52 Instructor: Dr. Squire J. Booker 302 Chemistry Building 814-865-8793 squire@psu.edu (sjb14@psu.edu) Lectures: Monday (M), Wednesday (W), Friday

More information

English Grammar and Usage (ENGL )

English Grammar and Usage (ENGL ) Dr. Chris Healy HLG 250 482-5476 healy@louisiana.edu English Grammar and Usage (ENGL 352-002) Office Hours MWF 10:00 11:00 MW 1:00 2:30 and by appointment Spring 2015 MWF 11:00 11:50 a.m. HLG 131 COURSE

More information

ACC 362 Course Syllabus

ACC 362 Course Syllabus ACC 362 Course Syllabus Unique 02420, MWF 1-2 Fall 2005 Faculty Information Lecturer: Lynn Serre Dikolli Office: GSB 5.124F Voice: 232-9343 Office Hours: MW 9.30-10.30, F 12-1 other times by appointment

More information

Syllabus ENGR 190 Introductory Calculus (QR)

Syllabus ENGR 190 Introductory Calculus (QR) Syllabus ENGR 190 Introductory Calculus (QR) Catalog Data: ENGR 190 Introductory Calculus (4 credit hours). Note: This course may not be used for credit toward the J.B. Speed School of Engineering B. S.

More information

EGRHS Course Fair. Science & Math AP & IB Courses

EGRHS Course Fair. Science & Math AP & IB Courses EGRHS Course Fair Science & Math AP & IB Courses Science Courses: AP Physics IB Physics SL IB Physics HL AP Biology IB Biology HL AP Physics Course Description Course Description AP Physics C (Mechanics)

More information

ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering

ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering ENME 605 Advanced Control Systems, Fall 2015 Department of Mechanical Engineering Lecture Details Instructor Course Objectives Tuesday and Thursday, 4:00 pm to 5:15 pm Information Technology and Engineering

More information

COSI Meet the Majors Fall 17. Prof. Mitch Cherniack Undergraduate Advising Head (UAH), COSI Fall '17: Instructor COSI 29a

COSI Meet the Majors Fall 17. Prof. Mitch Cherniack Undergraduate Advising Head (UAH), COSI Fall '17: Instructor COSI 29a COSI Meet the Majors Fall 17 Prof. Mitch Cherniack Undergraduate Advising Head (UAH), COSI Fall '17: Instructor COSI 29a Agenda Resources Available To You When You Have Questions COSI Courses, Majors and

More information

Detailed course syllabus

Detailed course syllabus Detailed course syllabus 1. Linear regression model. Ordinary least squares method. This introductory class covers basic definitions of econometrics, econometric model, and economic data. Classification

More information

Military Science 101, Sections 001, 002, 003, 004 Fall 2014

Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Instructor Name: SFC Jonathan Whittington Email: whittingjm@sfasu.edu Phone: 936-468-4230 Office: Military Science Building, Room 104 Office

More information

Class Tuesdays & Thursdays 12:30-1:45 pm Friday 107. Office Tuesdays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment

Class Tuesdays & Thursdays 12:30-1:45 pm Friday 107. Office Tuesdays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment SYLLABUS Marketing Concepts - Fall 2017 MKTG 3110-006 - Course # 17670 - Belk College of Business, UNC-Charlotte Instructor: Mrs. Tamara L. Cohen Ph: 704-687-7644 e-mail: tcohen3@uncc.edu www.belkcollegeofbusiness.uncc.edu/tcohen3

More information

Management 4219 Strategic Management

Management 4219 Strategic Management Management 4219 Strategic Management Instructor: Dr. Brandon Ofem Class: Tuesday and Thursday 9:30 am 10:45 am Classroom: AB Hall 1 Office: AB Hall 216 E-mail: ofemb@umsl.edu Office Hours: Tuesday & Thursday

More information

INPE São José dos Campos

INPE São José dos Campos INPE-5479 PRE/1778 MONLINEAR ASPECTS OF DATA INTEGRATION FOR LAND COVER CLASSIFICATION IN A NEDRAL NETWORK ENVIRONNENT Maria Suelena S. Barros Valter Rodrigues INPE São José dos Campos 1993 SECRETARIA

More information

Year 11 GCSE Information Evening

Year 11 GCSE Information Evening Year 11 GCSE Information Evening Key Staff Miss N Wilkes Year 11 Leader Mr J Cooney Key Stage 4 Leader Mrs S Warburton Deputy Headteacher Mr K Sewell- Davies Maths Department Leader Mrs C Taylor English

More information

HUMAN ANATOMY AND PHYSIOLOGY II

HUMAN ANATOMY AND PHYSIOLOGY II BIO 202 FALL SEMESTER, 2015 HUMAN ANATOMY AND PHYSIOLOGY II Mesa Community College, Southern & Dobson Instructor: Dr. Pamela Harrison Office: NU 187 Phone: 480-461-7157 email: pamela.harrison@mesacc.edu

More information

Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours

Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours Bill Meehan Phone: (229) 249-2726 Odum Library--4210

More information

Instructor: Khaled Kassem (Mr. K) Classroom: C Use the message tool within UNM LEARN, or

Instructor: Khaled Kassem (Mr. K) Classroom: C Use the message tool within UNM LEARN, or University of New Mexico- Valencia Campus Department of Science & Mathematics Math 193- Sec. 503- CRN # 53634 Teaching Critical Thinking for Mathematics Fall 2015 Instructor: Khaled Kassem (Mr. K) Classroom:

More information

Theory of Probability

Theory of Probability Theory of Probability Class code MATH-UA 9233-001 Instructor Details Prof. David Larman Room 806,25 Gordon Street (UCL Mathematics Department). Class Details Fall 2013 Thursdays 1:30-4-30 Location to be

More information

Honors Mathematics. Introduction and Definition of Honors Mathematics

Honors Mathematics. Introduction and Definition of Honors Mathematics Honors Mathematics Introduction and Definition of Honors Mathematics Honors Mathematics courses are intended to be more challenging than standard courses and provide multiple opportunities for students

More information

Physical Versus Virtual Manipulatives Mathematics

Physical Versus Virtual Manipulatives Mathematics Physical Versus Free PDF ebook Download: Physical Versus Download or Read Online ebook physical versus virtual manipulatives mathematics in PDF Format From The Best User Guide Database Engineering Haptic

More information

Carter M. Mast. Participants: Peter Mackenzie-Helnwein, Pedro Arduino, and Greg Miller. 6 th MPM Workshop Albuquerque, New Mexico August 9-10, 2010

Carter M. Mast. Participants: Peter Mackenzie-Helnwein, Pedro Arduino, and Greg Miller. 6 th MPM Workshop Albuquerque, New Mexico August 9-10, 2010 Representing Arbitrary Bounding Surfaces in the Material Point Method Carter M. Mast 6 th MPM Workshop Albuquerque, New Mexico August 9-10, 2010 Participants: Peter Mackenzie-Helnwein, Pedro Arduino, and

More information

BAYLOR COLLEGE OF MEDICINE ACADEMY WEEKLY INSTRUCTIONAL AGENDA 8 th Grade 02/20/ /24/2017

BAYLOR COLLEGE OF MEDICINE ACADEMY WEEKLY INSTRUCTIONAL AGENDA 8 th Grade 02/20/ /24/2017 BAYLOR COLLEGE OF MEDICINE ACADEMY WEEKLY INSTRUCTIONAL AGENDA 8 th Grade 02/20/2017 02/24/2017 ANNOUNCEMENTS AND REMINDERS 8 th GRADE END-OF-YEAR ACTIVITIES 8 th Grade Activities Week May 15 to May 18

More information