Intro To Computational Science
Intro To Computational Science
Computational Science
Introduction to
Computational Science
Computational Science?
Computational science seeks to gain an
understanding of science through the use
of mathematical models on supercomputers.
Experiment Theory
Computation
Computational Science
Is often used in place of experiments when
experiments are too large, too expensive, too
dangerous, or too time consuming.
Can be useful in “what if” studies; e.g. to
investigate the use of pathogens (viruses,
bacteria, fungi) to control an insect population.
Is a modern tool for scientific investigation.
Computational Science
Has emerged as a powerful, indispensable
tool for studying a variety of problems in
scientific research, product and process
development, and manufacturing.
• Seismology • Drug design
• Climate modeling • Manufacturing
• Economics • Medicine
• Environment • Biology
• Material research
Analyze - Predict
Example: Industry
v0 v1 v2 … vn
s0 s1 s2 … sn
|______|______|____________|_____
t0 t1 t2 … tn
An Illustration
0 t = time (in seconds)
1 2 3 4
100
Initial conditions
90
g 9.8 m / sec 2 , t 1.0 sec
80
s = Displacement (in meters)
60
50
Problem variables:
40
t0 0
s0 H 100
30
20
v0 V 10.0
10
0
An Illustration (cont.)
0 t = time (in seconds)
1 2 3 4
100
90
t0 0
80
s0 100
s = Displacement (in meters)
70 v0 10.0
60
50 t1 t0 t 0 1.0 1.0
40 s1 v0 * t 10.0
30
s1 s0 s1 90.0
20 v1 g * t 9.8
10 v1 v0 v1 19.8
0
An Illustration (cont.)
0 t = time (in seconds)
1 2 3 4
100
90
t1 1
80 s1 90.0
s = Displacement (in meters)
70 v1 19.8
60
50
40
t2 t1 t 1.0 1.0 2.0
30
s2 s1 v1 * t 70.2
20
v2 v1 g * t 29.6
10
0
An Illustration (cont.)
0 t = time (in seconds)
1 2 3 4
100
90
t2 2.0
80 s2 70.2
s = Displacement (in meters)
70 v2 29.6
60
50
40
t3 t2 t 2.0 1.0 3.0
30
s3 s2 v2 * t 40.6
20
v3 v2 g * t 39.4
10
0
An Illustration (cont.)
0 t = time (in seconds)
1 2 3 4
100
90
t3 3
s3 40.6
80
v 39.4
s = Displacement (in meters)
3
70
60
50
40
t4 t3 t 2.0 1.0 4.0
30
s4 s3 v3 * t 1.2
20
v4 v3 g * t 49.2
10
0
Mathmatical Model