modelscope.cn

comsol-multiphysics-executor

COMSOL Multiphysics skill for continuum-scale nanomaterial and device modeling

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Glob, Grep, Bash
More metadata
specialization
nanotechnology
domain
science
category
computational
priority
medium
phase
6
tools-libraries
["COMSOL Multiphysics","LiveLink interfaces"]

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,993 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

COMSOL Multiphysics Executor

Purpose

The COMSOL Multiphysics Executor skill provides continuum-level simulation capabilities for nanomaterial and nanodevice modeling, enabling multi-physics analysis of heat transfer, electromagnetics, fluid dynamics, and coupled phenomena.

Capabilities

  • Heat transfer modeling
  • Electromagnetic simulations
  • Fluid dynamics at nanoscale
  • Structural mechanics
  • Chemical transport modeling
  • Multi-physics coupling

Usage Guidelines

Multiphysics Modeling

  1. Geometry and Meshing

- Create or import geometry - Define physics-aware mesh - Handle multi-scale features

  1. Physics Setup

- Select appropriate modules - Define boundary conditions - Set material properties

  1. Solution and Analysis

- Choose solver settings - Run parametric studies - Post-process results

Process Integration

  • Multiscale Modeling Integration
  • Nanodevice Integration Process Flow

Input Schema

{
  "geometry_file": "string",
  "physics_modules": ["heat_transfer", "electromagnetics", "fluid_flow"],
  "materials": [{"domain": "number", "material": "string"}],
  "boundary_conditions": [{"boundary": "string", "type": "string", "value": "number"}],
  "study_type": "stationary|transient|frequency"
}

Output Schema

{
  "solution_converged": "boolean",
  "field_results": [{
    "field": "string",
    "max": "number",
    "min": "number",
    "average": "number"
  }],
  "derived_quantities": [{
    "name": "string",
    "value": "number",
    "unit": "string"
  }],
  "export_files": ["string"]
}