weber constant

AlternateUnit const weber

The derived unit for magnetic flux (Wb).

One Weber is equal to the magnetic flux that in linking a circuit of one turn produces in it an electromotive force of one volt as it is uniformly reduced to zero within one second. It is named after the German physicist Wilhelm Eduard Weber (1804-1891).

Implementation

static const AlternateUnit weber = AlternateUnit('Wb',
    ProductUnit._([RationalPower<Unit>(volt), RationalPower<Unit>(second)]));