multiphysics_add
Adds a multiphysics coupling between specified physics interfaces, such as ThermalStress or FluidStructureInteraction, to enable combined simulations.
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 |