CapacitanceCyl¶
- <electrical solver="CapacitanceCyl">¶
Corresponding Python class:
electrical.capacitance.CapacitanceCyl.Two-dimensional RC solver in cylindrical geometry using finite-element method.
- Attributes:
name (
required) – Solver name.
- Contents:
- <geometry>¶
Geometry for use by this solver.
- Attributes:
ref (
required) – Name of a Cylindrical 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, orexclude, default isdefault)
- <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.