simulate_aeroThe simulate_aero compound contains the core solver for aero and combustion simulations.
To use:
aero_solver_settings node to the settings input, and optionally connect an aero_combustion_settings to the additional_settings port of the aero_solver_settings node.simulate_aero.aero_adaptivity_settings node to the aero_solver_settings.sourcesAn array of objects output from the source_air and source_fuel nodes that define where and what to emit into the grid.
collisionsAn array of the collider objects corresponding to solid objects that the smoke will flow around and get pushed around by.
influencesAn array of influence fields that define forces and artistic controls.
settingsShould be connected to the output object from an aero_solver_settings node and constitute the basic aero and combustion settings.
adaptivityShould be connected to the output from an aero_adaptivity node.
aero_volumeThe voxel volume of smoke and combustion properties.
source_volumesConnect to the graph output to visualize the volumes used as sources for emission.
collider_volumesConnect to the graph output to visualize the volumes used for collisions.
aero_pointsThe points object. This is defined only if boost_detail_with_points is enabled on an aero_sharpening_settings node connected into the additional_settings port of aero_solver_settings.