ME614: COMPUTATIONAL FLUID DYNAMICS

Size: px
Start display at page:

Download "ME614: COMPUTATIONAL FLUID DYNAMICS"

Transcription

1 ME614: COMPUTATIONAL FLUID DYNAMICS Spring 2017, MWF 2:30 pm - 3:20 pm, WANG2579 & WANG2563 Instructors Dr. Carlo Scalo (left) Assistant Professor of Mech. Engineering Room ME2195, ME Building scalo@purdue.edu Mr. Danish Patel (middle) patel472@purdue.edu Office Hours: Tuesday s, 1 PM 3 PM Venue: Outside WANG 4564 Mr. Kukjin Kim (right) kim1625@purdue.edu Office Hours: Wednesday s, 3.30 PM 5.30 PM Venue: Outside WANG 4564 Prerequisites Prerequisites for the course include basic knowledge of fluid mechanics, linear algebra, partial differential equations and average (not beginner!) 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) with focus on momentum and mass transfer applications, 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 & Diffusion Equation 3. Poisson and Heat Equations Introduction to Compressible Flow Students will be expected to write their own complete Navier-Stokes solver from scratch as a final project. Density contours of supersonic flow past a cylinder confined in a duct (courtesy of Prof. Guido Lodato). 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 workflow setup via git, ssh and Linux (20%) Homework 1: fundamentals of local/global 1D discretization schemes on uniform/non-uniform grids (10%) HPC Homework: Introduction to MPI getting to grips with Purdue s supercomputing resources, first MPI code (20%) Homework 2: Linear Advection & Diffusion Equation compare different time advancement schemes, numerical stability (20%) Homework 3: Poisson Equation and Navier-Stokes Solver solve elliptical problems, compare iterative methods, first incompressible Stokes solver (25%) Final Project write a complete incompressible or compressible Navier-Stokes solver, pick one of the suggested final projects or propose one yourself Examples of source code will be provided in Python only. The use of Python is strongly recommended but not mandatory. Note that it is trivial to check whether parts of source code have been copied or shared. The grading scale for the course is: 97 score A+ 80 score < 83 B- 63 score < 67 D 93 score < 97 A 77 score < 80 C+ 60 score < 63 D- 90 score < 93 A- 73 score < 77 C score < 60 F 87 score < 90 B+ 70 score < 73 C- 83 score < 87 B 67 score < 70 D+ Policy Regarding Plagiarism Sharing of ideas on the homework assignments is encouraged but submitted reports and source codes need to be individually prepared. If established that two (or more) students have shared source code and/or parts of the write-up, a zero score will be given those assignments. The instructor will send a report to the Office of Dean of Students (ODOS) for every instance of plagiarism. Incidents reported to ODOS stay permanently on record. 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 Difference and Spectral Methods for Ordinary and Partial Differential 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. 2

3 Tentative Schedule A tentative schedule is included below. The instructor reserves the right to (frequently) update it. Monday Wednesday Friday Jan 9th Lecture 1 Introduction Course Structure Overview Review of Syllabus Homework 0: Python, Linux, Git 16th MARTIN LUTHER KING JR. DAY 23rd Lecture 6 Homework 1 overview 11th Lecture 2 Introduction to Supercomputing HPC Session by Dr. Xiao Zhu (RCAC) 18th Lecture 4 Principles of Discretization Discrete Operators Matrix Multiplication review linear algebra (matrix multiplications, eigenvalues,...) 25th Lecture 7 Introduction to Supercomputing HPC Session by Dr. Xiao Zhu (RCAC) 13th Lecture 3 Python Session: Introduction to Python Python Tutorial, Sections th Lecture 5 Homework 0 Due Polynomial Fitting review linear algebra; Pletcher, et al. (2011) pp ; Ferziger & Perić (2001) pp th Lecture 8 Python Session: Homework 1 Starter Python Tutorial, Sections th Lecture 9 Taylor Expansion Boundary Conditions: periodic vs non-periodic review linear algebra; Pletcher et al. (2011) pp ; Ferziger & Perić (2001) pp th Lecture 12 Homework 1 Due Explicit Euler & Upwind Modified Equation Pletcher et al. (2011) pp ; 13th Lecture 15 Fourier/Von Neumann Analysis Implicit Euler, MacCormack, Adams-Bashforth, Leap Frog, Crank-Nicholson Pletcher et al. (2011) pp Feb 1st Lecture 10 Padè Approximants Splines Ferziger & Perić (2001) pp ; 8th Lecture 13 Introduction to Supercomputing HPC Session by Dr. Xiao Zhu (RCAC) 15th 3rd Lecture 11 Modified Wavenumber Spectral Discretization Pletcher et al. (2011) pp ; Ferziger & Perić (2001) pp ; 10th Lecture 14 Modified Equation (cont d) Round Off Error 17th Lecture 16 Runge-Kutta schemes Handouts, Chapter 4 Pletcher et al. (2011) pp

