model_save
Save a COMSOL model to a file in Comsol, Java, Matlab, or VBA format. Set model name and file path for precise control.
Instructions
Save a COMSOL model to file.
Args: model_name: Name of the model to save (default: current model) file_path: Path to save to (default: original file path) format: Save format - 'Comsol', 'Java', 'Matlab', or 'VBA' (default: Comsol/.mph)
Returns: Save confirmation with file path, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| file_path | No | ||
| format | No |