$ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $ ---------- COMMANDS TO ANALYZE A MOORED BARGE -------- $ $ This set of commands will perform an analysis of a moored barge. $ A simple 4 point mooring arrangement is defined and the anchors are $ repositioned to achieve a desired pretension. The Connector Design $ menu is then entered to produce design type information. Next, a $ frequency domain analysis is performed, and finally a time domain $ simulation. $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $********************************************* SET BASIC PARAMETERS $ &dimen -DIMEN FEET KIPS &devi -g_def file -oecho no &TITLE Comparison of CS_CURR with TANAKAA $ $********************************************* Read Model $ INMODEL $ $********************************************* Set Initial Condition $ &INSTATE -CONDITION TBRG 9 0 0 $ $********************************************* Define Mooring Lines $ MEDIT *MLA 400 50 20 *MLB 400 -50 20 *MLC 0 -50 20 *MLD 0 50 20 ~WIRE b_cat 4.19 -depanc 500 -len 4000 -buoydia 0 -wtplen .0125 CONNECTOR a -ANCHOR -45 20 ~WIRE *MLB CONNECTOR b -ANCHOR -90 20 ~WIRE *MLB CONNECTOR c -ANCHOR -90 20 ~WIRE *MLC CONNECTOR d -ANCHOR -135 20 ~WIRE *MLC CONNECTOR e -ANCHOR 135 20 ~WIRE *MLD CONNECTOR f -ANCHOR 90 20 ~WIRE *MLD CONNECTOR g -ANCHOR 90 20 ~WIRE *MLA CONNECTOR h -ANCHOR 45 20 ~WIRE *MLA END $ $********************************************* Move Anchors $ &connector @ -a_tension 100 &dcptime Time to Connect $ $********************************************* Frequency Domain $ hydrodynamics g_pressure TBRG -heading 90 end $ $********************************************* Find Equilibrium $ &ENV TEST -sea issc 90 10 7.5/1.295 -TIME 300 1 &equi &STATUS F_CONNECT &STATUS Force &dcptime Time For Equilibrium &set damp = -cs_curr 0 0 0 -tanaka 1 $ $********************************************* loop types $ &loop k 1 2 &SUBTITLE Using %damp &describe piece tbrg %damp -cs_wind 0 0 0 $ $********************************************* frequency response $ freq rao fr_point end st_point test report end end $ $********************************************* Time Domain $ TDOM -newmark $ $********************************************* Time Domain Post $ PRCPOST TRAJECTORY vlist statistic 1 2 6 7 8 -hard set_var time -column 1 set_var r%k -column 8 $ plot 1 8 -no END END $ $********************************************* end loop $ &set damp = -cs_curr 1 1 1 -tanaka 0 &endloop $ $********************************************* make plot $ &build -csv time "Roll Tanaka" "Roll CS_CURR" &loop k 1 &token(n %time) &token(%k %time) &token(%k %r1) &token(%k %r2) &endloop end plot 1 3 2 -n \ -t_left "Roll (Deg.)" \ -t_x "Time (sec.)" \ -legend 2 "Using TANAKA" \ -legend 1 "Using CS_CURR" $ $********************************************* All Done $ &FINI