study_solve
Solve a specified study within a COMSOL model. Supports synchronous (default) and asynchronous modes with configurable timeout.
Instructions
Solve a study (synchronous by default).
Args: study_name: Study to solve (None for all studies) model_name: Model name (default: current model) wait: If True, wait for completion; if False, return immediately timeout: Maximum wait time in seconds (only used if wait=True)
Returns: Solution status, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_name | No | ||
| model_name | No | ||
| wait | No | ||
| timeout | No |