FEM Example Capacitance Two Balls/de

Tutorial
Topic
Finite Element Analysis
Level
Beginner
Time to complete
30 min
Authors
Sudhanshu Dubey
FreeCAD version
0.19 or above
Example files
Created programmatically
See also
None

Einleitung

Dieses Beispiel soll zeigen, wie das 6. Beispiel der Elmer-GUI-Tutorials, Electrostatic equation – Capacitance of two balls, unter Verwendung der neuen FEM Beispiele simuliert wird. Es zeigt, wie das Beispiel aufgebaut wird, beschreibt verschiedene Bestandteile, zeigt die Berechnung mit Elmer und wie die Ergebnisse mit Ausschnittfiltern dargestellt werden.

Das Endergebnis dieser Anleitung

Voraussetzungen

Das Beispiel vorbereiten

Arbeitsbereich FEM laden

Das Beispiel laden

Den Simulationsfall verstehen

This case presents the solution of the capacitance of perfectly conducting balls in free space. A voltage difference between the balls results to electric charge being introduced to the system. The balls have also self-capacitance that comes from the voltage difference with the far field. Therefore a symmetric capacitance matrix with of size 2 × 2 needs to be solved. The capacitances may be computed from two different voltage configurations.

Das Modell verstehen

  1. The two smaller ones are the perfectly conducting balls.
  2. The bigger one is to simulate the surrounding air.

Das Ausgangsmodell

Der Analyse-Container und seine Objekte

The objects used in this electrostatic analysis:

  1. Analysis container
  2. SolverElmer
  3. Electrostatic, the electrostatics equation
  4. FemMaterial, a fluid material to represent the surrounding air
  5. ElectrostaticPotential, constraints (3 of them)
  6. ConstantVaccumPermittivity, optional
  7. Mesh, a Gmsh mesh
  8. MeshRegion, a mesh region for the smaller spheres

Die Objekte, wie sie in der Baumansicht dargestellt werden

Die FEA durchführen

If you get an error message on solver binary or similar when triggering the analysis, check the installation of Elmer.

Ergebnisse darstellen

Die Ergebnisse nachbearbeiten

Now we can clearly see that potential distribution in and around the balls.

Note that when Apply Changes is on, you would have been able to select the "Field" in the clip dialog directly and not to reopen it after the plane was created.

Finding the Capacitance

StatElecSolve: Capacitance matrix computation performed (i,j,C_ij)
StatElecSolve:   1  1    5.07016E+00
StatElecSolve:   1  2    1.69328E+00
StatElecSolve:   2  2    5.07201E+00