distrib.flt

来自「C 开发的有限元软件」· FLT 代码 · 共 39 行

FLT
39
字号
	/*	 * An example taken from the EDSEP user's manual (#4)	 */problem descriptiontitle="Beam w/Distributed Load Example Problem" nodes=5 elements=4nodes1 x=0    y=0     constraint=pinned2 x=800          constraint=free     force=point3 x=1600         constraint=free     4 x=2800         constraint=roller5 x=1600 y=-400  constraint=fixedbeam elements1 nodes=[1,2] material=steel load=weight2 nodes=[2,3] material=steel load=weight3 nodes=[3,4] material=steel load=weight4 nodes=[3,5] material=light load=light_wtmaterial propertiessteel e=3e3 a=3000 ix=7e5light e=3e3 a=1000 ix=8.25e4distributed loadsweight direction=perp values=(1,-0.26) (2,-0.26)light_wt direction=parallel values=(1,0.0868) (2,0.0868)constraintsfixed tx=c ty=c tz=c rz=cfree tx=u ty=u tz=c rz=uroller tx=u ty=c tz=c rz=upinned tx=c ty=c tz=c rz=uforcespoint fy=-40end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?