CS 351 Overview Spring 2012 Modeling and Simulation Technologies Dr. Jim Holten.

Slides:



Advertisements
Similar presentations
Modeling and Simulation By Lecturer: Nada Ahmed. Introduction to simulation and Modeling.
Advertisements

CS 140 Lecture 16 System Designs Professor CK Cheng CSE Dept. UC San Diego 1.
Online Computer Based Tutorial
Chapter 15 Application of Computer Simulation and Modeling.
CS 351 Introduction Spring 2010 Modeling and Simulation Technologies Dr. Jim Holten.
CSE351/ IT351 Modeling and Simulation
Technical Specification / Schedule Department of Computer Science and Engineering Michigan State University Spring 2007 Team : CSE 498, Collaborative Design.
CS 351 Introduction Spring 2012 Modeling and Simulation Technologies Dr. Jim Holten.
This refers to the use of computers to represent a real life situation.
Using Simulation in Understanding the Dynamic of Business Processes By Phinsuda Tarmy MBA 731 Fall 2007.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Chapter 8: Models and Simulations By Mohammad Ezmir.
Information Systems in Organisations
Introduction to Discrete Event Simulation Customer population Service system Served customers Waiting line Priority rule Service facilities Figure C.1.
Computing and the Web Simulation. Overview n Reasons for Simulation n Building a Model n Monopoly Game Simulation n SimCity Simulation n Design of Computer.
Simulation, Animation, Virtual Reality and Virtual Manufacturing Simulation By Poorya Ghafoorpoor Yazdi.
① Computer aided design (CAD) It have been associated with computer system design with the development of the concept of computer-graphics but the concept.
April 24, 2007 Nihat Cubukcu Utilization of Numerical Weather Forecast in Energy Sector.
+ Best Practices in Regional Climate Modeling Dr. Michel d. S. Mesquita Bjerknes Centre for Climate Research, Uni Research
Pump Controller Team Number: May06-12 Team Members Dwayne Stammer CprE Francois Munyakazi EE Dan Paulsen CprE/EE Faculity Advisor Nicola Elia Client Viking.
12 Models and Simulations. Model vs Simulation A template of a physical object A mathematical model of a physical object Object modelled may be small.
Introducing Simulation in the Organisation Chapter2.
Quick Start Expectations 1.Fill in planner and HWRS HW: Pg #14, 38-40, Get a signature on HWRS 3.On desk: journal, HWRS, LS packet, bin,
Reliability Models & Applications Leadership in Engineering
Modeling and simulation of systems Model building Slovak University of Technology Faculty of Material Science and Technology in Trnava.
1 Modeling Needs and Considerations for Energy Efficiency Ex Ante and Ex Post Savings Estimates Workshop: Energy Modeling Tools and their Applications.
Microsoft Visual Programming Language Advanced Example.
Multimedia Overview IT 130 Web Graphics and Multimedia.
I'll give you time to fill out evals at the end – please wait until I'm out of the room! Goodbye, world!
Architecture of Decision Support System
Marketing Development Block 4 Dr. Uma Kanjilal. Stages of a Multimedia Project  Planning and costing- infrastructure, time, skills etc.  Designing and.
Virtual Systems Engineering Course objective: To study methods for design and analysis of virtual systems What is a virtual system ? A virtual system is.
ECE 466/658: Performance Evaluation and Simulation Introduction Instructor: Christos Panayiotou.
Predicting the Weather Section Forecasting Weather Collecting Data Direct Observations Use of instruments.
1 He Says vs. She Says Model Validation and Calibration Kevin Chang HNTB Corporation
CS 351/ IT 351 Modeling and Simulation Technologies Review ( ) Dr. Jim Holten.
Andrew Harris Kristina Monakhova yberSpace. Data link concept.
SIMULATION MODELLING. Your exam Lesson objectives To be able to define and understand: Definition of a simulation model. Advantages and disadvantages.
Science and Engineering Practices K–2 Condensed Practices3–5 Condensed Practices6–8 Condensed Practices9–12 Condensed Practices Developing and Using Models.
Quick Start Expectations 1.Fill in planner and HWRS HW: Pg #14, 38-40, Get a signature on HWRS 3.On desk: labsheet 3.4, HWRS, pencil, pen.
Optimization Techniques for Natural Resources SEFS 540 / ESRM 490 B Lecture 1 (3/30/2016)
Presentation On Computer Hardware & Software. What is Hardware? Hardware is a general term for the physical objects of technology. It may also mean the.
1 Creating Situational Awareness with Data Trending and Monitoring Zhenping Li, J.P. Douglas, and Ken. Mitchell Arctic Slope Technical Services.
Understanding Models Activity 3: Atlas of Change.
Downscaling and Why Local Predictions are Difficult to Make Preparing Your Coast.
Introduction of Scratch (1/4) You can find Scratch on the Web:
Using EduStat© Software
Computer Simulation Henry C. Co Technology and Operations Management,
OPERATING SYSTEMS CS 3502 Fall 2017
Unit 5 Lesson 12: Loops and Simulations
CHAPTER 3 Describing Relationships
Planning Interactive Multimedia
Design Control What Will Be Covered
Modeling and Simulation (An Introduction)
SIMULATION SIMULAND PURPOSE TECHNIQUE CREDIBILITY PROGRAMMATICS
Use of computers to represent real life situations
Invitation to Computer Science 5th Edition
Chapter 10 Verification and Validation of Simulation Models
Optimization Techniques for Natural Resources SEFS 540 / ESRM 490 B
Mobile Development Workshop
Unit I Flash Cards Start.
World-Views of Simulation
Simulation and Modeling
Dynamic Program Analysis
Georg Umgiesser and Natalja Čerkasova
Design Control What Will Be Covered
Computers.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Predicting the Weather
Computer Applications -Generic Elective
Presentation transcript:

CS 351 Overview Spring 2012 Modeling and Simulation Technologies Dr. Jim Holten

CSE 351 Modeling and Simulation Why simulate? Simulator components Simulator technologies

CSE 351 Why Simulate? Predict behavior before building Predict for future expectations System characterization testing Pretend (virtual environments)

CSE 351 Before Building Prototypes are often cheaper than building Proof-of-concept Evaluate design trade-offs Sell concepts to others

CSE 351 Predicting the Future Weather forecasts, hurricane paths Stock market Satellite and asteroid orbits and changes Earthquakes

CSE 351 System Characterization Sensitivity analysis Accuracy determination Behavior familiarity

CSE 351 Virtual Environments Training tools Interactive controller Realism experience for system use Games

CSE 351 Simulation Components The model The environment – equipment, software Inputs – Initialization, updates Outputs – Numbers, plots, animations

CSE 351 Simulation Environment Computer hardware Operating system Programming language(s) Supporting tools

CSE 351 Simulation Model Environment states (variables) Internal states (variables) Time handling (scaled steps or events) State interpretations

CSE 351 Simulation Inputs Initial setup – Environment variables – Model variables, and –Output specifications/selections During run (periodic and interactive)

CSE 351 Simulation Outputs All states (allows restarts) Snapshots of some states Statistics on model states and overall run Metadata – data about the data (units, etc)

CSE 351 Simulation Technologies Simulation environments Programming/modelling languages Model characteristics supported

CSE 351 Simulation Technologies To be continued