用OpenSees進(jìn)行截面彎矩_第1頁
用OpenSees進(jìn)行截面彎矩_第2頁
用OpenSees進(jìn)行截面彎矩_第3頁
用OpenSees進(jìn)行截面彎矩_第4頁
用OpenSees進(jìn)行截面彎矩_第5頁
已閱讀5頁,還剩3頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

用OpenSees進(jìn)行截面彎矩-曲率分析,分析結(jié)果可用于SAP2000自定義鉸屬性MomentCurvatureExampleFromOpenSeesWikiThisnextexamplecoversthemoment-curvatureanalysisofarectangularreinforcedconcretesection.InthisexampleaZeroLengthelementwiththefiberdiscretizationofthecrosssectionisused.Inadditiontoprovidingunderstandingastothecreationofafibersection,theexampleintroducesTcllanguagefeaturessuchasvariableandcommandsubstitution,expressionevaluationandtheuseofprocedures.Hereisthefile:MomentCurvature.tclNOTE:Thelinesinthedashedboxesarelinesthatappearintheinputfile.alllinesthatbeginwith#arecomments,theyareignoredbytheprogram(interpreter)butareusefulfordocumentingthecode.Whencreatingyourowninputscriptsyouarehighlyencouragedtousecomments.TclBasicsInthetclscriptthatistobepresented,variables,expressionsandproceduresareused.Avariableisasymbolicnamegiventosomeknownorunknownquantityorinformation,forthepurposeofallowingthenametobeusedindependentlyoftheinformationitrepresents.InTclavariableonceset(withthesetcommand)canthenbesubsequentlyusingthesyntaxof$variable.Thefollowingtclexamplesetsthevariablevtobe2.0,andthenprintstothescreenamessagesayingwhatthevalueofvis.setv3.0puts"vequals$v"Expressionscanbeevaluatedusingtheexprcommand.Whenusingtheexprcommand,mostmathematicalfunctionsfoundinanyprogramminglanguagecanbeused,e.g.sin(),cos(),max(),min(),abs(),...Itisalsotypicaltocombineanexpressioncommand,withasetcommand.Todothis,theexprcommandisenclosedinsquarebrackets[]'s.Thefollowingexampledemonstratesthesettingofavariablevtobe3.0,thesettingofanothervariablesumtobetheresultofaddingwhateverthevalueofthevariablevisto2.0,andfinallytheprintingtothescreenofamessagesayingwhatthecurrentvalueofsumis.Typically,theresultofanexpressionisthensettoanothervariable.Asimpleexampletoadd2.0toaparameterandprinttheresultisshownbelow:setv3.0setsum[expr$v+2.0]puts"sumequals$sum";#printthesumMomentCurvature.tclScriptThefilecontains2parts.ThefirstpartcontainsaprocedurenamedMomentCurvature,andthesecondpartcontainsthecreationofthesectionandthesubsequentcallingoftheprocedure.NOTES:1.TypicallyusefulproceduressuchasMomentCurvaturewouldbeplacedinaseparatefile.Thisisdonesothatotherscripts

