psi_mpa {pipenostics} | R Documentation |
Megapascals to pounds per square inch
Description
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: |
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 # [PSI]
[Package pipenostics version 0.2.0 Index]