Mathematical: discrete data, averaging fluid motion, speed of motion, linear motion throughout, no information is lost between the cells.
Here is our initial field at equilibrium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is how we determine how each cell is affected by the changes in the fluid domain.
Cell Averaging Algorithm
|
|
|
|
|
|
|
|
|
|
|
|
* this is the object cell.
Each object cell in the path of our motion will have this calculation algorithm instead of the Cell Averaging Algorithm.
Position
1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0
Pointer
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Is Occupied?
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Was Occupied?
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
Counter
62.0
Step
1.0
Set/Clear
1.0
=IF(C$3>0.5,0,IF(B$3>0.5,D45+C45,(C44+B45+D45+C46)/12+C45/2+(B44+D44+B46+D46)/24))
9.5 9.4 9.2 9.1 9.2 9.4 9.6 9.8 10.1 10.2 10.1 10.0 10.0
9.0 8.5 8.1 7.8 7.8 7.9 8.1 8.4 8.8
9.9 10.9 10.7 10.1
8.3 7.6 6.8 6.2 5.9 5.7 5.5 5.3 4.8
4.9 0.0 21.2 11.1
7.8 6.8 5.8 5.0 4.5 4.3 4.0 3.8 3.5
3.8 0.0 22.0 11.8
7.4 6.3 5.2 4.3 3.9 3.6 3.4 3.3 3.1
3.7 0.0 22.2 11.9
7.2 6.1 4.9 4.0 3.6 3.3 3.2 3.2 3.1
3.6 0.0 22.2 12.0
7.1 5.9 4.8 3.9 3.5 3.2 3.2 3.1 3.0
3.6 0.0 22.3 12.0
7.1 5.9 4.7 3.9 3.4 3.2 3.1 3.1 3.0
3.6 0.0 22.3 12.0
7.1 5.9 4.7 3.9 3.4 3.2 3.1 3.1 3.0
3.6 0.0 22.3 12.0
7.2 6.0 4.8 3.9 3.4 3.2 3.2 3.1 3.0
3.6 0.0 22.3 12.0
7.4 6.2 5.0 4.1 3.7 3.4 3.2 3.2 3.0
3.6 0.0 22.3 12.0
7.7 6.7 5.6 4.8 4.3 4.0 3.8 3.5 3.2
3.7 0.0 22.3 12.0
8.3 7.5 6.7 6.1 5.8 5.6 5.4 5.1 4.7
4.4 0.0 22.2 11.9
8.9 8.4 8.0 7.7 7.6 7.7 7.8 8.0 8.4
8.9 10.0 11.2 10.9
9.4 9.2 9.0 8.9 8.9 9.0 9.2 9.4 9.7 9.9 10.2
10.3 10.2
We will then manipulate the plate into a wedge.
Eventually we will be able to simulate a ball moving through
the field and then we will be able to modify the shape of the ball to increase
the efficiency of motion. Unfortunately, the augment our program
for the ball involved too many levels of recursion for Excel. But,
to modify written cide would not be any trouble at all.
Strengths: Use of everyday tools, graphs are easily understandable, adaptability of our algorithm.
Weakness: Block Shapes, confined to 2-D, rounding errors, computational speed, methods of calculation, and well, me.
| Our Tutor Page | CLU |