Proposal Milestone Final Demo

CS 184/284A Final Project Proposal: 2D Smoke Simulator on the Surface of 3D Manifolds

Kevin Zhang (184), Charles Sun (184), Catherine Cang (184), Alex Kassil (284A)

Project Summary

Traditional smoke simulators model smoke on a 2D plane. We plan to explore creating simulating smoke on a torus, klein bottle, and curved space (e.g. hyperbolic space).

Problem Description

Problem: Our problem is how to do physically accurate smoke simulations on manifolds, which are surfaces like the plane, in three dimensions.

Why is it important: It’s a step in the direction of allowing people to do physical simulations on more exotic spaces in 3 dimensions. Some applications could be making games which utilize exotic geometries in their mechanics.

Where it is challenging: This project is challenging because in order to simulate smoke efficiently we need to be able to solve the navier stokes equations quickly. Furthermore, we need to render the smoke in 3 dimensions on surfaces with nontrivial geometries.

How we are going to solve it: Simulate the physics in two dimensions and map the resulting 2d positions onto the manifold in 3d space with the natural smooth map.

Goals and Deliverables

What we plan to deliver:

Main Deliverable: Our goal is to create an interactive smoke simulator system, where the user can define several parameters, and simulate smoke by dragging and clicking their mouse. Clicking the mouse defines where the smoke originates from, and dragging the mouse affects the velocity of the smoke. The parameters specific to the smoke being simulated include density and temperature. For our geometric extension, we will have an additional parameter indicating the manifold that the smoke simulator will be simulated over. The options will be torus, klein bottle, mobius strip, and hyperbolic space.

Measuring performance: We hope that our simulator will perform at real-time speeds, because it is interactive. We will run tests on our system for how fast we can compute the outputs for different inputs to test the speed. We will make qualitative analyses based on how the smoke simulations look for each manifold.

What we we hope to deliver:

In addition to our main deliverable, we have several interesting extensions in mind. First, we can add an additional 3D visualization of each of the geometries alongside the 2D plane visualization. This will show the non-embedded view of the manifold from an outside camera view (for example, a torus filled with smoke). Second, we can add extra sliders that will change parameters that define each manifold’s geometry (e.g. the radius or curvature).

Schedule

Week 1 Tasks

  1. Set up the infrastructure for our codebase.
  2. Implement all of the Navier Stokes approximation equations.

Week 2 Tasks

  1. Successfully visualize the smoke simulator in the normal, flat plane.
  2. Implement the modifications to our physics simulation for circulating smoke inside a torus.

Week 3 Tasks

  1. Implement the modifications to our physics simulation for circulating smoke inside the rest of the manifolds.
  2. Begin collecting demonstrations and visualizations.
  3. Begin the writeup.

Week 4 Tasks

  1. Finish collecting the demonstrations and visualizations.
  2. Finish the writeup.

Resources and References