FEM Example Capacitance Two Balls/it

Other languages:
Tutorial
Argomento
Analisi agli elementi finiti
Livello di difficoltà
Base
Tempo di esecuzione
Autori
Sudhanshu Dubey
Versione di FreeCAD
0.19 o superiore
Files di esempio
Vedere anche
Nessuno

Introduzione

Questo esempio ha lo scopo di mostrare come simulare il sesto esempio di Elmer GUI Tutorials, Equazione elettrostatica - Capacità di due palline , utilizzando i nuovi Esempi di FEM. Illustra come impostare l'esempio, studiarne le varie parti, risolverlo usando il solver Elmer e visualizzare i risultati usando Clip Filter.

The final result of this tutorial

Requirements

Set up the example

Load FEM Workbench

Load the example

Understanding the Simulation Case

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.

Understanding the Model

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

The initial model

Analysis container and its objects

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

The objects as they appear in the Tree view

Running the FEA

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

Visualizing Results

Post Processing the Result

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