model_save_version
Save a COMSOL model with a timestamped version and a latest copy for version control and design iterations.
Instructions
Save a model with a timestamp version suffix.
Creates a new file with structured path: ./comsol_models/{model_name}/{model_name}_{timestamp}.mph
Also saves a 'latest' copy: ./comsol_models/{model_name}/{model_name}_latest.mph
Useful for version control and design iterations.
Args: model_name: Name of the model to save (default: current model) description: Optional description for this version (stored in metadata)
Returns: Save confirmation with versioned file path, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| description | No |