Simulation of Bubbles in Foam with the Volume Control Method

“Liquid and gas interactions often contain bubbles that stay for a
long time without bursting on the surface, making a dry foam structure.
Such long lasting bubbles simulated by the level set method
can suffer from a slow but steady volume error that accumulates
to a visible amount of volume change. We propose to address this
problem by using the volume control method. We trace the volume
change of each connected region, and apply a carefully computed
divergence that compensates undesired volume changes. To
compute the divergence, we construct a mathematical model of the
volume change, choose control strategies that regulate the modeled
volume error, and establish methods to compute the control gains
that provide robust and fast reduction of the volume error, and (if
desired) the control of how the volume changes over time.”

Simulation of Bubbles in Foam with the Volume Control Method

SIGGRAPH papers list

Tim Rowley and Ke-Sen Huang jointly maintain an updated list of upcoming SIGGRAPH papers as they get posted. Apparently there were 108 papers accepted this year, so odds are a healthy chunk of those will be filed under physics-based animation.

SIGGRAPH 2007 papers on the web

So far:

Fast Animation of Lightning Using an Adaptive Mesh

 “We present a fast method for simulating, animating, and rendering lightning using adaptive grids. The “dielectric breakdown model” is an elegant algorithm for electrical pattern formation that we extend to enable animation of lightning. The simulation can be slow, particularly in 3D, because it involves solving a large Poisson problem. Losasso et al. recently proposed an octree data structure for simulating water and smoke, and we show that this discretization can be applied to the problem of lightning simulation as well. However, implementing the incomplete Cholesky conjugate gradient (ICCG) solver for this problem can be daunting, so we provide an extensive discussion of implementation issues. ICCG solvers can usually be accelerated using “Eisenstat’s trick,” but the trick cannot be directly applied to the adaptive case. Fortunately, we show that an “almost incomplete Cholesky” factorization can be computed so that Eisenstat’s trick can still be used. We then present a fast rendering method based on convolution that is competitive with Monte Carlo ray tracing but orders of magnitude faster, and we also show how to further improve the visual results using jittering.”

Fast Animation of Lightning Using an Adaptive Mesh

Fracturing Rigid Materials

“We propose a novel approach to fracturing (and denting) brittle materials. To avoid the computational burden imposed by the stringent time step restrictions of explicit methods or with solving nonlinear systems of equations for implicit methods, we treat the material as a fully rigid body in the limit of infinite stiffness. In addition to a triangulated surface mesh and level set volume for collisions, each rigid body is outfitted with a tetrahedral mesh upon which finite element analysis can be carried out to provide a stress map for fracture criteria. We demonstrate that the commonly used stress criteria can lead to arbitrary fracture (especially for stiff materials) and instead propose the notion of a time averaged stress directly into the FEM analysis. When objects fracture, the virtual node algorithm provides new triangle and tetrahedral meshes in a straightforward and robust fashion. Although each new rigid body can be rasterized to obtain a new level set, small shards can be difficult to accurately resolve. Therefore, we propose a novel collision handling technique for treating both rigid bodies and rigid body thin shells represented by only a triangle mesh.”

Fracturing Rigid Materials

A Survey on Hair Modeling: Styling, Simulation, and Rendering

“Realistic hair modeling is a fundamental part of creating virtual humans in computer graphics. This paper surveys the state of the art in the major topics of hair modeling: hairstyling, hair simulation, and hair rendering. Because of the difficult, often unsolved problems that arise in alt these areas, a broad diversity of approaches is used, each with strengths that make it appropriate for particular applications. We discuss each of these major topics in turn, presenting the unique challenges facing each area and describing solutions that have been presented over the years to handle these complex issues. Finally, we outline some of the remaining computational challenges in hair modeling.”

A Survey on Hair Modeling: Styling, Simulation, and Rendering

Advections with Significantly Reduced Dissipation and Diffusion

“Back and forth error compensation and correction (BFECC) was recently developed for interface computation using a level set method. We show that BFECC can be applied to reduce dissipation and diffusion encountered in a variety of advection steps, such as velocity, smoke density, and image advections on uniform and adaptive grids and on a triangulated surface. BFECC can be implemented trivially as a small modification of the first-order upwind or semi-Lagrangian integration of advection equations. It provides second-order accuracy in both space and time. When applied to level set evolution, BFECC reduces volume loss significantly. We demonstrate the benefits of this approach on image advection and on the simulation of smoke, bubbles in water, and the highly dynamic interaction between water, a solid, and air. We also apply BFECC to dye advection to visualize vector fields.”

Advections with Significantly Reduced Dissipation and Diffusion