4 Monday Wednesday Friday 22nd Lecture 18 HPC Homework Due 20th Lecture 17 Linear Advection & Diffusion Python Session: Homework 2 Starter 27th Lecture 20 Poisson and Heat Equations 2D spatial operators (DivGrad operator) Direct Methods Pletcher et al. (2011) pp th Lecture 21 Linear Systems of Equations Iterative Methods: Jacobi, Gauss-Seidel, Line Relaxation Handouts, Chapter 3 Pletcher et al. (2011) pp th SPRING BREAK Linear Advection & Diffusion Homework 2 overview Periodic vs non-periodic boundary conditions Mar 1st 8th Lecture 22 Linear Systems of Equations Iterative Methods: Over-Relaxation, ADI, Multi-Grid Handouts, Chapter 3 Pletcher et al. (2011) pp th SPRING BREAK 24th Lecture 19 Non-uniform grid generation in 1D 3rd 10th Lecture 23 Homework 2 Due Linear Systems of Equations Iterative Methods: Multi-Grid (cont d), Conjugate Gradient Handouts, Chapter 3 Pletcher et al. (2011) pp th SPRING BREAK 20th 27th Lecture 26 Finite-Volume Approach, Staggered Variable Collocation, Discretization for continuity and pressure gradient Harlow & Welch (1965) Apr 3rd 22nd Lecture 24 Incompressible Navier-Stokes equations: conservative vs non-conservative form, Lagrangian derivative 29th Lecture 27 Suggested 2 nd -order discretization for advection/diffusion terms Projection Method: Fractional Step Method Chorin (1969), Kim & Moin (1985) 5th Lecture 29 Boundary conditions in Ψ ω: solenoidal condition (Mr. Danish Patel) 24th Lecture 25 Poisson and Heat Equations Homework 3 overview (Part I) Python Session: 2D arrays/operators, fast indexing, Homework 3 Starter 31st Lecture 28 Vorticity-Streamfunction (Ψ ω) formulation (in 2D) 7th Lecture 30 Compressible flow solvers 1D Euler equations for compressible flow 4

5 10th Monday Wednesday Friday 12th Lecture 31 High-Order Block-Spectral Methods Dr. Jean-Baptiste Chapelier 17th Lecture 33 Pseudo-spectral methods (cont d) Python Session: Advection diffusion equation with DFT 24th Lecture 36 Fundamentals of Linear Acoustics (cont d) 19th Lecture 34 High-Order Block-Spectral Methods Dr. Jean-Baptiste Chapelier 26th 14th Lecture 32 Homework 3 Due Pseudo-spectral methods: introduction to DFT : Pope (2000), Section 6.4; Ferziger & Perić (2001), Section st Lecture 35 Fundamentals of Linear Acoustics 28th May 1st Lecture 37 3rd Lecture 38 5th Lecture 39 CLASSES END April 29 th 8th Lecture 40 Final Project Due (May 5, 2017) 10th Lecture 41 Grades Due: May 9 th 12th Lecture 42 5

6 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. 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. 6

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

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

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

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

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

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

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

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

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

COURSE WEBSITE:

COURSE WEBSITE: Intro to Financial Accounting Spring 2012 Instructor 2: Jacqueline R. Conrecode, MBA, MS, CPA Office Hours: Mondays & Wednesdays: 11:00 12:15 PM, 3:30 4:45PM Office: Lutgert Hall 3333 Office Phone: 239

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

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

