Download presentation
Presentation is loading. Please wait.
Published byChristine Gallagher Modified over 9 years ago
1
CVEN302-502 Computer Applications in Engineering and Construction
2
Modeling is the development of a mathematical representation of a physical/biological/chemical/ economic/etc. system Putting our understanding of a system/problem into math Numerical methods are one means by which mathematical models are solved
3
Example: Falling Parachutist F=ma =F down +F up =mg-cv(gravity minus air resistance) Where does mg come from? Observations. Where does -cv come from? More observations!
4
Now we have fundamental physical laws, so we combine those with observations to model system. A lot of what you will do is “ canned ” but need to know how to make use of observations. How have computers changed problem solving in engineering? Allow us to focus more on the correct description of the problem at hand, rather than worry about how to solve it.
5
Example: Finite elements and structural analysis Simple truss - force balance Complex truss Instead of limiting our analysis to simple cases, numerics allows us to work on realistic cases.
6
What are the fundamental laws we use in modeling? Conservation of mass - i.e. traffic flow estimation Conservation of momentum -i.e. force balance in structures Conservation of energy - i.e. redox chemistry in water treatment plant
7
Issues to be considered in modeling and numeric methods 1.Nonlinear vs. Linear 2.Large vs. Small systems 3.Nonideal vs. Ideal 4.Sensitivity analysis 5.Design
8
Back to our example: the falling parachutist F=ma=mg-cv m cvmg dt dv cvmg dt dv m Analytic solution (from calculus) tmc e c gm tv / 1
9
Numerical solution discretize original equation iiiii i ii ii ii ii tttv m c gtvtv tv m c g tt tvtv tt tvtv t v dt dv 11 1 1 1 1
10
Finally, combining analytical and numerical techniques Catenary cable (power lines) From force balances, displacement can be modeled by a differential equation 2 2 2 1 dx dy T w dx yd a
11
0 2 4 6 8 10 12 -6-4-2024681012 Ta W=ws Tb Forces acting on catenary
12
Can solve by integration w T yx T w w T y a a a 0 cosh Where xx eex 2 1 cosh This equation is not analytically solvable for w or Ta
13
Say we are given w, y0 and the value of y at an x. Can solve for Ta using numerical methods w T yx T w w T y a a a 0 cosh Becomes Try different values of Ta until lhs is 0
14
14 We will use Matlab as the computer language of choice for this course Anything you can do in Fortran or C you can do in Matlab Easier debugging system Built-in graphics Many, many functions already exist Excellent help capabilities Matlab Truss example – nice animation
15
In short, you will use numeric methods throughout your career - even if you don ’ t write programs - even if you go into management If we didn’t have numerical methods, we might as well be...
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.