faraday constant

Unit const faraday

A unit of electric charge equal to equal to the product of Avogadro's number (see mole) and the charge (1 e) on a single electron (standard name Fd).

Implementation

static const Unit faraday = TransformedUnit(
    SI.coulomb, MultiplyConverter._(elementaryCharge * avogadroConstant));