physics_setup_heat_boundaries
Set heat flux, temperature, and convection boundary conditions for COMSOL heat transfer simulations by specifying boundary numbers and values.
Instructions
Setup Heat Transfer boundary conditions with specified boundaries.
This tool configures thermal boundary conditions for heat transfer simulation:
Heat flux boundaries (heat sources)
Temperature boundaries (heat sinks)
Convective cooling/heating boundaries
Args: physics_name: Name of the Heat Transfer physics interface heat_flux_boundaries: List of boundary numbers for heat flux temperature_boundaries: List of boundary numbers for fixed temperature convection_boundaries: List of boundary numbers for convection heat_flux_value: Heat flux value (default: "1e6[W/m^2]") temperature_value: Temperature value (default: "293.15[K]" = 20°C) convection_coeff: Convection coefficient (default: "10[W/(m^2*K)]") ambient_temp: Ambient temperature for convection (default: "293.15[K]") model_name: Model name (default: current model)
Returns: Configuration confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| physics_name | Yes | ||
| heat_flux_boundaries | No | ||
| temperature_boundaries | No | ||
| convection_boundaries | No | ||
| heat_flux_value | No | 1e6[W/m^2] | |
| temperature_value | No | 293.15[K] | |
| convection_coeff | No | 10[W/(m^2*K)] | |
| ambient_temp | No | 293.15[K] | |
| model_name | No |