physics_setup_acoustic_boundaries
Configure multiple COMSOL acoustic boundary conditions in one call, using boundary numbers or named selections plus optional properties and labels.
Instructions
Configure multiple acoustic boundary conditions in one call.
Each item accepts:
type: COMSOL boundary feature type
boundaries: List of boundary numbers
selection_name: Optional named COMSOL selection instead of numbers
properties: Optional COMSOL property dictionary
dimension: Optional geometric entity dimension override
tag: Optional explicit feature tag
label: Optional display label
Example: [ {"type": "SoundHard", "boundaries": [1, 2]}, { "type": "Impedance", "boundaries": [3], "properties": {"Zn": "rho0*c0"} } ]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| physics_name | Yes | ||
| boundary_dimension | No | ||
| boundary_conditions | Yes |