TEE
TEE, NCENT, TYPE, ELEM, EINC, L1, L2, L3
Defines a tee in a piping run.
NCENTNode where three straight pipes intersect forming a tee (or "Y"). Defaults to last starting branch node (BRANCH).
TYPEType of tee:
WT
—
Welding tee (default).
r = (D0 - tw) / 2
h = 4.4 tw/ r
SIF = 0.9 / (h2/3)
If (SIF < 1) SIF = 1
UFT
—
Unreinforced fabricated tee.
r = (D0 - tw) / 2
h = tw/ r
SIF = 0.9 / (h2/3)
If (SIF < 1) SIF = 1
ELEMElement number to be assigned to first tee leg (defaults to the previous maximum element number (MAXEL) + 1).
EINCElement number increment (defaults to 1).
L1,L2,L3Tee leg lengths (corresponding in order of increasing straight pipe element numbers). Must be less than the straight pipe length. Defaults to 2 x OD of straight pipe (for each leg).
Notes
Defines a tee in place of the tee intersection of three previously defined straight pipe elements. (See the RUN command description in Part II: Archived Commands.)
The new tee is also composed of three PIPE16 straight pipe elements, but of the leg lengths specified and with the appropriate tee factors calculated.
Three new nodes are generated at the ends of the tee.
The original three straight pipes are automatically "shortened" to meet the ends of the tee. The tee specifications and loadings are taken from the corresponding three straight pipes.