Page 1 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ I M A G E S O F I N P U T D A T A +++ =============================================== $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $ ---------- RESIZ1 DATA ------------ $ $ This data is a model which will be resized. $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $********************************************* describe body $ &DESCRIBE bodY MODEL $ $********************************************* defaults $ &default -nuse #DEAD $ $********************************************* read resize macro $ &device -auxin rszmac.dat ¯o resize type total strmac $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $ ---------- resize macro ------------ $ $ this macro is used by all resize samples. it calls another macro $ to define the load cases and restraints which will be used. $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $********************************************* initialize counters $ &set nresiz = 0 $ $********************************************* loop number of tries $ &loop ncycle 1 %total% $ $********************************************* solve structure $ struct %strmac% ssolve Page 2 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ I M A G E S O F I N P U T D A T A +++ =============================================== end $ $********************************************* post $ strpost -old no &if %ncycle% .eq. 1 &then joint disp rest load -detail &endif &dcptime beam code -summary -resize %type% -up_class yes &set nresiz = &str_post(e_check) &set nresiz = &token(5 %nresiz) &dcptime resize %ncycle% - resized %nresiz% classes end $ $********************************************* exit if no resize $ &exit %nresiz% .eq. 0 $ $********************************************* end of loop $ &endloop &cutype end of resize loop %nresiz% classes overstressed $ $********************************************* final results $ strpost -old no joint disp rest &if %nresiz% .eq. 0 &then beam code -summary end $ $********************************************* end of macro $ &endmacro &m_act resize struct $ $********************************************* nodes $ *01 0.00 0 0 *02 0.00 0 16.0 *03 0.00 0 11.0 *06 0.00 0 15.0 *09 0.00 0 14.0 $ $********************************************* restraints $ ~FIXED1 fix X Y Z RX RY RZ ~FIXED2 fix X Y REST ~FIXED1 *01 REST ~FIXED2 *09 $ $********************************************* classes $ ~COL1 W14X132 -RDES W14//// Page 3 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ I M A G E S O F I N P U T D A T A +++ =============================================== ~COL2 W12X106 -RDES W12//// ~COL3 W12X106 -RDES W12//// ~COL4 W14X109 -RDES W14//// $ $********************************************* beams $ BEAm -cfb 0 ~COL1 -KY 1.9375 -KZ 1.0000 *01 *02 BEAm -cfb 0 ~COL2 -KY 2.0000 -KZ 1.0000 *01 *03 BEAm -cfb 0 ~COL3 -KY 1.9000 -KZ 1.0000 *01 *06 BEAm -cfb 0 ~COL4 -REL1 my mz *01 *09 $ $********************************************* loads $ ¯o nodlod name node x = 0 y = 0 z = 0 &describe load %node %node %name %x %y %z -cen %node &endmacro nodlod #live *02 0 0 -670 nodlod #live *03 0 0 -540 nodlod #live *06 0 0 -560 nodlod #live *09 0 0 -200 #LIVE *01 *09 0 120*4/14 0 -A 7.0 -LENGTH 0 #LIVE *01 *09 40*4/14 0 0 -A 7.0 -LENGTH 0 Page 4 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ J O I N T D I S P L A C E M E N T S +++ ============================================= In Body Part System Node Load /----- Deflection (in) -----/ /----- Rotation (Deg) ------/ Name Case X Y Z X Y Z -------- -------- --------- --------- --------- --------- --------- --------- *01 BASIC 0.000 0.000 -0.000 0.000 -0.000 0.000 *02 BASIC 0.000 0.000 -0.114 0.000 -0.000 0.000 *03 BASIC 0.000 0.000 -0.079 0.000 -0.000 0.000 *06 BASIC 0.000 0.000 -0.111 0.000 -0.000 0.000 *09 BASIC 0.000 0.000 -0.036 0.096 -0.089 0.000 Page 5 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ R E S T R A I N T L O A D D E T A I L +++ ================================================= Units Are KSI, Degrees, Feet, and Kips Unless Specified /---------- Force ----------/ /---------- Moment ---------/ Element /-- Node Names -/ Class Case X Y Z X Y Z -------- -------- -------- -------- -------- --------- --------- --------- --------- --------- --------- FIXE|001 *01 ~FIXED1 BASIC -5.71 -17.14 1970.00 -0.00 0.00 -0.00 FIXE|002 *09 ~FIXED2 BASIC -5.71 -17.14 0.00 0.00 0.00 0.00 Page 6 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ W S B E A M C H E C K S U M M A R Y +++ ================================================= Units Are KSI, Degrees, Feet, and Kips Unless Specified Results For Most Severe Load Case with Unity Ratio Greater Than 0 /- KL/R --/ /------- Stresses/Allowable (Ksi) -------/ API Mom AMF % Dist Bending Shear Unity Element /-- Node Names -/ Class Case -Y- -Z- From A Axial -Y- -Z- -Y- -Z- Check Comments -------- -------- -------- -------- -------- ----- ----- ------- -------- -------- -------- ------- ------- ------- ---------------- COL1|003 *01 *02 ~COL1 BASIC 59.2 51.1 0.01 -17.27 -0.00 -0.00 0.00 0.00 0.99 Eq H1-1 0.699 0.821 17.50 23.76 27.00 14.40 14.40 COL2|004 *01 *03 ~COL2 BASIC 48.3 42.5 0.01 -17.31 -0.00 -0.00 0.00 0.00 0.94 Eq H1-1 0.859 0.930 18.50 23.76 27.00 14.40 14.40 COL3|005 *01 *06 ~COL3 BASIC 62.5 58.0 0.01 -17.95 -0.00 -0.00 0.00 0.00 1.04 Eq H1-1 0.623 0.702 17.18 23.76 27.00 14.40 14.40 COL4|006 *01 *09 ~COL4 BASIC 27.0 45.0 50.00 -6.25 8.31 7.84 -0.23 -2.59 0.93 Eq H1-2 1.141 1.077 18.78 23.76 27.00 14.40 14.40 Page 7 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ D I M E N S I O N S O F R E S I Z E D C L A S S E S +++ ================================================================= New / Old in Inches Class Property Name No Type A B C D E F G H TS Space -------- -- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- ~COL3 1 W12X120 12.320 13.120 0.710 1.105 W12X106 12.220 12.890 0.610 0.990 Page 8 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ W S B E A M C H E C K S U M M A R Y +++ ================================================= Units Are KSI, Degrees, Feet, and Kips Unless Specified Results For Most Severe Load Case with Unity Ratio Greater Than 0 /- KL/R --/ /------- Stresses/Allowable (Ksi) -------/ API Mom AMF % Dist Bending Shear Unity Element /-- Node Names -/ Class Case -Y- -Z- From A Axial -Y- -Z- -Y- -Z- Check Comments -------- -------- -------- -------- -------- ----- ----- ------- -------- -------- -------- ------- ------- ------- ---------------- COL1|003 *01 *02 ~COL1 BASIC 59.2 51.1 0.01 -17.27 -0.00 -0.00 0.00 0.00 0.99 Eq H1-1 0.699 0.821 17.50 23.76 27.00 14.40 14.40 COL2|004 *01 *03 ~COL2 BASIC 48.3 42.5 0.01 -17.31 -0.00 -0.00 0.00 0.00 0.94 Eq H1-1 0.859 0.930 18.50 23.76 27.00 14.40 14.40 COL3|005 *01 *06 ~COL3 BASIC 62.1 57.6 0.01 -15.86 -0.00 -0.00 0.00 0.00 0.92 Eq H1-1 0.694 0.762 17.22 23.76 27.00 14.40 14.40 COL4|006 *01 *09 ~COL4 BASIC 27.0 45.0 50.00 -6.25 8.31 7.84 -0.23 -2.59 0.93 Eq H1-2 1.141 1.077 18.78 23.76 27.00 14.40 14.40 Page 9 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ D I M E N S I O N S O F R E S I Z E D C L A S S E S +++ ================================================================= New / Old in Inches Class Property Name No Type A B C D E F G H TS Space -------- -- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- Nothing Was Resized Page 10 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ J O I N T D I S P L A C E M E N T S +++ ============================================= In Body Part System Node Load /----- Deflection (in) -----/ /----- Rotation (Deg) ------/ Name Case X Y Z X Y Z -------- -------- --------- --------- --------- --------- --------- --------- *01 BASIC 0.000 0.000 -0.000 0.000 -0.000 0.000 *02 BASIC 0.000 0.000 -0.114 0.000 -0.000 0.000 *03 BASIC 0.000 0.000 -0.079 0.000 -0.000 0.000 *06 BASIC 0.000 0.000 -0.098 0.000 -0.000 0.000 *09 BASIC 0.000 0.000 -0.036 0.096 -0.089 0.000 Page 11 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ R E S T R A I N T L O A D S T A N D A R D +++ ===================================================== Units Are KSI, Degrees, Feet, and Kips Unless Specified Results For Most Severe Load Case with FX Greater Than 0 /---------- Force ----------/ /---------- Moment ---------/ Element /-- Node Names -/ Class Case X Y Z X Y Z -------- -------- -------- -------- -------- --------- --------- --------- --------- --------- --------- FIXE|001 *01 ~FIXED1 BASIC -5.71 -17.14 1970.00 -0.00 0.00 -0.00 FIXE|002 *09 ~FIXED2 BASIC -5.71 -17.14 0.00 0.00 0.00 0.00 Page 12 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ R E S T R A I N T E N V E L O P E S T A N D A R D +++ ============================================================= Units Are KSI, Degrees, Feet, and Kips Unless Specified /---------- Force ----------/ /---------- Moment ---------/ Element /-- Node Names -/ Class X Y Z X Y Z -------- -------- -------- -------- --------- --------- --------- --------- --------- --------- FIXE|001 *01 ~FIXED1 -5.71 -17.14 1970.00 -0.00 0.00 -0.00 -5.71 -17.14 1970.00 -0.00 0.00 -0.00 FIXE|002 *09 ~FIXED2 -5.71 -17.14 0.00 0.00 0.00 0.00 -5.71 -17.14 0.00 0.00 0.00 0.00 Page 13 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ W S B E A M C H E C K S U M M A R Y +++ ================================================= Units Are KSI, Degrees, Feet, and Kips Unless Specified Results For Most Severe Load Case with Unity Ratio Greater Than 0 /- KL/R --/ /------- Stresses/Allowable (Ksi) -------/ API Mom AMF % Dist Bending Shear Unity Element /-- Node Names -/ Class Case -Y- -Z- From A Axial -Y- -Z- -Y- -Z- Check Comments -------- -------- -------- -------- -------- ----- ----- ------- -------- -------- -------- ------- ------- ------- ---------------- COL1|003 *01 *02 ~COL1 BASIC 59.2 51.1 0.01 -17.27 -0.00 -0.00 0.00 0.00 0.99 Eq H1-1 0.699 0.821 17.50 23.76 27.00 14.40 14.40 COL2|004 *01 *03 ~COL2 BASIC 48.3 42.5 0.01 -17.31 -0.00 -0.00 0.00 0.00 0.94 Eq H1-1 0.859 0.930 18.50 23.76 27.00 14.40 14.40 COL3|005 *01 *06 ~COL3 BASIC 62.1 57.6 0.01 -15.86 -0.00 -0.00 0.00 0.00 0.92 Eq H1-1 0.694 0.762 17.22 23.76 27.00 14.40 14.40 COL4|006 *01 *09 ~COL4 BASIC 27.0 45.0 50.00 -6.25 8.31 7.84 -0.23 -2.59 0.93 Eq H1-2 1.141 1.077 18.78 23.76 27.00 14.40 14.40 Page 14 Licensee - Ultramarine, Inc Rev DEVLOP Ser201 *************************************************************************************************************** * *** MOSES *** * * ---------------- December 30, 2008 * * AISC BEAM EXAMPLE 1 p. 3-4 * * * *************************************************************************************************************** +++ I N D E X O F O U T P U T +++ ===================================== IMAGES OF INPUT DATA . . . . . . . . . . . . . . . . . 1 JOINT DISPLACEMENTS . . . . . . . . . . . . . . . . . 4 RESTRAINT LOAD DETAIL . . . . . . . . . . . . . . . . 5 WS BEAM CHECK SUMMARY . . . . . . . . . . . . . . . . 6 DIMENSIONS OF RESIZED CLASSES . . . . . . . . . . . . 7 WS BEAM CHECK SUMMARY . . . . . . . . . . . . . . . . 8 DIMENSIONS OF RESIZED CLASSES . . . . . . . . . . . . 9 JOINT DISPLACEMENTS . . . . . . . . . . . . . . . . . 10 RESTRAINT LOAD STANDARD . . . . . . . . . . . . . . . 11 RESTRAINT ENVELOPE STANDARD . . . . . . . . . . . . . 12 WS BEAM CHECK SUMMARY . . . . . . . . . . . . . . . . 13 INDEX OF OUTPUT . . . . . . . . . . . . . . . . . . . 14