Skip to contents

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

Usage

psi_mpa(x)

Arguments

x

pressure (stress) measured in megapascals. [MPa]. Type: assert_double.

Value

pressure (stress) in pounds per square inch, [PSI]. Type: assert_double.

See also

mpa_psi for converting pounds per square inch to megapascals

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

Examples

 library(pipenostics)

 psi_mpa(c(6.89475728e-3, 1))
#> [1]   1.0000 145.0377
 # [1] 1.0000 145.0377 # [PSI]