setup_pyro_sim
Create a complete Pyro smoke/fire simulation network from source geometry in one call, avoiding manual DOP wiring.
Instructions
Build a Pyro smoke/fire simulation network from source geometry.
Preferred over manual DOP wiring — builds the entire pyro network in one call. For custom setups beyond what this provides, use create_node with DOP nodes (pyrosolver, smokeobject, volumesource, etc.).
Args: source_geo: Source SOP path. container: Container type. res_scale: Resolution scale multiplier. substeps: DOP substeps. name: Top-level geo node name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | pyro_sim | |
| substeps | No | ||
| container | No | box | |
| res_scale | No | ||
| source_geo | No | /obj/geo1/sphere1 |