用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sduwby/AnsysAgent --skill thermal-em-coupling命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | thermal-em-coupling |
| description | Maxwell-Icepak 电磁-热耦合仿真流程(损耗映射→热仿真→温升提取→迭代收敛) |
在完成 Maxwell 电磁仿真后,将铜损和铁损映射到 Icepak 进行稳态热仿真,评估绕组温升和热点分布是否满足绝缘等级要求。
get_losses 结果可用)link_maxwell_to_icepak(
maxwell_design="Motor_2D",
icepak_design="Motor_Thermal"
)
此步骤由 Main Agent 直接执行(跨软件协调工具)。
delegate_to_agent(agent_name="icepak", task="setup_motor_thermal:
cooling_type='liquid', # 液冷
coolant_temperature=25, # 冷却液温度 °C
flow_rate=5.0, # 流量 L/min
ambient_temperature=25")
delegate_to_agent(agent_name="icepak", task="run_thermal_simulation")
delegate_to_agent(agent_name="icepak", task="get_temperature_results:
components=['winding_A', 'winding_B', 'winding_C', 'magnet', 'stator_core']")
若温升影响磁钢性能(如 Br 随温度变化 > 5%),需要进行 EM-热迭代:
run_em_thermal_iteration(max_iterations=3, convergence_criterion=2.0)
由 Main Agent 直接执行。
| 部件 | 绝缘等级 F 限制 | 绝缘等级 H 限制 |
|---|---|---|
| 绕组最高温度 | 155°C | 180°C |
| 永磁体温度 | < 120°C(防退磁) | < 120°C |
| 定子铁芯 | < 130°C | < 155°C |