farad constant

AlternateUnit const farad

The derived unit for capacitance (F).

One Farad is equal to the capacitance of a capacitor having an equal and opposite charge of 1 coulomb on each plate and a potential difference of 1 volt between the plates. It is named after the British physicist and chemist Michael Faraday (1791-1867).

Implementation

static const AlternateUnit farad = AlternateUnit(
    'F',
    ProductUnit._(
        [RationalPower(coulomb), RationalPower(volt, RationalNumber._(-1))]));