lecture 1. course overviewaice.sjtu.edu.cn/msda/data/courseware/edaphd/lect01... · 2017. 7. 4. ·...

219
Wall Jet Boundary Layer Flows Over Smooth and Rough Surfaces Benjamin Scott Smith Dissertation submitted to the faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy In Aerospace Engineering William J. Devenport Ricardo A. Burdisso Roger L. Simpson Wayne L. Neu Wing F. Ng April 21, 2008 Blacksburg, Virginia Keywords: wall jet, rough surface, turbulent boundary layer, surface pressure fluctuations Copyright © 2008 by Benjamin S. Smith

Upload: others

Post on 12-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

PhD Course: ADVANCED TOPICS in DESIGN AUTOMATION

(博士课程:集成电路设计自动化专题)

Lecture 1. Course Overview

Prof. Guoyong Shi [email protected]

Dept of Micro/Nanoelectronics Shanghai Jiao Tong University

Spring 2015

Page 2: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 2 lecture 1

Course History

• 1st offer in Fall 2008 Focused on interconnect modeling 3 students

• 2nd offer in Spring 2013 Focused on system-level synthesis 3 students

• 3rd offer in Fall 2015 (this year) Focus on programming, software engineering, algorithms,

and complex software implementation Using (possibly) a circuit simulator for case study Also explore some recently hot subjects: Machine learning,

Data analytics, Compressed sensing, etc.

Page 3: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 3 lecture 1

Course Info

• Course credit: 2 credits (x 16 = 32 hours) • 3 hrs x 11 weeks (Week 2 ~ 12) • 3 hours / week (Thu) • Lecture time: 14:00 – 16:40 (3 x 45 min) • Room 105 (SoME bldg) • Teaching format:

Lecturing, free discussion C++ programming projects In class seminar

• Teaching assistance will be provided (my own MS students)

Page 4: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 4 lecture 1

Course Motivation

• EDA is a programming-intensive area • Training new PhD students to have some basic skills

in software and awareness of software engineering • Other skills required for EDA research are

capability to manage complexity capability to learn cross-disciplinary knowledge capability to go deep ...

• In this semester I choose software engineering to be

the main subject.

Page 5: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 5 lecture 1

The Key to SE

• The key to software engineering is on how to manage “complexity”.

• Nowadays EDA software tools are mostly big and complex.

• In other areas, IoT, big data, cloud computing, the same issue of “complexity” exists.

Page 6: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 6 lecture 1

Structural Approach

• “Structural thinking” is considered an effective approach to addressing “complexity”.

• In terms of programming, probably the C++ programming language can best serve us “structural thinking”.

• “Structural thinking” means the following abilities: to formulate a top-level problem to decompose it into components to come up with solutions to components to assemble component-level solutions to develop software that solves the problem

Page 7: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 7 lecture 1

Tentative Lectures

• Lecture 2: Quick review of C++ programming will go thru the MIT open course lectures http://ocw.mit.edu/courses/electrical-engineering-and-computer-

science/6-096-introduction-to-c-january-iap-2011/lecture-notes/

• Lecture 3: Programming environment (Cygwin, etc.) • Lecture 4: Software engineering (A) • Lecture 5: Programming assignment (2D plotter or

others) • Lecture 6: Software engineering (B) • Lecture 7: EDA Software (Circuit Simulator case

study)

Page 8: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 8 lecture 1

Teaching Method

• Have programming assignments Write a 2D plotter in C++ (must be C++) Use a graphical toolkit compatible to C++ (like Qt) Will provide reference code (with student assistance)

• Teaching Software Engineering Principles

Apply some of them in your programming exercise Student should learn to decompose a BIG assignment into

smaller tasks Should learn to design structural code

Page 9: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 9 lecture 1

In-Class Seminars

• We shall constantly discuss your programming progress in every class !

Students are encouraged to present

• code design details • coding details • difficulty • achievements • possibility to improve (by discussion) • extensions to the current assignment

Page 10: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 10 lecture 1

Thoughts on this Course

EDA

Math

Computer Science

IC Fab

Verification

Synthesis

Page 11: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 11 lecture 1

Thoughts on this Course

• So EDA is highly multi-disciplinary! • Then where to begin with? • As a course designed for PhD students working on

EDA, I’m responsible to guide you to enter this area. • But we cannot learn everything in one course. • I think a good start is to learn programming &

software skills

• Such skills are indispensible to do PhD research, • they are also useful for those working in related

areas.

Page 12: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 12 lecture 1

Programming + Explorations

• Along with programming training in this course, we also explore some recently attractive areas:

• Machine Learning (not new, just rejuvenating) Assign reading of my own papers published 15 years ago

• Data analytics – statistical methods • Compressed sensing (has existed for a decade)

Also caught attention of circuit designers

Page 13: Lecture 1. Course Overviewaice.sjtu.edu.cn/msda/data/courseware/EDAPhD/Lect01... · 2017. 7. 4. · 2015 lecture 1 slide 8 Teaching Method • Have programming assignments Write a

2015 slide 13 lecture 1

Actions to Take

• Actions: read recommended papers, discuss in-class, and write programs to implement some algorithms

• So be prepared to do self-study ...