canalsousethem.Itisonlyplacedinthesamefileheretolimitthenumberofdownloadsforthereaderofthisarticle.2.Inthereferencedfile,theprocedureproceedsthecallingoftheprocedure.Itmustalwaysbethus.Inthisarticlewediscussthesectiongenerationfirst.SectionDefinitionForthezerolengthelement,asectiondiscretizedbyconcreteandsteeliscreatedtorepresentthebehaviour.UniaxialMaterialobjectsarecreatedwhichdefinethefiberstress-strainrelationship's.Thereisconfinedconcreteinthecore,unconfinedconcreteinthecoverregion,andreinforcingsteel.thefigure.Thesectionthereis1.5inchcoverz-axis.ThesectionisThedimensionofthesectionareasshownindepthis24inches,thewidth15inches,andallaround.Strongaxisbendingisabouttheseparatedintoconfinedandunconfinedconcreteregions,forwhichseparatediscretizationswillbegenerated,Reinforcingsteelisplacedaroundtheboundaryofththefigure.Thesectionthereis1.5inchcoverz-axis.Thesectionisfilewhichare"sourced""bythemainscript.Thefollowingarethecommandsthatgeneratethesectionandperformthemomentcurvatureanalysis.ThemodelandanalysiscommandsarecontainedintheMomentCurvatureprocedure.Thesearecontainedinaseperate#units:kip,in#Removewipeexistingmodel#CreateModelBuilder(withtwo-dimensionsand3DOF/node)modelBasicBuilder-ndm2-ndf3DefinematerialsfornonlinearcolumnsCONCRETEtagf,cec0f,cuecuCoreconcrete(confined)uniaxialMaterialConcrete011-6.0-0.004-5.0-0.014Coverconcrete(unconfined)uniaxialMaterialConcrete012-5.0-0.0020.0-0.006STEELReinforcingsteelsetfy60.0;#YieldstresssetE30000.0;#Young'smodulustagfyE0buniaxialMaterialSteel013$fy$E0.01setsomeparamaterssetcolWidth15setcolDepth24setcover1.5setAs0.60;#areaofno.7barssomevariablesderivedfromtheparameterssety1[expr$colDepth/2.0]setz1[expr$colWidth/2.0]Definecross-sectionfornonlinearcolumnssectionFiber1(filewhichare"sourced""bythemainscript.#units:kip,in#RemovewipeexistingmodelCreatetheconcretecorefiberspatchrect1101[expr$cover-$y1][expr$cover-$z1][expr$y1-$cover][expr$z1-$cover]Createtheconcretecoverfibers(top,bottom,left,right)patchrect2101[expr-$y1][expr$z1-$cover]$y1$z1patchrect2101[expr-$y1][expr-$z1]$y1[expr$cover-$z1]patchrect221[expr-$y1][expr$cover-$z1][expr$cover-$y1][expr$z1-$cover]patchrect221[expr$y1-$cover][expr$cover-$z1]$y1[expr$z1-$cover]Createthereinforcingfibers(left,middle,right)layerstraight33$As[expr$y1-$cover][expr$z1-$cover][expr$y1-$cover][expr$cover-$z1]layerstraight32$As0.0[expr$z1-$cover]0.0[expr$cover-$z1]layerstraight33$As[expr$cover-$y1][expr$z1-$cover][expr$cover-$y1][expr$cover-$z1]}Estimateyieldcurvature(Assumingnoaxialloadandonlytopandbottomsteel)setd[expr$colDepth-$cover];#d--fromcovertorebarsetepsy[expr$fy/$E];#steelyieldstrainsetKy[expr$epsy/(0.7*$d)]#Printestimatetostandardoutputputs"Estimatedyieldcurvature:$KySetaxialloadsetP-180setmu15;#TargetductilityforanalysissetnumIncr100;#NumberofanalysisincrementsCallthesectionanalysisprocedureMomentCurvature1$P[expr$Ky*$mu]$numIncrMomentCurvatureProcedureTheTclproceduretoperformthemoment-curvatureanalysisfollows.Theproceduretakesasinputthetagofthesectiontobeanalyzed,theaxialload,P,tobeapplied,themaxcurvaturetobeevaluatedandthenumberofiterationstoachievethismaxcuravature.Theprocedurefirstcreatesthemodelwhichconsistsoftwonodes,boundaryconditions,andaZeroLengthSectionelement.Adepictionofthegeometryisasshowninthetopmostfigureabove.Theimageontheleftshowsanedgeviewoftheelement,withlocalz-axiscomingoutofthepage.Node1iscompletelyrestrained,withtheappliedloadsactingatNode2.Anaxialload,P,isappliedtothesectionduringthemomentcurvatureanalysis.Afterthemodelhasbeencreated,theanalysisisperformed.Asingleloadstepisfirstperformedfortheaxialload,thentheintegratorischangedtoDisplacementControltoimposenodaldisplacements,whichmapdirectlytosectiondeformations.Areferencemomentof1.0isdefinedinaLineartimeseries.Forthisreferencemoment,theDisplacementControlintegratorwilldeterminetheloadfactorneededtoapplytheimposeddisplacement.Anoderecorderisdefinedtotrackthemomentcurvatureresults.Theloadfactoristhemoment,cMomentCurvature(secTagaxialLoadmaxK(numIncr100}}(#Definetwonodesat(0,0)node10.00.0node20.00.0Fixalldegreesoffreedomexceptaxialandbendingfix1111fix2010DefineelementtagndIndJsecTagelementzeroLengthSection112$secTagCreaterecorderrecorderNode-filesection$secTag.out-time-node2-dof3dispDefineconstantaxialloadpatternPlain1"Constant"(load2$axialLoad0.00.0}DefineanalysisparametersintegratorLoadControl0.0systemSparseGeneral-piv;#Overkill,butmayneedthepivoting!testNormUnbalance1.0e-910numbererPlainconstraintsPlainalgorithmNewtonanalysisStaticDooneanalysisforconstantaxialloadanalyze1DefinereferencemomentpatternPlain2"Linear"(load20.00.01.0}ComputecurvatureincrementsetdK[expr$maxK/$numIncr]Usedisplacementcontrolatnode2forsectionanalysisintegratorDispla

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論