【Ansys Maxwell 学习笔记】CASE01_Basic Magnetostatic Analysis--基本静态磁场分析

本文主要是介绍【Ansys Maxwell 学习笔记】CASE01_Basic Magnetostatic Analysis--基本静态磁场分析,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

【目的】

如何在2D静态磁场解释器中计算力。

Discuss how to set up a force calculation in the 2D Magnetostatic Solver.

   

   

   

As shown in the following picture, a coil and slug are drawn in a plane using RZ symmetry. The coils carry a current that exert a vertical force on the ferromagnetic slug.

如下图所示,使用RZ对称性在平面上绘制了线圈和凸块。 线圈载有电流,该电流在铁磁块上施加垂直力。

   

   

【建模过程】

Step01:Create Design 新建设计工程文件

– Select the menu item Project -> Insert Maxwell 2D Design,然后对其进行重命名和保存

Step02:Set Solution Type 设置解释器类型(磁场分析)

– Select the menu item Maxwell 2D ->Solution Type

   

– Solution Type Window:

1. Geometry Mode: Cylindrical about Z

2. Choose Magnetic > Magnetostatic

3. Click the OK button

如下图:

Geometry Mode:几何模式

Cylindrical about Z,关于Z轴的圆柱体

创建基于Z轴的圆柱体,并对其磁场进行分析

Step03: Create Slug (创建模型中的凸块)

该模型的大小为XZ平面上5*15大小的一个矩形,其对角线坐标分别是(0,0,-10)和(5,0,5),颜色设置为灰色,材料为steel_1008(冷镦钢)

– Select the menu item Draw ->Rectangle

1. Using the coordinate entry fields, enter the position of rectangle – X: 0, Y: 0, Z: -10, Press the Enter key

2. Using the coordinate entry fields, enter the opposite corner – dX: 5, dY: 0, dZ: 15, Press the Enter key

– Change the name of resulting sheet to Slug and color to Gray

– Change the material of the sheet to Steel_1008

绘制完的结果如下图所示

   

Step04: Create Coil (创建模型中的线圈)

该模型的大小为XZ平面上4*20大小的一个矩形,其对角线坐标分别是(6,0,0)和(10,0,20),颜色设置为棕色,材料为Copper(铜)

– Select the menu item Draw-> Rectangle

1. Using the coordinate entry fields, enter the position of rectangle – X: 6, Y: 0, Z: 0, Press the Enter key

2. Using the coordinate entry fields, enter the opposite corner – dX: 4, dY: 0, dZ: 20, Press the Enter key

– Change the name of resulting sheet to Coil and color to Brown

– Change the material of the sheet to Copper

绘制完的结果如下图所示

Step05: Define Region(定义区域)

   

• Create Simulation Region

– Select the menu item Draw ->Region

– In Region window,

1. Pad all directions similarly: þ Checked

2. Padding Type: Percentage Offset

3. Value: 100

4. Press OK

• You should see a message indicating that the –X direction is set to zero due to RZ-symmetry about the Z-axis.

绘制完的结果如下:

Step06:Assign Excitations 添加激励

• Assign Excitations 为线圈添加1000A负向电流激励

– Select the sheet Coil from history tree 首先需要选中Coil这个模型

– Select the menu item Maxwell 2D ->Excitations -> Assign -> Current

• Name: Current1

• Value: 1000

• Ref. Direction: Negative (current will be in the negative Y direction) 即电流会沿着y轴向负向流动

设置结果如下

Step07:Assign Boundary and Parameter 添加边界和参数

•Assign Boundary to Region Edges

– Select the object Region from history tree

– Select the menu item Edit -> Select ->All Object Edges

– Select the menu item Maxwell 2D -> Boundaries ->Assign -> Balloon

– In Balloon Boundary window,

• Press OK

   

Note: On symmetry axis, "Balloon Boundary" assignment is automatically skipped, This can also be achieved by selecting the edges of region which are not on symmetry axis.

注意:在对称轴上,将自动跳过"气球边界"分配,这也可以通过选择不在对称轴上的区域的边缘来实现。

   

Step08: Assign Force Calculation 添加磁力计算

– Select the object Coil from history tree

– Select the menu item Maxwell 2D -> Parameters -> Assign ->Force

– In Force Setup window,

• Press OK

Step09: Analyze 分析

• Create an analysis setup: 设置 Anslysis setup

– Select the menu item Maxwell 2D -> Analysis Setup -> Add Solution Setup

– Solution Setup Window:

