study_solve_async
Initiate asynchronous solving of a study in COMSOL Multiphysics, monitor progress with study_get_progress and cancel with study_cancel.
Instructions
Start solving a study in the background (asynchronous).
Use study_get_progress to monitor progress and study_cancel to stop.
Args: study_name: Study to solve (None for all studies) model_name: Model name (default: current model)
Returns: Confirmation that solving started, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_name | No | ||
| model_name | No |