standardPressure constant
Pressure
const standardPressure
Standard Pressure (STP). Value: 100,000 Pa (1 bar).
The IUPAC definition of standard pressure (changed from 1 atm in 1982).
Implementation
static const Pressure standardPressure = Pressure(100000, PressureUnit.pascal);