1. General Tab

– Maximum Number of Passes: 15

2. Click the OK button

• Start the solution process: 开始进行仿真

– Select the menu item Maxwell 2D -> Analyze All

Step10:Solution Data 查看仿真结果数据

• View Solution Information

– Select the menu item Maxwell 2D -> Results -> Solution Data

• To View Convergence

– Select the Convergence tab

• To View Calculated Force Value

– Select the Force tab

Step11:Create Field Plot 绘制磁力场

• Plot Magnetic Flux Density

– Expand the history tree for Planes

– Select the plane Global:XZ

– Select the menu item Maxwell 2D -> Fields -> Fields -> B -> Mag_B

– In Create Field Plot window,

• Press Done

   

   

这篇关于【Ansys Maxwell 学习笔记】CASE01_Basic Magnetostatic Analysis--基本静态磁场分析的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/768790

相关文章

Redis主从复制实现原理分析

《Redis主从复制实现原理分析》Redis主从复制通过Sync和CommandPropagate阶段实现数据同步,2.8版本后引入Psync指令,根据复制偏移量进行全量或部分同步,优化了数据传输效率... 目录Redis主DodMIK从复制实现原理实现原理Psync: 2.8版本后总结Redis主从复制实

锐捷和腾达哪个好? 两个品牌路由器对比分析

《锐捷和腾达哪个好?两个品牌路由器对比分析》在选择路由器时,Tenda和锐捷都是备受关注的品牌,各自有独特的产品特点和市场定位,选择哪个品牌的路由器更合适,实际上取决于你的具体需求和使用场景,我们从... 在选购路由器时,锐捷和腾达都是市场上备受关注的品牌,但它们的定位和特点却有所不同。锐捷更偏向企业级和专

Spring中Bean有关NullPointerException异常的原因分析

《Spring中Bean有关NullPointerException异常的原因分析》在Spring中使用@Autowired注解注入的bean不能在静态上下文中访问,否则会导致NullPointerE... 目录Spring中Bean有关NullPointerException异常的原因问题描述解决方案总结

python中的与时间相关的模块应用场景分析

《python中的与时间相关的模块应用场景分析》本文介绍了Python中与时间相关的几个重要模块:`time`、`datetime`、`calendar`、`timeit`、`pytz`和`dateu... 目录1. time 模块2. datetime 模块3. calendar 模块4. timeit

python-nmap实现python利用nmap进行扫描分析

《python-nmap实现python利用nmap进行扫描分析》Nmap是一个非常用的网络/端口扫描工具,如果想将nmap集成进你的工具里,可以使用python-nmap这个python库,它提供了... 目录前言python-nmap的基本使用PortScanner扫描PortScannerAsync异

Oracle数据库执行计划的查看与分析技巧

《Oracle数据库执行计划的查看与分析技巧》在Oracle数据库中,执行计划能够帮助我们深入了解SQL语句在数据库内部的执行细节,进而优化查询性能、提升系统效率,执行计划是Oracle数据库优化器为... 目录一、什么是执行计划二、查看执行计划的方法(一)使用 EXPLAIN PLAN 命令(二)通过 S

HarmonyOS学习(七)——UI(五)常用布局总结

自适应布局 1.1、线性布局(LinearLayout) 通过线性容器Row和Column实现线性布局。Column容器内的子组件按照垂直方向排列,Row组件中的子组件按照水平方向排列。 属性说明space通过space参数设置主轴上子组件的间距,达到各子组件在排列上的等间距效果alignItems设置子组件在交叉轴上的对齐方式,且在各类尺寸屏幕上表现一致,其中交叉轴为垂直时,取值为Vert

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用

【前端学习】AntV G6-08 深入图形与图形分组、自定义节点、节点动画(下)

【课程链接】 AntV G6:深入图形与图形分组、自定义节点、节点动画(下)_哔哩哔哩_bilibili 本章十吾老师讲解了一个复杂的自定义节点中,应该怎样去计算和绘制图形,如何给一个图形制作不间断的动画,以及在鼠标事件之后产生动画。(有点难,需要好好理解) <!DOCTYPE html><html><head><meta charset="UTF-8"><title>06

学习hash总结

2014/1/29/   最近刚开始学hash,名字很陌生,但是hash的思想却很熟悉,以前早就做过此类的题,但是不知道这就是hash思想而已,说白了hash就是一个映射,往往灵活利用数组的下标来实现算法,hash的作用:1、判重;2、统计次数;