Introduction to Scientific Computing http numericalmethods eng usf

  • Slides: 35
Download presentation
Introduction to Scientific Computing http: //numericalmethods. eng. usf. edu/ Transforming Numerical Methods Education for

Introduction to Scientific Computing http: //numericalmethods. eng. usf. edu/ Transforming Numerical Methods Education for STEM Undergraduates 9/20/2021 http: //nm. Math. For. College. com 1

Why use Numerical Methods? • To solve problems that cannot be solved exactly

Why use Numerical Methods? • To solve problems that cannot be solved exactly

Why use Numerical Methods? • To solve problems that are intractable to solve exactly!

Why use Numerical Methods? • To solve problems that are intractable to solve exactly!

Steps in Solving an Engineering Problem http: //nm. Math. For. College. com 4

Steps in Solving an Engineering Problem http: //nm. Math. For. College. com 4

How do we solve an engineering problem? Problem Description Mathematical Model Solution of Mathematical

How do we solve an engineering problem? Problem Description Mathematical Model Solution of Mathematical Model Using the Solution http: //nm. Math. For. College. com 5

Example of Solving an Engineering Problem http: //nm. Math. For. College. com 6

Example of Solving an Engineering Problem http: //nm. Math. For. College. com 6

Bascule Bridge THG http: //nm. Math. For. College. com 7

Bascule Bridge THG http: //nm. Math. For. College. com 7

Bascule Bridge THG Hub Trunnion Girder http: //nm. Math. For. College. com 8

Bascule Bridge THG Hub Trunnion Girder http: //nm. Math. For. College. com 8

Trunnion-Hub-Girder Assembly Procedure Step 1. Trunnion immersed in dry-ice/alcohol Step 2. Trunnion warm-up in

Trunnion-Hub-Girder Assembly Procedure Step 1. Trunnion immersed in dry-ice/alcohol Step 2. Trunnion warm-up in hub Step 3. Trunnion-Hub immersed in dry-ice/alcohol Step 4. Trunnion-Hub warm-up into girder http: //nm. Math. For. College. com 9

Problem After Cooling, the Trunnion Got Stuck in Hub http: //nm. Math. For. College.

Problem After Cooling, the Trunnion Got Stuck in Hub http: //nm. Math. For. College. com 10

Why did it get stuck? Magnitude of contraction needed in the trunnion was 0.

Why did it get stuck? Magnitude of contraction needed in the trunnion was 0. 015” or more. Did it contract enough? http: //nm. Math. For. College. com 11

Video of Assembly Process http: //nm. Math. For. College. com 12

Video of Assembly Process http: //nm. Math. For. College. com 12

Consultant calculations http: //nm. Math. For. College. com 13

Consultant calculations http: //nm. Math. For. College. com 13

Is the formula used correct? T(o. F) α (μin/in/o. F) -340 -300 -220 -160

Is the formula used correct? T(o. F) α (μin/in/o. F) -340 -300 -220 -160 -80 0 40 80 2. 45 3. 07 4. 08 4. 72 5. 43 6. 00 6. 24 6. 47 http: //nm. Math. For. College. com 14

The Correct Model Would Account for Varying Thermal Expansion Coefficient http: //nm. Math. For.

The Correct Model Would Account for Varying Thermal Expansion Coefficient http: //nm. Math. For. College. com 15

Can You Roughly Estimate the Contraction? Ta=80 o. F; Tc=-108 o. F; D=12. 363”

Can You Roughly Estimate the Contraction? Ta=80 o. F; Tc=-108 o. F; D=12. 363” http: //nm. Math. For. College. com 16

Can You Find a Better Estimate for the Contraction? Ta = 80 o. F

Can You Find a Better Estimate for the Contraction? Ta = 80 o. F Tc = -108 o. F D = 12. 363" http: //nm. Math. For. College. com 17

Estimating Contraction Accurately Change in diameter ( D) by cooling it in dry ice/alcohol

