b31gdep: ASME B31G. Design pressure of pipe

Description Usage Arguments Value References See Also Examples

View source: R/b31gdep.R

Description

Calculate the design pressure that according to ASME B31G-1991 is the conditioned construction characteristic that should not in no way exceeded.

Usage

1
b31gdep(d, wth, smys, def)

Arguments

d

nominal outside diameter of the pipe, [inch]. Type: assert_double.

wth

nominal wall thickness of the pipe, [inch]. Type: assert_double.

smys

specified minimum yield of stress (SMYS) as a characteristics of steel strength, [PSI]. Type: assert_double.

def

appropriate (combined) design factor from ASME B31.4, ASME B31.8, or ASME B31.11, []. Type: assert_double.

Value

Design pressure of the pipe, [PSI]. Type: assert_double.

References

ASME B31G-1991. Manual for determining the remaining strength of corroded pipelines. A supplement to ASTME B31 code for pressure piping.

See Also

Other ASME B31G functions: b31crvl(), b31gacd(), b31gacl(), b31gafr(), b31gmodpf(), b31gops(), b31gpf(), b31gsap()

Examples

1
2
 b31gdep(30, .438, 52e3, .72)
 # [1] 1093.748  # [PSI]

pipenostics documentation built on March 2, 2021, 5:06 p.m.