ElectricPotential¶
Type: | 0-Tensor, or section |
---|---|
Range: | [v_1, …, v_1] |
Default: | -/- |
Appearance: | optional |
Specifies the potential of the electric field . The unit of the potential is the volt,
The electric potential is implicitly defined as a field which satisfies
where is the electric field strength and is the magnetic potential.
A constant electric potential can be defined by assigning a scalar:
# define a constant electric field strength
ElectricPotential = ...
For more general cases, an electric potential may be given as a section in order to deal with space, time, and parameter dependent definitions:
# define an electric potential as a section
ElectricPotential {
Constant {...}
Python {...}
...
}
Field definitions within this section are summed up. Consult the subsequent sections to see which types of field definitions are allowed.