CIVE 4311 Design Design Principles Need Problem Formulation

Slides:



Advertisements
Similar presentations
Design Time Here We Go!.
Advertisements

The Design Process The design process is achieve by following 10 stages. 1-Identify the problem/product innovation 2-Define the working criteria/goals.
Formal models of design 1/28 Radford, A D and Gero J S (1988). Design by Optimization in Architecture, Building, and Construction, Van Nostrand Reinhold,
Problem Solving.
Analytical Hierarchy Process (AHP) - by Saaty
Parametric Design Design phase info flow Parametric design of a bolt Parametric design of belt and pulley Systematic parametric design Summary.
Fall 2004COMP 3351 Time Complexity We use a multitape Turing machine We count the number of steps until a string is accepted We use the O(k) notation.
ENGINEERING YOUR FUTURE
BY Muhammad Suleman MBA MIT BSC (COMPUTER).  What is decision Making  Why decision Making  Conditions under which decision are made  What is Rational.
EXAMPLE 2 Solve a matrix equation SOLUTION Begin by finding the inverse of A = Solve the matrix equation AX = B for the 2 × 2 matrix X. 2 –7 –1.
4 Steps to Problem Solving.. UNDERSTANDING THE PROBLEM Can you state the problem in your own words? What are you trying to find or do? What are the unknowns?
Problem Solving Professor: Dr. Miguel Alonso Jr..
Chapter 8: Problem Solving
1 ENGINEERING DESIGN AND PRODUCTION. 2 What is design? To create something that has never been. To create something that has never been. To pull together.
Engineering Design Introduction to Mechanical Engineering
Management 200: Control Chapters 18 & 20 Controlling for Organizational Performance w Learning Objectives: Elements of the control process Measure Compare.
Problem Solving Engineering Technology Mr. Austin.
Object-Oriented Software Engineering using Java, Patterns &UML. Presented by: E.S. Mbokane Department of System Development Faculty of ICT Tshwane University.
Creative Problem Solving. Creative vs. Analytical Analytical – one solution Creative Many possible solutions Divergent Phases Search for ideas More =
Session 2010/ SMC4523 AUTOMOTIVE ENGINEERING DESIGN Synthesis Generating and developing design solutions Assoc. Prof. Dr. Kamarul Baharin Tawi Dr.
MER 160, Prof. Bruno1 Optimization The idea behind “optimization” is to find the “best” solution from a domain of “possible” solutions. Optimization methods.
Quality Function Deployment. Example Needs Hierarchy.
THE HOMEWORK... WHAT’S THE POINT?. GOT TO DO HOMEWORK? Because it’s assigned by the teacher, and will be corrected/graded Because quizzes/exams are kind.
Design Process. What is Design? What is a Design Process? Design Process Examples Design Process we will use in Engineering The Design Process.
Implementing Common Core Standards in Math Wednesday, February 8th- 4pm EST Mathematical Habits of Mind in the Practices: Problem Solving & Attending to.
Search Engine Optimization © HiTech Institute. All rights reserved. Slide 1 Click to edit Master title style What is Business Analysis Body of Knowledge?
Problem Solving. ChE 201 Section 2 PROBLEM SOLVING What is PS? PS is to plan how to solve the problem effectively and efficiently Is it important ? examples.
Elimination Method Day 2 Today’s Objective: I can solve a system using elimination.
1 Time Complexity We use a multitape Turing machine We count the number of steps until a string is accepted We use the O(k) notation.
Decision Making Matrix A Closer Look at Preliminary Ideas.
Prof. Busch - LSU1 Time Complexity. Prof. Busch - LSU2 Consider a deterministic Turing Machine which decides a language.
CS 160 and CMPE/SE 131 Software Engineering March 22 Class Meeting Department of Computer Science Department of Computer Engineering San José State University.
Introduction to Algorithms: Brute-Force Algorithms.
ECE 2799 Value Analysis Determine an Optimum Solution by Prof. Mazumder Prof. Bitar Updated: 3/22/2016.
Various Problem Solving Approaches. Problem solving by analogy Very often problems can be solved by looking at similar problems. For example, consider.
Design and modeling 10 step design process
Management & Planning Tools
Ten-Stage Design Process
Introduction to Methods Engineering
Handouts Software Testing and Quality Assurance Theory and Practice Chapter 4 Control Flow Testing
Solving Systems of Equations
Object-Oriented Software Engineering Using UML, Patterns, and Java,
PROBLEM SOLVING MODULE
Concepts of Engineering and Technology Introduction to Problem Solving
Ten-Stage Design Process
Some Great Theoretical Ideas in Computer Science for.
Time Complexity Costas Busch - LSU.
Electrical Engineering
Determining Importance in Reading
Decision Making Matrix
CS200: Algorithm Analysis
Physics I Class 05 Newton’s Second Law for More Complex Cases.
Engineering Design CIVE 4312 Hanadi Rifai.
Defining the Problem CIVE 4312 Hanadi Rifai.
The problem solving loop
Problem solving Strategies
A Design Process.
Computational Complexity
G&W Chapter 16: Constraints Software Specification Lecture 23
SCIENCE AND ENGINEERING PRACTICES
Time Complexity We use a multitape Turing machine
Selecting a Solution Path
Selecting a Solution Path
CS/EE/ME 75(a) Nov. 19, 2018 Today: Prelimnary Design Review Homework.
Physics I Class 04 Newton’s Second Law for More Complex Cases.
Engineering Design Process
IED Product Management Day #2
The Design Process The design process is achieve by following 10 stages. 1-Identify the problem/product innovation 2-Define the working criteria/goals.
Prototypes Prototypes are made to see if a product works before it goes into large scale production. Many things will be tested such as function, safety,
Solution Free Body Diagram.
Presentation transcript:

CIVE 4311 Design Design Principles Need Problem Formulation Abstraction Analysis Implementation

CIVE 4311 Design Design Definition: Selection of alternatives Constraints: Negotiable Non-negotiable Examples

CIVE 4311 Design Problems (and sub-problems) Solution Search Similar solutions (GO-BY) Exhaustive Analysis (Brute-Force) Elegant approach (only if necessary) Elegant can take more time than brute- fprce. Time is money. Elegance only if nothing else will work. Examples

CIVE 4311 Design Search concepts: Eliminate paths that do not satisfy goals Find wrong answers. Once a path becomes infeasible, abandon that path. Use desired end state to guide solution Work problem backwards, try to meet in middle. Examples

CIVE 4311 Design Design Goals Safety Reliability Durability Public acceptance Environmental compatibility Ease of operation Ease of maintenance Affordable

CIVE 4311 Design Design Triangle Fast Pick Two Good Cheap

CIVE 4311 Design Models All engineering design and analysis use models. Examples of models: Computer programs Equations Free-body diagram Physical models Statistical models

CIVE 4311 Design A model should never be more complex than is necessary to achieve its purpose. Occam's razor

CIVE 4311 Design Develop/Use Models What am I asking from the model? Is the model accurate enough to answer the question?

CIVE 4311 Design Models are good at identifying poor solutions. Models are poor at identifying good solutions. Models are best used as tools to find wrong answers.

CIVE 4311 Design Analogies (A problem solving technique) Direct (GO-BY) Fantasy Symbolic Personal

CIVE 4311 Design Idea Diagrams Morphological charts Used to generate solution paths to explore/select.

CIVE 4311 Design Scoring Tools Used to select solutions Decision Matrix Rank Ordering Requires metrics to assign value to different important design goals.