powered by
Calculate the design pressure that according to ASME B31G-1991 is the conditioned construction characteristic that should not in no way exceeded.
b31gdep(d, wth, smys, def)
Design pressure of pipe, [PSI]. Type: assert_double.
assert_double
nominal outside diameter of pipe, [inch]. Type: assert_double.
nominal wall thickness of pipe, [inch]. Type: assert_double.
specified minimum yield of stress (SMYS) as a characteristics of steel strength, [PSI]. Type: assert_double.
appropriate (combined) design factor from ASME B31.4, ASME B31.8, or ASME B31.11, []. Type: assert_double.
ASME B31G-1991. Manual for determining the remaining strength of corroded pipelines. A supplement to ASTME B31 code for pressure piping.
Other ASME B31G functions: b31crvl(), b31gacd(), b31gacl(), b31gafr(), b31gmodpf(), b31gops(), b31gpf(), b31gsap()
b31crvl()
b31gacd()
b31gacl()
b31gafr()
b31gmodpf()
b31gops()
b31gpf()
b31gsap()
library(pipenostics) b31gdep(30, .438, 52e3, .72) # [1] 1093.748 # [PSI]
Run the code above in your browser using DataLab