【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

相关文章

python panda库从基础到高级操作分析

《pythonpanda库从基础到高级操作分析》本文介绍了Pandas库的核心功能,包括处理结构化数据的Series和DataFrame数据结构,数据读取、清洗、分组聚合、合并、时间序列分析及大数据... 目录1. Pandas 概述2. 基本操作:数据读取与查看3. 索引操作:精准定位数据4. Group

MySQL中EXISTS与IN用法使用与对比分析

《MySQL中EXISTS与IN用法使用与对比分析》在MySQL中,EXISTS和IN都用于子查询中根据另一个查询的结果来过滤主查询的记录,本文将基于工作原理、效率和应用场景进行全面对比... 目录一、基本用法详解1. IN 运算符2. EXISTS 运算符二、EXISTS 与 IN 的选择策略三、性能对比

MySQL 内存使用率常用分析语句

《MySQL内存使用率常用分析语句》用户整理了MySQL内存占用过高的分析方法,涵盖操作系统层确认及数据库层bufferpool、内存模块差值、线程状态、performance_schema性能数据... 目录一、 OS层二、 DB层1. 全局情况2. 内存占js用详情最近连续遇到mysql内存占用过高导致

深度解析Nginx日志分析与499状态码问题解决

《深度解析Nginx日志分析与499状态码问题解决》在Web服务器运维和性能优化过程中,Nginx日志是排查问题的重要依据,本文将围绕Nginx日志分析、499状态码的成因、排查方法及解决方案展开讨论... 目录前言1. Nginx日志基础1.1 Nginx日志存放位置1.2 Nginx日志格式2. 499

Olingo分析和实践之EDM 辅助序列化器详解(最佳实践)

《Olingo分析和实践之EDM辅助序列化器详解(最佳实践)》EDM辅助序列化器是ApacheOlingoOData框架中无需完整EDM模型的智能序列化工具,通过运行时类型推断实现灵活数据转换,适用... 目录概念与定义什么是 EDM 辅助序列化器?核心概念设计目标核心特点1. EDM 信息可选2. 智能类

Olingo分析和实践之OData框架核心组件初始化(关键步骤)

《Olingo分析和实践之OData框架核心组件初始化(关键步骤)》ODataSpringBootService通过初始化OData实例和服务元数据,构建框架核心能力与数据模型结构,实现序列化、URI... 目录概述第一步:OData实例创建1.1 OData.newInstance() 详细分析1.1.1

Olingo分析和实践之ODataImpl详细分析(重要方法详解)

《Olingo分析和实践之ODataImpl详细分析(重要方法详解)》ODataImpl.java是ApacheOlingoOData框架的核心工厂类,负责创建序列化器、反序列化器和处理器等组件,... 目录概述主要职责类结构与继承关系核心功能分析1. 序列化器管理2. 反序列化器管理3. 处理器管理重要方

SpringBoot中六种批量更新Mysql的方式效率对比分析

《SpringBoot中六种批量更新Mysql的方式效率对比分析》文章比较了MySQL大数据量批量更新的多种方法,指出REPLACEINTO和ONDUPLICATEKEY效率最高但存在数据风险,MyB... 目录效率比较测试结构数据库初始化测试数据批量修改方案第一种 for第二种 case when第三种

解决1093 - You can‘t specify target table报错问题及原因分析

《解决1093-Youcan‘tspecifytargettable报错问题及原因分析》MySQL1093错误因UPDATE/DELETE语句的FROM子句直接引用目标表或嵌套子查询导致,... 目录报js错原因分析具体原因解决办法方法一:使用临时表方法二:使用JOIN方法三:使用EXISTS示例总结报错原

MySql基本查询之表的增删查改+聚合函数案例详解

《MySql基本查询之表的增删查改+聚合函数案例详解》本文详解SQL的CURD操作INSERT用于数据插入(单行/多行及冲突处理),SELECT实现数据检索(列选择、条件过滤、排序分页),UPDATE... 目录一、Create1.1 单行数据 + 全列插入1.2 多行数据 + 指定列插入1.3 插入否则更