【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

相关文章

mapstruct中的@Mapper注解的基本用法

《mapstruct中的@Mapper注解的基本用法》在MapStruct中,@Mapper注解是核心注解之一,用于标记一个接口或抽象类为MapStruct的映射器(Mapper),本文给大家介绍ma... 目录1. 基本用法2. 常用属性3. 高级用法4. 注意事项5. 总结6. 编译异常处理在MapSt

MyBatis ResultMap 的基本用法示例详解

《MyBatisResultMap的基本用法示例详解》在MyBatis中,resultMap用于定义数据库查询结果到Java对象属性的映射关系,本文给大家介绍MyBatisResultMap的基本... 目录MyBATis 中的 resultMap1. resultMap 的基本语法2. 简单的 resul

MyBatis Plus 中 update_time 字段自动填充失效的原因分析及解决方案(最新整理)

《MyBatisPlus中update_time字段自动填充失效的原因分析及解决方案(最新整理)》在使用MyBatisPlus时,通常我们会在数据库表中设置create_time和update... 目录前言一、问题现象二、原因分析三、总结:常见原因与解决方法对照表四、推荐写法前言在使用 MyBATis

Python主动抛出异常的各种用法和场景分析

《Python主动抛出异常的各种用法和场景分析》在Python中,我们不仅可以捕获和处理异常,还可以主动抛出异常,也就是以类的方式自定义错误的类型和提示信息,这在编程中非常有用,下面我将详细解释主动抛... 目录一、为什么要主动抛出异常?二、基本语法:raise关键字基本示例三、raise的多种用法1. 抛

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

github打不开的问题分析及解决

《github打不开的问题分析及解决》:本文主要介绍github打不开的问题分析及解决,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、找到github.com域名解析的ip地址二、找到github.global.ssl.fastly.net网址解析的ip地址三

Mysql的主从同步/复制的原理分析

《Mysql的主从同步/复制的原理分析》:本文主要介绍Mysql的主从同步/复制的原理分析,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录为什么要主从同步?mysql主从同步架构有哪些?Mysql主从复制的原理/整体流程级联复制架构为什么好?Mysql主从复制注意

Java 枚举的基本使用方法及实际使用场景

《Java枚举的基本使用方法及实际使用场景》枚举是Java中一种特殊的类,用于定义一组固定的常量,枚举类型提供了更好的类型安全性和可读性,适用于需要定义一组有限且固定的值的场景,本文给大家介绍Jav... 目录一、什么是枚举?二、枚举的基本使用方法定义枚举三、实际使用场景代替常量状态机四、更多用法1.实现接

git stash命令基本用法详解

《gitstash命令基本用法详解》gitstash是Git中一个非常有用的命令,它可以临时保存当前工作区的修改,让你可以切换到其他分支或者处理其他任务,而不需要提交这些还未完成的修改,这篇文章主要... 目录一、基本用法1. 保存当前修改(包括暂存区和工作区的内容)2. 查看保存了哪些 stash3. 恢

java -jar命令运行 jar包时运行外部依赖jar包的场景分析

《java-jar命令运行jar包时运行外部依赖jar包的场景分析》:本文主要介绍java-jar命令运行jar包时运行外部依赖jar包的场景分析,本文给大家介绍的非常详细,对大家的学习或工作... 目录Java -jar命令运行 jar包时如何运行外部依赖jar包场景:解决:方法一、启动参数添加: -Xb