Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# Submission

## Puzzle 1

feed_rate = 0.028

![image](https://user-images.githubusercontent.com/3106877/198052585-ca97f0b7-4a29-47a4-a4ba-ef79adec607c.png)

## Puzzle 2

kill_rate = 0.065

![image](https://user-images.githubusercontent.com/3106877/198052970-e004c88b-bafa-4528-80d1-7b34827667b9.png)

## Puzzle 3

D_B = 0.25

![image](https://user-images.githubusercontent.com/3106877/198053692-9c3cc042-0c0d-4cc7-a201-52c06f32d8a1.png)

## Task 1

D_A = 1.19
D_B = 0.35
feed_rate = 0.053
kill_rate = 0.0596

The initial conditions were set using a noise function in the `set_seeds` node.

https://user-images.githubusercontent.com/3106877/198058103-a82495dd-89c6-4ba7-96a5-e653ed8bdcda.mp4

There is some strange behavior where it becomes striped:

![image](https://user-images.githubusercontent.com/3106877/198058748-98949cd5-6136-4ae4-b77a-2a094578c700.png)

I don't know what causes this but it's cool so it's fine with me.

## Task 2

D_A = 1
D_B = 0.5
feed_rate = 0.07
kill_rate = 0.062

I use the same noise-based seed as the previous task, but this time I added a moving circle to "erase" the chemicals.

https://user-images.githubusercontent.com/3106877/198063830-d3ebeff4-4981-4b08-a039-fcae412a7bb7.mp4

# Lab06 - Reaction Diffusion
Let's play with the parameters and setup of the reaction-diffusion equation to create cool effects. You may work with a partner for this lab. **Please choose 3 of the following 5 puzzles/tasks to complete this lab.** Additional puzzles/task may be completed for extra credit.

Expand Down