Difference between revisions of "EM.Ferma Tutorial Lesson 5: Modeling Solenoids & Toroidal Coils"

From Emagtech Wiki
Jump to: navigation, search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{projectinfo|Tutorial| Modeling Solenoids & Toroidal Coils |Ferma L5 Fig_title.png|In this project, you will build helical solenoids and toroidal coils and will analyze their magnetic fields.|
 
{{projectinfo|Tutorial| Modeling Solenoids & Toroidal Coils |Ferma L5 Fig_title.png|In this project, you will build helical solenoids and toroidal coils and will analyze their magnetic fields.|
  
* [[CubeCAD]]
+
*[[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]]
 
*Curve Object
 
*Curve Object
 
*Curve Generator
 
*Curve Generator
Line 12: Line 12:
 
== What You Will Learn ==
 
== What You Will Learn ==
  
In this tutorial you will learn about another type of magnetic source called wire current, which is used to model thin current-carrying wires with arbitrary curved shapes. You will use wizards to create solenoids and toroidal coil objects. You will also learn about [[EM.Cube]]'s variables as well as [[CubeCAD]]'s versatile curve generator.  
+
In this tutorial you will learn about another type of magnetic source called wire current, which is used to model thin current-carrying wires with arbitrary curved shapes. You will use wizards to create solenoids and toroidal coil objects. You will also learn about [[EM.Cube]]'s variables as well as [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]]'s versatile curve generator.  
 
   
 
   
 +
[[Image:Back_icon.png|30px]] '''[[EM.Ferma  | Back to EM.Ferma Manual]]'''
 +
 +
[[Image:Back_icon.png|30px]] '''[[EM.Cube#EM.Ferma_Documentation | Back to EM.Ferma Tutorial Gateway]]'''
 +
 +
[[Image:Download2x.png|30px]] '''[http://www.emagtech.com/downloads/ProjectRepo/EMFerma_Lesson5.zip Download projects related to this tutorial lesson]'''
 +
 
== Getting Started ==
 
== Getting Started ==
  
Line 54: Line 60:
 
*Wire Currents
 
*Wire Currents
  
A volume current group is characterized by the three components of the current density vector, Jx, Jy and Jz, having units of A/m<sup>2</sup>. You learned about volume current sources in Tutorial Lesson 4. Under a volume current group, you can draw any solid geometric objects such as box, cylinder, cone, etc. A wire current is used to approximate a current filament, that is a current source flowing through a line or curve with a specified finite radius. A wire current group is characterized by its total current (I) having units of Amperes. In [[EM.Ferma]], only line and polyline objects can support wire currents. Under a wire current group, you can define any curve geometric object. However, before running a magnetostatic simulation, the program warns that all the curve object will be polygonized and replaced with polyline objects.  
+
A volume current group is characterized by the three components of the current density vector, Jx, Jy and Jz, having units of A/m<sup>2</sup>. You learned about volume current sources in Tutorial Lesson 4. Under a volume current group, you can draw any solid geometric objects such as box, cylinder, cone, <i>etc</i>. A wire current is used to approximate a current filament, that is a current source flowing through a line or curve with a specified finite radius. A wire current group is characterized by its total current (I) having units of Amperes. In [[EM.Ferma]], only line and polyline objects can support wire currents. Under a wire current group, you can define any curve geometric object. However, before running a magnetostatic simulation, the program warns that all the curve object will be polygonized and replaced with polyline objects.  
  
 
Since the governing differential equations only recognize the volume current density '''J''', and not I, as a valid source, [[EM.Ferma]] takes the linear current along a wire current source and converts it to a volume current density defined as   
 
Since the governing differential equations only recognize the volume current density '''J''', and not I, as a valid source, [[EM.Ferma]] takes the linear current along a wire current source and converts it to a volume current density defined as   
Line 68: Line 74:
 
Solenoids are used to generate a uniform magnetic field. You can model a solenoid in [[EM.Ferma]] using a helix curve object. In this tutorial, however, you will use a wizard to create a solenoid geometry.   
 
Solenoids are used to generate a uniform magnetic field. You can model a solenoid in [[EM.Ferma]] using a helix curve object. In this tutorial, however, you will use a wizard to create a solenoid geometry.   
  
Click on the <b>Solenoid Wizard</b> button [[Image:SolenoidWizardIconx.png]] of the Wizard Toolbar or select the menu item '''Tools &rarr; Component Wizards &rarr; Solenoid'''.
+
Click on the <b>Solenoid Wizard</b> [[Image:SolenoidWizardIconx.png]] button of the Wizard Toolbar or select the menu item '''Tools &rarr; Component Wizards &rarr; Solenoid'''.
  
 
<table>
 
<table>
Line 171: Line 177:
 
== Examining the Geometry of the Parametric Curve ==
 
== Examining the Geometry of the Parametric Curve ==
  
The wizard used [[CubeCAD]]'s '''Curve Generator''' to create a parametric curve to model the solenoid object. In this case, your solenoid is indeed a helix curve. However, the wizard's definition gives a more generalized helical coil object with  '''Super-Quadratic''' cross section. Right-click on the name of your solenoid in the navigation tree and select '''Properties...''' from the contextual menu. This opens up the "Curve Generator" dialog as shown in the figure below:
+
The wizard used CubeCAD's '''Curve Generator''' to create a parametric curve to model the solenoid object. In this case, your solenoid is indeed a helix curve. However, the wizard's definition gives a more generalized helical coil object with  '''Super-Quadratic''' cross section. Right-click on the name of your solenoid in the navigation tree and select '''Properties...''' from the contextual menu. This opens up the "Curve Generator" dialog as shown in the figure below:
  
 
<table>
 
<table>
Line 189: Line 195:
 
</table>
 
</table>
  
The definition of the three coordinate functions X(t), y(t) and z(t) also involves variables like "major_rad", "minor_rad", "height", etc. which you saw earlier in the variables dialog. To preserve the parameterization of your solenoid object, you should change its properties from the variables dialog rather than directly from its property dialog.  
+
The definition of the three coordinate functions X(t), y(t) and z(t) also involves variables like "major_rad", "minor_rad", "height", <i>etc</i>. which you saw earlier in the variables dialog. To preserve the parameterization of your solenoid object, you should change its properties from the variables dialog rather than directly from its property dialog.  
  
{{Note|[[CubeCAD]]'s curve generator always creates polyline objects. Unlike ordinary polylines that are characterized by their node sets, the ones created by the curve generator are characterized by mathematical expressions or Python functions.}}   
+
{{Note| CubeCAD's curve generator always creates polyline objects. Unlike ordinary polylines that are characterized by their node sets, the ones created by the curve generator are characterized by mathematical expressions or Python functions.}}   
  
  
Line 205: Line 211:
 
! scope="col"| Plot Type
 
! scope="col"| Plot Type
 
! scope="col"| Max. Size
 
! scope="col"| Max. Size
! scope="col"| Cone Ratio
+
! scope="col"| Cone Length Ratio
 +
! scope="col"| Cone Radius Ratio
 
|-
 
|-
 
! scope="row"| FSX
 
! scope="row"| FSX
Line 211: Line 218:
 
| (0, 0, 0)
 
| (0, 0, 0)
 
| | Intensity
 
| | Intensity
 +
| -
 
| -
 
| -
 
| -
 
| -
Line 220: Line 228:
 
| 0.5
 
| 0.5
 
| 0.75
 
| 0.75
 +
| 0.25
 
|}
 
|}
  
Line 240: Line 249:
 
</table>
 
</table>
  
Run a magnetostatic simulation of your structure and visualize the field sensor plots.
+
Run a magnetostatic simulation of your structure and visualize the field sensor plots. You can '''Hide''' any geometric objects to see other objects hidden behind, beneath or inside it. To hide an object, right-click on its surface in the project workspace or right-click on its name in the navigation tree and select '''Hide''' from the contextual menu. To show the object right-click on its surface in the project workspace or right-click on its name in the navigation tree and select '''Show''' from the contextual menu.
  
 
<table>
 
<table>
Line 265: Line 274:
 
</table>
 
</table>
  
Open the data manager and plot the data file "FSX_Z_HTotal.DAT" in EM.Grid as shown in the figure below. As you can see from this figure, the magnetic field along the central axis of the solenoid is almost constant (1191A/m) inside the solenoid in the region 12mm &le; z &le; 36mm.
+
Open the data manager and plot the data file "FSX_Z_HTotal.DAT" as shown in the figure below. As you can see from this figure, the magnetic field along the central axis of the solenoid is almost constant (1191A/m) inside the solenoid in the region 12mm &le; z &le; 36mm.
  
 
<table>
 
<table>
Line 285: Line 294:
 
== Building & Analyzing a Toroidal Coil ==
 
== Building & Analyzing a Toroidal Coil ==
  
You may want to start a new blank project for this part of the tutorial lesson. You are going to create the geometry of a toroidal helix coil using one of [[EM.Cube]]'s convenient wizards. To do so, click on the <b>Coil Wizard</b> button of the Wizard Toolbar or select the menu item '''Tools &rarr; Component Wizards &rarr; Toroidal Coil'''.
+
You may want to start a new blank project for this part of the tutorial lesson. You are going to create the geometry of a toroidal coil using one of [[EM.Cube]]'s convenient wizards. To do so, click on the <b>Coil Wizard</b> [[Image:CoilWizardIconx.png]] button of the Wizard Toolbar or select the menu item '''Tools &rarr; Component Wizards &rarr; Toroidal Coil'''.
  
 
<table>
 
<table>
Line 293: Line 302:
 
</table>
 
</table>
  
The geometry of a toroidal helix with a circular cross section appears at the center of the project workspace, and its name is added under a new group item called "WIRE_CURRENT" in the navigation tree. The wire current group has the same properties as in the last part.  
+
The geometry of a toroidal coil with a circular cross section appears at the center of the project workspace, and its name is added under a new group item called "WIRE_CURRENT" in the navigation tree. The wire current group has the same properties as in the last part.  
  
 
<table>
 
<table>
Line 301: Line 310:
 
</table>
 
</table>
  
The geometry of the toroidal helix object created by the wizard is fully parameterized. Open '''Variables Dialog''' and review the list of all the variables that have been used for the definition of the toroidal helix object.  
+
The geometry of the toroidal coil object created by the wizard is fully parameterized. Open '''Variables Dialog''' and review the list of all the variables that have been used for the definition of the toroidal helix object.  
 
<table>
 
<table>
 
<tr>
 
<tr>
Line 320: Line 329:
 
| 15  
 
| 15  
 
|-
 
|-
| minor_h_rad
+
| minor_rad_h
 
| 0.002*to_meters
 
| 0.002*to_meters
 
| 5  
 
| 5  
 
|-
 
|-
| minor_v_rad
+
| minor_rad_v
 
| 0.002*to_meters
 
| 0.002*to_meters
 
| 5  
 
| 5  
Line 365: Line 374:
 
</table>
 
</table>
  
Open the property dialog of your coil object and examine the definition of toroidal helix in Curve Generator. The parameter "major_rad" determines the major radius of the torus. The cross section of this curve in a generalized super-quadratic curve with two horizontal and vertical radii: "minor_h_rad" and "minor_v_rad". The parameter t varies from zero to 2&pi;. For this project, you reduced the value of the variable "step" to 0.0025 to create a smoother polyline.
+
Open the property dialog of your coil object and examine the definition of toroidal coil in Curve Generator. The parameter "major_rad" determines the major radius of the torus. The cross section of this curve in a generalized super-quadratic curve with two horizontal and vertical radii: "minor_rad_h" and "minor_rad_v". The parameter t varies from zero to 2&pi;. For this project, you reduced the value of the variable "step" to 0.0025 to create a smoother polyline.
  
 
<table>
 
<table>
 
<tr>
 
<tr>
<td> [[Image:Ferma L5 Fig24B.png|thumb|left|640px|The properties of the toroidal helix shown in CubeCAD's curve generator.]] </td>
+
<td> [[Image:Ferma L5 Fig24B.png|thumb|left|640px|The properties of the toroidal coil shown in CubeCAD's curve generator.]] </td>
 
</tr>
 
</tr>
 
</table>
 
</table>
Line 382: Line 391:
 
! scope="col"| Plot Type
 
! scope="col"| Plot Type
 
! scope="col"| Max. Size
 
! scope="col"| Max. Size
! scope="col"| Cone Ratio
+
! scope="col"| Cone Length Ratio
 +
! scope="col"| Cone Radius Ratio
 
|-
 
|-
 
! scope="row"| FSX
 
! scope="row"| FSX
Line 388: Line 398:
 
| (0, 0, 0)
 
| (0, 0, 0)
 
| | Intensity
 
| | Intensity
 +
| -
 
| -
 
| -
 
| -
 
| -
Line 397: Line 408:
 
| 1
 
| 1
 
| 0.5
 
| 0.5
 +
| 0.25
 
|-
 
|-
 
! scope="row"| FSZ
 
! scope="row"| FSZ
Line 404: Line 416:
 
| 1
 
| 1
 
| 0.5
 
| 0.5
 +
| 0.25
 
|}
 
|}
  
Line 432: Line 445:
  
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
[[Image:Back_icon.png|40px]] '''[[EM.Cube#EM.Ferma_Tutorial_Lessons | Back to EM.Ferma Tutorial Gateway]]'''
+
[[Image:Top_icon.png|30px]] '''[[#What_You_Will_Learn | Back to the Top of the Page]]'''
 +
 
 +
[[Image:Back_icon.png|30px]] '''[[EM.Cube#EM.Ferma_Documentation | Back to EM.Ferma Tutorial Gateway]]'''

Latest revision as of 13:06, 16 September 2019

Tutorial Project: Modeling Solenoids & Toroidal Coils
Ferma L5 Fig title.png

Objective: In this project, you will build helical solenoids and toroidal coils and will analyze their magnetic fields.

Concepts/Features:

  • CubeCAD
  • Curve Object
  • Curve Generator
  • Polyline
  • Wire Current Source
  • Helix
  • Variables

Minimum Version Required: All versions

'Download2x.png Download Link: EMFerma_Lesson5

What You Will Learn

In this tutorial you will learn about another type of magnetic source called wire current, which is used to model thin current-carrying wires with arbitrary curved shapes. You will use wizards to create solenoids and toroidal coil objects. You will also learn about EM.Cube's variables as well as CubeCAD's versatile curve generator.

Back icon.png Back to EM.Ferma Manual

Back icon.png Back to EM.Ferma Tutorial Gateway

Download2x.png Download projects related to this tutorial lesson

Getting Started

Open the EM.Cube application and switch to EM.Ferma. Start a new project with the following parameters:

Starting Parameters
Name EMFerma_Lesson5
Length Units Millimeters
Frequency Units N/A (keep default)
Center Frequency N/A (keep default)
Bandwidth N/A (keep default)

A Note on EM.Ferma's Current Source Types

EM.Ferma's magnetostatic simulation enginge solves the magnetic Laplace or Poisson equation for the magnetic vector potential using the finite difference (FD) method. The general form of these equations is given by:

[math]\Delta \mathbf{A} (\mathbf{r}) = \nabla^2 \mathbf{A}(\mathbf{r}) = - \mu \mathbf{J}(\mathbf{r}) [/math]

where A(r) is the magnetic vector potential, J(r) is the volume current density, and μ = μr μ0 is the permeability of the medium. The magnetic Poisson equation is vectorial in nature and involves a system of three scalar differential equations corresponding to the three components of A(r).

EM.Ferma offers two types of current sources:

  • Volume Currents
  • Wire Currents

A volume current group is characterized by the three components of the current density vector, Jx, Jy and Jz, having units of A/m2. You learned about volume current sources in Tutorial Lesson 4. Under a volume current group, you can draw any solid geometric objects such as box, cylinder, cone, etc. A wire current is used to approximate a current filament, that is a current source flowing through a line or curve with a specified finite radius. A wire current group is characterized by its total current (I) having units of Amperes. In EM.Ferma, only line and polyline objects can support wire currents. Under a wire current group, you can define any curve geometric object. However, before running a magnetostatic simulation, the program warns that all the curve object will be polygonized and replaced with polyline objects.

Since the governing differential equations only recognize the volume current density J, and not I, as a valid source, EM.Ferma takes the linear current along a wire current source and converts it to a volume current density defined as

[math] \mathbf{J(r)} = \frac{I}{\pi a^2} \mathbf{\hat{u}_0} [/math]

where a is the radius of the wire and u0 is its direction vector. Therefore, there is an inherent crude approximation involved in this type of modeling, which may become more pronounced when the wires are highly curved and not aligned along the three principal axes.

Attention icon.png If your physical structure involves a wire current aligned along one of the three principal axes, it is recommended that you set the mesh generator's fixed cell size equal to the diameter of the wire (2a) to get accurate results. If the wire current is curved or oblique with respect to the principal axes, a slightly larger uniform mesh cell size of √2(2a) is recommended.

Creating a Solenoid Geometry

Solenoids are used to generate a uniform magnetic field. You can model a solenoid in EM.Ferma using a helix curve object. In this tutorial, however, you will use a wizard to create a solenoid geometry.

Click on the Solenoid Wizard SolenoidWizardIconx.png button of the Wizard Toolbar or select the menu item Tools → Component Wizards → Solenoid.

EM.Ferma's wizard toolbar.

The geometry of an upright solenoid with a circular cross section appears at the center of the project workspace. The name of the new object called "coil" is added under a new group item called "WIRE_CURRENT" in the navigation tree.

The solenoid geometry created by the wizard in the project workspace.

If you zoom in the new solenoid, you will see a large number of arrows (or cones) placed all over the object. The new object "coil" is indeed a polyline object. When a line or polyline object is added under a wire current group, each segment of the line or polyline gets an arrow which shows the direction of flow of the current.

A close-up view of the solenoid object showing the current flow arrows.

Open the property dialog of the wire current group and examine its parameters. You will see the words "current" and "wire_rad" in boxes that normally take numeric values. These are variables that have been defined by the wizard.

The wire current source dialog.

The geometry of the solenoid object created by the wizard is fully parameterized. Open EM.Cube's Variable Dialog by clicking the Variable icon tn.png button on the Simulate Toolbar or selecting the menu item Simulate → Variables.... In this dialog, you will see a list of all the variables that have been used for the definition of the solenoid object. These parameters can easily be changed to any arbitrary value, expression, or other definitions.

EM.Cube's variables dialog.

Change the value of some of these variables according to the table below:

Variable Name Original Definition New Definition
major_rad 0.002*to_meters 5
minor_rad 0.002*to_meters 5
height 0.01*to_meters 50
turns 10 50
wire_rad 0.0005*to_meters 0.125

To change the definition of a variable, select and highlight it in the variables list and click the Edit button of the dialog. A new "Edit Variable" dialog opens up. In the box labeled Definition, replace the old numeric value or expression with a new one. The figure below shows how to change the definition or value of the variable "major_rad":

Changing the definition of a variable in the "Edit Variable" dialog.

After making all the above changes, the variables dialog should look like this:

The variables dialog showing the modified definitions of some variables.

Also, open the domain settings dialog and change the value of the domain offset to 10mm in all the six directions:

The domain settings dialog.

The geometry of your solenoid should now look like this:

The modified geometry of the solenoid in the project workspace.

Examining the Geometry of the Parametric Curve

The wizard used CubeCAD's Curve Generator to create a parametric curve to model the solenoid object. In this case, your solenoid is indeed a helix curve. However, the wizard's definition gives a more generalized helical coil object with Super-Quadratic cross section. Right-click on the name of your solenoid in the navigation tree and select Properties... from the contextual menu. This opens up the "Curve Generator" dialog as shown in the figure below:

The curve generator dialog showing the parametric definition of of the solenoid.

The x, y and z coordinates of the points on the curve are defined as functions of parameter "t", which varies from a Start Value of 0 to a Stop Value of 2π. The expressions used for the definition of the coordinates X(t), y(t) and z(t) involve two Python functions msin(x,r) and mcos(x,r). These preloaded Python functions are listed in EM.Cube's functions list. EM.Cube provides a large set of advanced mathematical function as Python libraries or modules. To open this list, click the Functions Functions icon.png button of the Simulate Toolbar or select the menu item Simulate → Functions....

EM.Cube's Functions List.

The definition of the three coordinate functions X(t), y(t) and z(t) also involves variables like "major_rad", "minor_rad", "height", etc. which you saw earlier in the variables dialog. To preserve the parameterization of your solenoid object, you should change its properties from the variables dialog rather than directly from its property dialog.

Attention icon.png CubeCAD's curve generator always creates polyline objects. Unlike ordinary polylines that are characterized by their node sets, the ones created by the curve generator are characterized by mathematical expressions or Python functions.


Running a Magnetostatic Analysis of the Solenoid

Note that the wizard also defines two orthogonal, vertical, X- and Y-directed field sensor planes called "FSX" and "FSY", respectively. Change the settings of these observables as follows:

Field Sensor Direction Coordinates Plot Type Max. Size Cone Length Ratio Cone Radius Ratio
FSX X (0, 0, 0) Intensity - - -
FSY Y (0, 0, 0) Vector 0.5 0.75 0.25

In accordance with the introduction of this tutorial lesson, open the mesh settings dialog and change the value of the fixed mesh cell size to Δx = Δy = Δz = √2(2a) = √2(2*0.125) = 0.35mm.

Setting the mesh resolution.
The fixed-cell mesh of the solenoid, also showing EM.Ferma's XY grid plane.

Run a magnetostatic simulation of your structure and visualize the field sensor plots. You can Hide any geometric objects to see other objects hidden behind, beneath or inside it. To hide an object, right-click on its surface in the project workspace or right-click on its name in the navigation tree and select Hide from the contextual menu. To show the object right-click on its surface in the project workspace or right-click on its name in the navigation tree and select Show from the contextual menu.

The intensity plot of the magnetic field distribution in the vertical Sensor_1 plane.
The intensity plot of the magnitude of magnetic vector potential distribution in the vertical Sensor_1 plane.
The vector plot of the magnetic field distribution in the vertical Sensor_2 plane.
A close-up view of the vector plot of the magnetic field distribution in the vertical Sensor_2 plane.

Open the data manager and plot the data file "FSX_Z_HTotal.DAT" as shown in the figure below. As you can see from this figure, the magnetic field along the central axis of the solenoid is almost constant (1191A/m) inside the solenoid in the region 12mm ≤ z ≤ 36mm.

The variation of the total magnetic field of the solenoid along its (Z) axis.

These results can be verified by considering the case of a infinitely long solenoid. Using Ampere's law, one can show that the magnetic field of the solenoid is directed along its axis (Z-axis) and given by:

[math] H_z = N_TI [/math]

where NT is the number of solenoid turns per unit length. Your helical object has 50 turns and a height of 50mm. Therefore, NT = 1000 turns/m, and the magnetic field of an infinitely long version of your solenoid is found to be:

[math] H_z (z = 25mm) = (1000)(1A) = 1000 A/m [/math]

Building & Analyzing a Toroidal Coil

You may want to start a new blank project for this part of the tutorial lesson. You are going to create the geometry of a toroidal coil using one of EM.Cube's convenient wizards. To do so, click on the Coil Wizard CoilWizardIconx.png button of the Wizard Toolbar or select the menu item Tools → Component Wizards → Toroidal Coil.

Selecting the coil wizard in EM.Ferma's wizard toolbar.

The geometry of a toroidal coil with a circular cross section appears at the center of the project workspace, and its name is added under a new group item called "WIRE_CURRENT" in the navigation tree. The wire current group has the same properties as in the last part.

The toroidal coil geometry created by the wizard in the project workspace.

The geometry of the toroidal coil object created by the wizard is fully parameterized. Open Variables Dialog and review the list of all the variables that have been used for the definition of the toroidal helix object.

EM.Cube's variables dialog showing the parameters of the toroidal coil object.

Change the value of some of these variables according to the table below:

Variable Name Original Definition New Definition
major_rad 0.01*to_meters 15
minor_rad_h 0.002*to_meters 5
minor_rad_v 0.002*to_meters 5
step 0.005 0.0025
turns 50 100
wire_rad 0.0005*to_meters 0.125

After making all the above changes, the variables dialog should look like this:

The variables dialog showing the modified definitions of some variables.

Similar to the previous part, set the domain offset equal to 10mm in all the six directions. Also, open the mesh settings dialog and set the fixed mesh cell size to Δx = Δy = Δz = 0.35mm. The geometry of your toroidal coil should now look like this:

The modified geometry of the toroidal coil in the project workspace.

The figure below shows the fixed-cell mesh of your coil structure:

The fixed-cell mesh of the toroidal coil object.

Open the property dialog of your coil object and examine the definition of toroidal coil in Curve Generator. The parameter "major_rad" determines the major radius of the torus. The cross section of this curve in a generalized super-quadratic curve with two horizontal and vertical radii: "minor_rad_h" and "minor_rad_v". The parameter t varies from zero to 2π. For this project, you reduced the value of the variable "step" to 0.0025 to create a smoother polyline.

The properties of the toroidal coil shown in CubeCAD's curve generator.

Note that the wizard also defined three orthogonal, vertical, X-, Y- and Z-directed field sensor planes called "FSX", "FSY" and "FSZ", respectively. Change the settings of these observables as follows:

Field Sensor Direction Coordinates Plot Type Max. Size Cone Length Ratio Cone Radius Ratio
FSX X (0, 0, 0) Intensity - - -
FSY Y (0, 0, 0) Vector 1 0.5 0.25
FSZ Z (0, 0, 0) Vector 1 0.5 0.25

Run a magnetostatic simulation of your structure and visualize the field sensor plots. You can see a fairly uniform azimuthal magnetic field at the center of the coil.

The intensity plot of the magnetic field distribution of the toroidal coil in the vertical Sensor_1 plane.
The intensity plot of the magnitude of magnetic vector potential distribution of the toroidal coil in the vertical Sensor_1 plane.
The vector plot of the magnetic field distribution of the toroidal coil in the vertical Sensor_2 plane.
The vector plot of the magnetic field distribution of the toroidal coil in the horizontal Sensor_3 plane.

 

Top icon.png Back to the Top of the Page

Back icon.png Back to EM.Ferma Tutorial Gateway