BIOS 104 Biology for Non-Science Majors Spring 2016 CRN Course Syllabus

BIOS 104 Biology for Non-Science Majors Spring 2016 CRN Course Syllabus BIOS 104 Biology for Non-Science Majors Spring 2016 CRN 21348 Course Syllabus INTRODUCTION This course is an introductory course in the biological sciences focusing on cellular and organismal biology as

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

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

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

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown Class Hours: MW 3:30-5:00 (Unique #: 02247) UTC 3.102 Professor: Patti Brown, CPA E-mail: patti.brown@mccombs.utexas.edu Office: GSB 5.124B Office Hours: Mon 2:00 3:00pm Phone: (512) 232-6782 TA: TBD TA

More information

Graduate Calendar. Graduate Calendar. Fall Semester 2015

Graduate Calendar. Graduate Calendar. Fall Semester 2015 Graduate Calendar Graduate Calendar Fall Semester 2015 August 31, Monday September 14, Monday Thesis/Dissertation Committee Approval form due to the Graduate School September 10, Thursday Graduate Council

More information

FINN FINANCIAL MANAGEMENT Spring 2014

FINN FINANCIAL MANAGEMENT Spring 2014 FINN 3120-004 FINANCIAL MANAGEMENT Spring 2014 Instructor: Sailu Li Time and Location: 08:00-09:15AM, Tuesday and Thursday, FRIDAY 142 Contact: Friday 272A, 704-687-5447 Email: sli20@uncc.edu Office Hours:

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

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

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications Business Computer Applications CGS 10 Course Syllabus Course / Prefix Number CGS 10 CRN: 20616 Course Catalog Description: Course Title: Business Computer Applications Tuesday 6:30pm Building M Rm 118,

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

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

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

Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209. SYLLABUS and COURSE INFORMATION.

Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209. SYLLABUS and COURSE INFORMATION. Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209 Professor Peter Nemethy SYLLABUS and COURSE INFORMATION. Office: 707 Meyer Telephone: 8-7747 ( external 212 998 7747 ) e-mail: peter.nemethy@nyu.edu

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

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

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

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

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

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221 Math 155. Calculus for Biological Scientists Fall 2017 Website https://csumath155.wordpress.com Please review the course website for details on the schedule, extra resources, alternate exam request forms,

More information

Class Mondays & Wednesdays 11:00 am - 12:15 pm Rowe 161. Office Mondays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment

Class Mondays & Wednesdays 11:00 am - 12:15 pm Rowe 161. Office Mondays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment SYLLABUS Marketing Concepts - Spring 2016 MKTG 3110-003 - Course # 23911 - 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

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

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

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

Course Syllabus for Math

Course Syllabus for Math Course Syllabus for Math 1090-003 Instructor: Stefano Filipazzi Class Time: Mondays, Wednesdays and Fridays, 9.40 a.m. - 10.30 a.m. Class Place: LCB 225 Office hours: Wednesdays, 2.00 p.m. - 3.00 p.m.,

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

RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D.

RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D. RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D. IMPORTANT INFORMATION: Lecture: Tuesdays, Periods 6-7 (12:50 PM 1:40 PM) Room: Weimer 1070 Office Hours: Monday & Wednesday 1:45

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

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

THE GEORGE WASHINGTON UNIVERSITY Department of Economics. ECON 1012: PRINCIPLES OF MACROECONOMICS Prof. Irene R. Foster

THE GEORGE WASHINGTON UNIVERSITY Department of Economics. ECON 1012: PRINCIPLES OF MACROECONOMICS Prof. Irene R. Foster THE GEORGE WASHINGTON UNIVERSITY Department of Economics ECON 1012: PRINCIPLES OF MACROECONOMICS Prof. Irene R. Foster Office: Monroe 323 Phone: (202) 994-6150 Walk-in Office Hours: W 2-4pm Email: fosterir@gwu.edu

More information

International Environmental Policy Spring :374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131

International Environmental Policy Spring :374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131 International Environmental Policy Spring 2012-11:374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131 Instructor: Dr. Pamela McElwee Assistant Professor, Department of Human Ecology Cook Office Building,

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

PHY2048 Syllabus - Physics with Calculus 1 Fall 2014

PHY2048 Syllabus - Physics with Calculus 1 Fall 2014 PHY2048 Syllabus - Physics with Calculus 1 Fall 2014 Course WEBsites: There are three PHY2048 WEBsites that you will need to use. (1) The Physics Department PHY2048 WEBsite at http://www.phys.ufl.edu/courses/phy2048/fall14/

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

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

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

Course Syllabus Chem 482: Chemistry Seminar

Course Syllabus Chem 482: Chemistry Seminar Course Syllabus Chem 482: Chemistry Seminar Course Name: Chem 482 Chemistry Seminar 2 credits, Communication Intensive (see course description below) Prerequisites: Chem 482. Location: Reichardt Building

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

MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM

MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM Instructor: Amanda Lien Office: S75b Office Hours: MTWTh 11:30AM-12:20PM Contact: lienamanda@fhda.edu COURSE DESCRIPTION MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM Fundamentals

More information

Syllabus for CHEM 4660 Introduction to Computational Chemistry Spring 2010

Syllabus for CHEM 4660 Introduction to Computational Chemistry Spring 2010 Instructor: Dr. Angela Syllabus for CHEM 4660 Introduction to Computational Chemistry Office Hours: Mondays, 1:00 p.m. 3:00 p.m.; 5:00 6:00 p.m. Office: Chemistry 205C Office Phone: (940) 565-4296 E-mail:

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

PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006

PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006 PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006 INSTRUCTOR: OFFICE: Dr. Elaine Blakemore Neff 388A TELEPHONE: 481-6400 E-MAIL: OFFICE HOURS: TEXTBOOK: READINGS: WEB PAGE: blakemor@ipfw.edu

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

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

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 Instructor Dr. Barnali Dixon Teaching Assistant: Lauren Bates

More information

ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015

ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015 ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015 Instructor: Theresa Schober E-mail: via Canvas Office: Online Class Time & Location: Online Online Office Hours: Tuesday

More information

GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato

GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato Syllabus Spring 2014 ----------------------------------------------------------------------------------------------------------------------------------

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

Math 098 Intermediate Algebra Spring 2018

Math 098 Intermediate Algebra Spring 2018 Math 098 Intermediate Algebra Spring 2018 Dept. of Mathematics Instructor's Name: Office Location: Office Hours: Office Phone: E-mail: MyMathLab Course ID: Course Description This course expands on the

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

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

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

Aerospace Engineering

Aerospace Engineering San José State University Aerospace Engineering Instructor Info Class Days / Time Classroom Prerequisites Textbook www.engr.sjsu.edu/nikos/ (408) 924-3867 nikos.mourtos@sjsu.edu Graduate standing or instructor

More information

Instructor: Matthew Wickes Kilgore Office: ES 310

Instructor: Matthew Wickes Kilgore Office: ES 310 MATH 1314 College Algebra Syllabus Instructor: Matthew Wickes Kilgore Office: ES 310 Longview Office: LN 205C Email: mwickes@kilgore.edu Phone: 903 988-7455 Prerequistes: Placement test score on TSI or

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

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

UNDERGRADUATE SEMINAR

UNDERGRADUATE SEMINAR UNDERGRADUATE SEMINAR CHE 572-001 (1 st -time registrants) and 572-002 (2 nd -time registrants) Spring Semester 2012, Wednesday 4:00 p.m., CP-137 Instructors CHE 572-001 Prof. Mark D. Watson. CP-318, mdwatson@uky.edu.

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

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

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

*In Ancient Greek: *In English: micro = small macro = large economia = management of the household or family

*In Ancient Greek: *In English: micro = small macro = large economia = management of the household or family ECON 3 * *In Ancient Greek: micro = small macro = large economia = management of the household or family *In English: Microeconomics = the study of how individuals or small groups of people manage limited

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

MGMT 5303 Corporate and Business Strategy Spring 2016

MGMT 5303 Corporate and Business Strategy Spring 2016 Instructor: Dr. Scott Johnson Associate Professor William S. Spears Chair in Business Management Department MGMT 5303 Corporate and Business Strategy Spring 2016 Contact Information: Office: 320 Business

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

Our Hazardous Environment

Our Hazardous Environment Geography 1110; Spring 2012 Our Hazardous Environment Instructor: Dr. Weimin Feng Office: Nevins Hall, Room 2067 Office phone: 333-7030 E-mail: wfeng@valdosta.edu Office hours: MWF 2-3 pm, or by appt.

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

CS/SE 3341 Spring 2012

CS/SE 3341 Spring 2012 CS/SE 3341 Spring 2012 Probability and Statistics in Computer Science & Software Engineering (Section 001) Instructor: Dr. Pankaj Choudhary Meetings: TuTh 11 30-12 45 p.m. in ECSS 2.412 Office: FO 2.408-B

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

ED487: Methods for Teaching EC-6 Social Studies, Language Arts and Fine Arts

ED487: Methods for Teaching EC-6 Social Studies, Language Arts and Fine Arts ED487: Methods for Teaching EC-6 Social Studies, Language Arts and Fine Arts Fall 2010 Thursdays 4:00-6:45 Texas A&M University-Texarkana Room Mrs. Sara Langford, Instructor Email: sara.langford@tamut.edu

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

San José State University

San José State University San José State University College of Humanities and the Arts Philosophy Department Philosophy 111:01; 27899; Gero 29012; HS 29010; Nurs 29011 Medical Ethics Spring 2017 Instructor: Office Location: Telephone:

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

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

Syllabus - ESET 369 Embedded Systems Software, Fall 2016

Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Contact Information: Professor: Dr. Byul Hur Office: 008A Fermier Telephone: (979) 845-5195 Facsimile: E-mail: byulmail@tamu.edu Web: www.tamuresearch.com

More information

COURSE DESCRIPTION PREREQUISITE COURSE PURPOSE

COURSE DESCRIPTION PREREQUISITE COURSE PURPOSE EDF 515 Spring 2013 On-Line Course Theories of Learning and Motivation Instructor: Dr. Alan W. Garrett Office: ED 147 Telephone: 575-562-2890 E-mail: alan.garrett@enmu.edu Office Hours: Monday: 8:00-10:00

More information

Department of Legal Assistant Education THE SOONER DOCKET. Enroll Now for Spring 2018 Courses! American Bar Association Approved

Department of Legal Assistant Education THE SOONER DOCKET. Enroll Now for Spring 2018 Courses! American Bar Association Approved Department of Legal Assistant Education THE SOONER DOCKET Enroll Now for Spring 2018 Courses! American Bar Association Approved Vol. 40, No. 2 November 2017 Legal Assistant Education Schedule SPRING 2018

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

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

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

Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017

Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017 Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. April Brannon Office: Online Phone: Cell:

More information

Math 121 Fundamentals of Mathematics I

Math 121 Fundamentals of Mathematics I I. Course Description: Math 121 Fundamentals of Mathematics I Math 121 is a general course in the fundamentals of mathematics. It includes a study of concepts of numbers and fundamental operations with

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

Edexcel Gcse Maths 2013 Nov Resit

Edexcel Gcse Maths 2013 Nov Resit Gcse Maths 2013 Nov Resit Free PDF ebook Download: Gcse Maths 2013 Nov Resit Download or Read Online ebook edexcel gcse maths 2013 nov resit in PDF Format From The Best User Guide Database Feb 28, 2013-04/03/2013

More information

Visualizing Architecture

Visualizing Architecture ARCH 5610: Architecture Representation 1 Visualizing Architecture Digital Techniques in Representation Instructor: Karen Lewis Office: KSA 232 Office Hours: Tuesdays, 11:30 1:30 and Wednesdays, 12:00 1:30

More information

CS 100: Principles of Computing

CS 100: Principles of Computing CS 100: Principles of Computing Kevin Molloy August 29, 2017 1 Basic Course Information 1.1 Prerequisites: None 1.2 General Education Fulfills Mason Core requirement in Information Technology (ALL). 1.3

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

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