Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finite Element Method (FEM)
09-13-2009, 05:21 AM
Post: #1
Finite Element Method (FEM)
Finite Element Method (FEM)
FEM

FEM mesh for PM motor


Finite elements solve by breaking up a problem into small regions and solutions are found for each region taking into account only the regions that are right next to the one being solved. In the case of magnetic fields where FEM is often used, the vector potential is what is solved for in these regions.

Magnetic field solutions are derived from the vector potential through differentiating the solution. This can cause problems in smoothness of field solutions. Theoretically, any partial differential equation class of problem can be solved using FEM (although some types will do better than others.)

The Finite Element Method (FEM) is a numerical technique for solving models in differential form. For a given design, the FEM requires the entire design, including the surrounding region, to be modeled with finite elements. A system of linear equations is generated to calculate the potential (scalar or vector) at the nodes of each element. Therefore, the basic difference between these two techniques is the fact that BEM only needs to solve the unknowns on the boundaries, whereas FEM solves for a chosen region of space and requires a boundary condition bounding that region.

While BEM can solve nonlinear problems, the nonlinear contribution requires a volume mesh. Putting a volume mesh in begins to diminish the benefits of BEM listed above. In fact, for a saturating nonlinear magnetic problem, the saturatation characteristic is best solved with FEM.


BEM and FEM: A Comparison

BEM Advantages

* Open regions not a problem
* Extreme aspect ratios not a problem
* World space is not truncated
* Perfectly smooth field solutions


BEM Disadvantages


* Non linear problems difficult to solve
* Some problem formulations are not possible


FEM Advantages

* Non linear problems easily solved
* Easy formulations allow many different types of problems to be solved


FEM Disadvantages

* Not well suited for open region problems
* Extreme aspect ratios can cause problems
* Truncated world space
* Fields can be noisy
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Finite Element Analysis FEA, Finite Element Methods FEM yoga 0 706 07-24-2009 03:31 AM
Last Post: yoga

Forum Jump: