top of page

Technical Discussion

updated 5/7/2025

Snipaste_2025-05-08_13-04-39.jpg

procedural methods are more commonly adopted due to their flexibility and speed of iteration. A widely referenced technique utilizes a curve-based attribute—typically named curveu—to drive visual properties such as geometry scale, noise intensity, and color variation along a base curve. These attributes are often manipulated via custom ramps and expressions, focusing on artistic control rather than physical accuracy.

However, procedural methods of this kind lack any grounding in compressible flow theory. They serve primarily to create visually plausible approximations, with no underlying fluid dynamics or adherence to real-world gas behavior. As such, while efficient and visually adaptable, these workflows are insufficient for applications where scientific plausibility or physically accurate motion is required.

Methodology
To address the limitations outlined above, the current approach is structured around a hybrid procedural workflow that blends artistic control with physically motivated approximations. The methodology proceeds in three stages:

  • Reconstruction and Evaluation of Procedural Techniques

A procedural Mach ring construction pipeline was first implemented following existing tutorials. The structure is based on a base curve and an associated curveu attribute, which modulates visual parameters across the ring structure. This initial step served to assess the flexibility and visual fidelity of procedural methods, while also identifying their disconnect from physical realism.

  • Assessment of Simulation Constraints

The underlying architecture of Houdini’s Pyro solver was reviewed to evaluate its suitability for simulating compressible gas flows. It was confirmed that the solver's core design assumes incompressibility, with no access to a divergence-generation mechanism. This prevents the modeling of expanding flow fields, shock zones, or other supersonic features required for accurate Mach ring visualization.

  • Development of Physically-Informed Procedural Models

Building upon insights from compressible flow theory, a new procedural system is being developed to approximate the spatial structure and visual appearance of Mach rings. Key parameters such as local pressure gradients, Mach number estimations, and radial density falloff are encoded using VEX and Attribute VOPs. The goal is to construct a framework that retains full artistic control while introducing constraints and behaviors derived from real supersonic dynamics.

© 2035 by Mojie Tang. Powered and secured by Wix

bottom of page