Estimating Contraction Accurately Change in diameter ( D) by cooling it in dry ice/alcohol is given by Ta = 80 o. F Tc = -108 o. F D = 12. 363" http: //nm. Math. For. College. com 18

So what is the solution to the problem? One solution is to immerse the

So what is the solution to the problem? One solution is to immerse the trunnion in liquid nitrogen which has a boiling point of -321 o. F as opposed to the dry-ice/alcohol temperature of -108 o. F. http: //nm. Math. For. College. com 19

Revisiting steps to solve a problem 1) Problem Statement: Trunnion got stuck in the

Revisiting steps to solve a problem 1) Problem Statement: Trunnion got stuck in the hub. 2) Modeling: Developed a new model 3) Solution: 1) Used trapezoidal rule OR b) Used regression and integration. 4) Implementation: Cool the trunnion in liquid nitrogen. http: //nm. Math. For. College. com 20

THE END http: //nm. Math. For. College. com 21

THE END http: //nm. Math. For. College. com 21

Introduction to Numerical Methods Mathematical Procedures http: //nm. Math. For. College. com 22

Introduction to Numerical Methods Mathematical Procedures http: //nm. Math. For. College. com 22

Mathematical Procedures • • Nonlinear Equations Differentiation Simultaneous Linear Equations Curve Fitting – Interpolation

Mathematical Procedures • • Nonlinear Equations Differentiation Simultaneous Linear Equations Curve Fitting – Interpolation – Regression • Integration • Ordinary Differential Equations http: //nm. Math. For. College. com 23

Nonlinear Equations How much of the floating ball is under water? Diameter=0. 11 m

Nonlinear Equations How much of the floating ball is under water? Diameter=0. 11 m Specific Gravity=0. 6 http: //nm. Math. For. College. com 24

Nonlinear Equations How much of the floating ball is under the water? http: //nm.

Nonlinear Equations How much of the floating ball is under the water? http: //nm. Math. For. College. com 25

Differentiation What is the acceleration at t=7 seconds? http: //nm. Math. For. College. com

Differentiation What is the acceleration at t=7 seconds? http: //nm. Math. For. College. com 26

Differentiation What is the acceleration at t=7 seconds? Time (s) Vel (m/s) 5 106

Differentiation What is the acceleration at t=7 seconds? Time (s) Vel (m/s) 5 106 8 177 12 600 http: //nm. Math. For. College. com 27

Simultaneous Linear Equations Find the velocity profile, given Time (s) 5 8 12 Vel

Simultaneous Linear Equations Find the velocity profile, given Time (s) 5 8 12 Vel (m/s) 106 177 600 Three simultaneous linear equations http: //nm. Math. For. College. com 28

Interpolation What is the velocity of the rocket at t=7 seconds? Time (s) Vel

Interpolation What is the velocity of the rocket at t=7 seconds? Time (s) Vel (m/s) 5 106 8 177 12 600 http: //nm. Math. For. College. com 29

Regression Thermal expansion coefficient data for cast steel http: //nm. Math. For. College. com

Regression Thermal expansion coefficient data for cast steel http: //nm. Math. For. College. com 30

Regression (cont) http: //nm. Math. For. College. com 31

Regression (cont) http: //nm. Math. For. College. com 31

Integration Finding the diametric contraction in a steel shaft when dipped in liquid nitrogen.

Integration Finding the diametric contraction in a steel shaft when dipped in liquid nitrogen. http: //nm. Math. For. College. com 32

Ordinary Differential Equations How long does it take a trunnion to cool down? http:

Ordinary Differential Equations How long does it take a trunnion to cool down? http: //nm. Math. For. College. com 33

Additional Resources For all resources on this topic such as digital audiovisual lectures, primers,

Additional Resources For all resources on this topic such as digital audiovisual lectures, primers, textbook chapters, multiple-choice tests, worksheets in MATLAB, MATHEMATICA, Math. Cad and MAPLE, blogs, related physical problems, please visit http: //nm. Math. For. College. com/topics/introduction_numeric al. html

THE END http: //nm. Math. For. College. com

THE END http: //nm. Math. For. College. com