physics_add_acoustics
Add a geometry-based Acoustics Module physics interface to a COMSOL model. Specify physics type, domains, component, and geometry to configure acoustic simulations.
Instructions
Add a geometry-based Acoustics Module physics interface.
Use the exact COMSOL physics type for the installed version. Confirmed COMSOL 6.3 examples include PressureAcoustics and ThermoacousticsSinglePhysics. This tool also supports other acoustic interface types without maintaining a hard-coded allowlist.
Args: physics_type: Exact COMSOL acoustic physics type physics_tag: Physics interface tag (default: generated from type) domain_selection: Domain numbers (default: all domains) component_name: Component to add physics to (default: first component) geometry_name: Geometry sequence tag (default: first geometry) model_name: Model name (default: current model)
Returns: Created physics info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| physics_tag | No | ||
| physics_type | Yes | ||
| geometry_name | No | ||
| component_name | No | ||
| domain_selection | No |