multiphysics_add
Create a multiphysics coupling between specified physics interfaces, supporting common coupling types like thermal stress and fluid-structure interaction.
Instructions
Add a multiphysics coupling between physics interfaces.
Common coupling types:
"ThermalStress": Couples Heat Transfer and Solid Mechanics
"FluidStructureInteraction": Couples Fluid Flow and Solid Mechanics
"ElectromechanicalForces": Couples Electrostatics and Solid Mechanics
"JouleHeating": Couples Electric Currents and Heat Transfer
Args: coupling_type: Type of multiphysics coupling physics_list: Names of physics interfaces to couple model_name: Model name (default: current model)
Returns: Created coupling info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coupling_type | Yes | ||
| physics_list | Yes | ||
| model_name | No |