MCS 355 Scientific Computing Day 1: Course Introduction Gustavus Adolphus College Spring 2012.

Slides:



Advertisements
Similar presentations
Unit 2: Matter Chapter 3: States of Matter Section 3: Fluids
Advertisements

Properties of Fluids. Buoyancy Fluid = a liquid OR gas Buoyancy = The ability of a fluid (a liquid or a gas) to exert an upward force on an object immersed.
Archimedes’ Principle An object immersed in a liquid has an upward buoyant force equal to the weight of the liquid displaced by the object. An object will.
Archimedes Principle.
Ch. 19 Liquids. Molecules flow, moving/flowing over one another. Takes the shape of its container.
Chapter 3 Section 2 Notes. Fluid  Any substance that has the ability to flow (move on its own) Two States ○ ____________  Can flow because their particles.
Buoyant Force and Archimedes Principle
COMP1261 Advanced Algorithms n 15 credits, Term 1 (Wednesday 9-12) n Pre-requisites: Calculus and Mathematical Methods, Numerical Mathematics and Computer.
The tendency or ability of an object to float.
Review.
Including Checks for Understanding. WOW Notes #1: Density ρ m V.
The lifting force of the water SWAG. In science, buoyancy is an upward force exerted by a fluid that opposes the weight of an immersed object. In a column.
Physical Science Chapter 3
Physics.
BUOYANT FORCE LESSON 2. Buoyant Forces and Liquid Buoyant Force is an upward force which acts on an object that is being completely or partially immersed.
Forces and Pressures in Fluids
Math-254 Numerical Methods.
Numerical Computation Lecture 0: Course Introduction Dr. Weifeng SU United International College Autumn 2010.
Chapter 15 Fluid Mechanics. Density Example Find the density of an 4g mass with a volume of 2cm 3.
Fluids and Buoyant Force
Archimedes Principle The buoyant force is equal to the weight of the displaced liquid This helped to later determine volume of an irregular shaped object.
Buoyancy and Archimedes Principle Conceptual Physics Text Correlation: Section 19.2,
PHYSICS 103: Lecture 18 Archimedes Principle Example Problems Agenda for Today:
Density and Buoyancy. Float? Whether an object will float or not is dependent on the density of the object and the density of the fluid.
Fluid Mechanics Chapter 8. Mass Density The concentration of matter of an object, measured as the mass per unit volume of a substance. Represented by.
Fluids 101 Chapter 10. Fluids Any material that flows and offers little resistance to changing its shape. –Liquids –Gases –Plasma?
Floating and Sinking. Buoyancy When you pick up an object underwater it seems much lighter due to the upward force that water and other fluids exert known.
Chapter 19 Liquids.
Density is the amount of mass in a specific volume cm 3.
Properties of Fluids 16-2.
Monday, Apr. 19, 2004PHYS , Spring 2004 Dr. Jaehoon Yu 1 PHYS 1441 – Section 004 Lecture #21 Monday, Apr. 19, 2004 Dr. Jaehoon Yu Buoyant Force.
Liquids Definite volume but no definite shape!. Liquids Pressure Buoyancy Archimedes’ Principle Density Effects Pascal’s Principle.
Archimedes’ Principle
Fluids. Pressure in Liquids A liquid exerts a pressure against the bottom of its container P = Force Area But it also exerts a force against the container’s.
Liquids -They always take the shape of their container -They flow or you can pour them.
Numerical Analysis. Numerical Analysis or Scientific Computing Concerned with design and analysis of algorithms for solving mathematical problems that.
Chapter 10.4 Learning Goals
Forces in Fluids Chapter 13. Fluid Pressure  Section 13-1.
Properties of Fluids.
1 Bell Ringer What word should we think of when we think of pressure? 2. What is the formula for pressure? 3. What SI unit measures pressure?
PINAR YILDIRIM.  Have you ever noticed how easy it is to do a push-up to lift yourself up and out of a swimming pool?
PRESSURE & BUOYANCY Ch 11. I. PRESSURE A.The force exerted on a surface divided by the area over which the force is exerted. B.Pressure = Force = Newton’s.
Archimede’s Principle An object immersed in a fluid has an upward (buoyant) force equal to the weight of the fluid it displaces. F B =  gV F B = buoyant.
Fluid Mechanics Chapter 9 Review. Agenda:  9.1: Fluids and Buoyant Force  9.2: Fluid Pressure and Temperature  9.3: Fluids in Motion  9.4: Properties.
Pressure Force per unit area Units: Pa (N/m 2 ), lb/in 2, atm, torr, mmHg P = pressure, N (psi) F=force, N (lb) A= area, m 2 (in 2 )
1. According to Archimedes principle, what happens to the buoyant force of an object that floats in water? Increases upward 2. If you displaced 200N of.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Lecture 14.1 Fluids. Does lead float? Schedule today Fluid Statics Density Pascal's Principle Archimedes Principle Exam Solutions Curve.
S5.40. Module Structure 30% practical tests / 70% written exam 3h lectures / week (except reading week) 3 x 2h of computer labs (solving problems practicing.
Floating and Sinking.
Fluids Objectives: Pressure inside fluids Hydraulic Lift
3-3 Floating & Sinking.
Defining a Fluid A fluid is a nonsolid state of matter in which the atoms or molecules are free to move past each other, as in a gas or a liquid. Both.
Buoyancy.
Math-254 Numerical Methods.
Unit 2 Floating and Sinking.
3.2 Pressure and the Buoyant Force
Buoyancy.
Chapter Fluid Pressure.
Floating and Sinking.
Floating and Sinking Chapter 11 Section 2.
Kinetic Theory Explains how particles in matter behave
Physical Science Forces in Fluids.
Archimedes Principle.
Buoyant Force and Archimedes Principle
Fluid Pressure and Fluid Force
Fluid Properties Chapter 16 Section 2.
13.1 Fluid Pressure Pressure- force distributed over an area; Pressure= F/area Pressure in Fluids Water pressure increases as depth increases The pressure.
Bernoulli’s, Pascal’s, & Archimedes’ Principles
Buoyancy The buoyant force is the upward force caused by
Presentation transcript:

MCS 355 Scientific Computing Day 1: Course Introduction Gustavus Adolphus College Spring 2012

Learning Objectives Understand the mathematical algorithms used in scientific computing Understand error analysis and error propagation in numerical algorithms Understand how computational science is used in modeling scientific applications Understand the underlying mathematics of calculus and linear algebra needed for computational science Develop programming skill at implementing numerical algorithms Develop confidence in creating computational solutions to scientific applications

What is Scientific Computing? 1.Given a scientific or mathematical problem. 2.Create a mathematical model. 3.Create an algorithm to numerically find a solution to the model. 4.Implement the algorithm in a program. 5.Analyze the robustness (accuracy, speed) of the algorithm. Adjust the algorithm, if needed. 6.Adjust Model, if necessary, go back to 3. (Feedback Loop) Let’s Start!!

Infinite process -> finite process Non-linear -> linear approximation Continuous -> discrete Complex -> simplified Scientific Computing Reductions

CAD – Computer-Aided Design CAM - Computer-Aided Manufacturing Fluid Flow – Weather models, airplanes Optimization – business, government, labs Prototyping – Virtual Models in Car Design Econometrics – financial models Signal Processing – Video, Wireless algorithms Application Areas

Differential Calculus, Taylor’s Theorem Integral Calculus Linear Algebra Differential Equations Mathematical Background

Computer Science I, or some programming experience. Matlab is not hard to learn, coding should come fairly easy. Will give out lots of example code Programming Background

Archimedes Principle: The buoyant force on a submerged object is equal to the weight of the fluid that is displaced by the object. Example

Archimedes Principle: The buoyant force on a submerged object is equal to the weight of the fluid that is displaced by the object. Exercise: An iron anchor weighs 250 pounds and has a weight density of 480 lbs/ft 3. If it totally immersed in sea water that has a weight density of 62.4 lbs/ft 3, how much force would be required to lift it while it is immersed? Answer: The volume of the water displace by the anchor would be 250/480 (~0.521) cubic feet. Thus, the water will exert a buoyant force of 0.521*62.4 ~ lbs. Thus it will take ~ lbs of force to lift the anchor. Example

Problem: Determine the depth of an object in water without submerging it. Reductions: finite process, discrete process? probably Non-Linearity – Can’t tell yet. Simplification: Object = sphere of uniform density Density = ρ lbs/ft 3 Volume of sphere: 4/3π R 3 Simplify: R= 1 Weight = 4/3π ρ Example

Problem: Determine the depth of an object in water without submerging it. Matlab: x = linspace(0,1); y = x.^3 – 3*x.^2 + 1; plot(x,y); Example