rcj9719 / lab06-reactiondiffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Setup

Download and open Houdini with the ReactionDiffusionPlayground.hipc file found in this repository.

Puzzle 1

Modify the feed rate to create a cell mitosis (cellular division) affect.

The other parameters will be as follows:

D_A = 1

D_B = 0.5

kill_rate = 0.0608

delta_time = 1

Reference Image
image

My Result (Solution)

Feed Rate set to 0.0308

image

Puzzle 2

Modify the kill rate to create an simulation that reaches equilibrium very quickly. The rings should be approximately where the starting seeds were, and there should be little change between the 5th and the 100th frame.

The other parameters will be as follows:

D_A = 1

D_B = 0.5

feed_rate = 0.055

delta_time = 1

Reference Images

image

Frame 5

image

Frame 100

My Result (Solution)

Kill Rate set to 0.065

Frame 5 Frame 100
image image

Puzzle 3

Modify the diffusion rate of chemical B (D_B) to create a simulation that still demonstrates where the seeds were at the start of the algorithm. There should be parts of concentric circles surrounding each seed location. To see if you're on the right track, run the simulation and then check (or have a friend check) and see if you can idenitfy where all the seeds were at the start of the algorithm!

The other parameters will be as follows:

D_A = 1

feed_rate = 0.055

kill_rate = 0.062

delta_time = 1

image Seed Placement

image Frame 100

My Result (Solution)

D_B set to 0.29

Frame 5 to 100
image

Task 1

Modify the shape, size, or placement of the seeds in the playground to create an interesting effect. Which node might you need to adjust? How can you change the exisitng VEX to create something interesting?

Task 2

Modify some of the parameters to create a cool effect. This effect can be displayed with a video or image, depending on whether you want to showcase the animated effect or the algorithm's result.

Submission

  • Create a pull request to this repository
  • In the README, include the names of both of your team members
  • In the README, include a description of the task or puzzle you completed, screenshots/images (or videos!) of your results, AND the values for all the parameters you changed
  • There is no need to upload a Houdini File. Screenshots of your results and images (or written values) of the parameters will be sufficient!

About