Capacitance2D

<electrical solver="Capacitance2D">

Corresponding Python class: electrical.capacitance.Capacitance2D.

Two-dimensional RC solver in Cartesian geometry using finite-element method.

Attributes:
  • name (required) – Solver name.
Contents:
<geometry>

Geometry for use by this solver.

Attributes:
  • ref (required) – Name of a Cartesian2D geometry defined in the <geometry> section.
<mesh>

Rectangular2D mesh used by this solver.

Attributes:
  • ref (required) – Name of a Rectangular2D mesh defined in the <grids> section. (mesh)
  • empty-elements – Should empty regions (e.g. air) be included into electrical computations? (default, include, or exclude, default is default)
<signal>

Configuration of the input signal.

Attributes:
  • frequency – Frequency of the AC voltage. (float (GHz), default 20 GHz)
<ac-voltage>

AC Voltage boundary conditions. See subsection Boundary conditions.