X313
1.0
Excel add-in for piping engineers
|
Lets you get the allowable stress for any material in ASME B31.3 Table A-1.
No. | Item | Metric | U.S. | Description |
---|---|---|---|---|
1 | Material | - | - | Spec + Identifier using Gr./UNS/CCT/Notes, eg A312 Gr. TP304 or A789 UNS S30400. See below for further explanation. |
2 | Temperature | deg. C | deg. F | Metal temperature |
3 | Units | - | - | Enter metric or US (unspecified or unrecognized is treated as metric) |
4 | Size | mm | inches | Represents thickness or O.D. Leave blank or enter any number if not important. Don't enter text. |
Basic Allowable stress at temperature, in MPa or ksi
Note (i) Metric allowable stress is calculated using ksi x 6.895 rather than using the metric table. Note (ii) No check will be performed on minimum temperatures - the ambient allowable stress will be returned for any temperature below 100 deg. F.
At it's simplest, a material is entered as its Spec number followed by its grade. For instance, ASTM A106 Gr. B is entered as "A106 Gr. B" (we drop the "ASTM"). Entries are not case sensitive.
As some materials have multiple entries in B31.3 Table A-1 (to distinguish between thickness ranges or manufacturing process), we are also able to enter further identifying information as described below. This ensures that the correct allowable stress value is returned. You may wish to view the video on selecting materials at http://xtrados.com/x313.
The following table shows all the possible fields from Table A-1 that can be used to identify a material and whether they are recommended for use.
B31.3 Column Naming | X313 Naming | Example* | Recommended ? | Note |
---|---|---|---|---|
Type/Grade | grade/gr./type | gr. B | Y | - |
UNS No. | UNS | UNS S31803 | Y | - |
Class/Condition/Temper | CCT | CCT Annealed | Y | - |
Notes | Notes | Notes (14)(34) | Y | - |
Min. Temp., F | MinT | MinT -452 | N | - |
Specified Min. Strength, ksi Tensile | UTS | UTS 70 | N | - |
Specified Min. Strength, ksi Yield | SMYS | SMYS 35 | N | - |
Product Form | form | form Tube | N | - |
P-No. | P-No. | P-No. 31 | N | - |
Nominal Composition | Composition | 21/4Ni | N | - |
Size Range, in. | N/A | N | Use separate 'Size' parameter | |
Spec No. | N/A | N | Start the description with the spec, eg A106 |
* You can use the wildcard % to only match on part of a description, e.g. Notes (14)(34) could be written as Notes (14%
Note: when you use the Excel insert function helper (fx button), you don't need to enter the quotation marks shown below - they will be added automatically. However they are required when you enter the formula directly in the cell or formula bar.
Entry | Output |
---|---|
X313AllowableStress("A106 Gr. B",100,"US") | 20.0 |
X313AllowableStress("A106 Gr. B",38) | 137.9 |
X313AllowableStress("A789 Grade 2205") | 1 |
X313AllowableStress("A789 UNS S32101") | 2 |
X313AllowableStress("A789 UNS S32101",,1.5) | 1 |
X313AllowableStress("A312 Gr. TP321") | 4 |
X313AllowableStress("A312 Gr. TP321","US",0.3) | 2 |
X313AllowableStress("A312 Gr. TP321 Notes (30)","US",0.3) | 1 |
X313AllowableStress("A312 Gr. TP321 Notes %28%","US",0.3) | 1 |