model_load
Load a COMSOL model from a .mph file. Specify file path and optionally set as the active model.
Instructions
Load a COMSOL model from a .mph file.
Args: file_path: Absolute or relative path to the .mph model file set_current: Whether to set this as the current active model (default: True)
Returns: Model info including name, file path, and version, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| set_current | No |