Skip to contents

Convert pressure (stress) measured in pounds per square inch (PSI) to megapascals (MPa)

Usage

mpa_psi(x)

Arguments

x

pressure (stress) measured in pounds per square inch (PSI). Type: assert_double.

Value

pressure (stress) in megapascals (MPa). Type: assert_double.

See also

psi_mpa for converting megapascals to pounds per square inch

Other units: c_k(), f_k(), inch_mm(), k_c(), kgf_mpa(), loss_flux(), mm_inch(), mpa_kgf(), psi_mpa()

Examples

 library(pipenostics)

 mpa_psi(c(145.03773800721814, 1))
#> [1] 1.000000000 0.006894757
 # [1] 1.000000000 0.006894757 # [MPa]