powered by
Converts pressure measurements into Pascals
convert2Pascals(P, input = "kPa")
The numeric value in Pascals
The value of the pressure to convert
The unit of the pressure to convert, allowed values are "kPa", "dyne_cm2".
convert2Pascals(1000, input="kPa") convert2Pascals(10, input="dyne_cm2")
Run the code above in your browser using DataLab