ANSYS结构非线性分析相应步骤及命令流(9)

2019-08-31 18:08

1、选择“Utility Menu>List>Files>Other”。出现“List File”对话框。选择“axplate.mntr”域,并按“OK”。

2、检查整个求解的时间步、竖向位移、反力等。 3、按“Close”。

步骤十五: 应用一般后处理程序显示结果

1、选择“Main Menu>General Postproc>-Read Results -Last Set”。 2、选择“Main Menu>General Postproc>Plot Results> Deformed Shape”。出现“Plot Deformed Shape”对话框。

3、按“Def + undef edge”,按“OK”。。在图形窗口中显示变形图。 4、选择“Main Menu>General Postproc>Plot Results> -Contour Plot -Element Solu”。出现“Contour Element Solution Data”对话框。 5、在左侧选“Strain-plastic”,在右侧选“Eqv plastic EPEQ”。按“OK”。在图形窗口中出现等值线图。

6、选择”Utility Menu>Plot>Elements”。 步骤十六: 定义时间-历程后处理的变量

1、选择“Utility Menu>Select>Entities”。出现“Select Entities”对话框。

2、验证在前面两个框中选了“Nodes”和“By Num/Pick”。按“OK”。出现“Select nodes”拾取菜单。

3、在ANSYS输入窗中输入“ntop”,按回车。然后按“OK”。

4、选择“Utility Menu>Select>Entities”。出现“Select Entities”对话框。在第一个下拉框选择“Elements”。在第二个下拉框选“Attached to”。验证选择了所有节点。然后按“OK”。

5、选择“Utility Menu>Select>Everything”。

6、选择“Main Menu>TimeHist Postpro>Define Variables”。出现“Defined Time-History Variables”对话框。按“Add...”,出现“Add Time-History Variable”对话框。

7、按“Element results”。按“OK”。出现“Define Elemental Data”拾取菜单。

8、在图形窗口中拾取左上侧单元,按“OK”。出现“Define Nodal Data”拾取菜单。

9、拾取左上角单元的左上角节点。按“OK”。出现“Define Element Results Variable ”对话框。

10、验证“reference number of the variable”为2。

11、在左侧选择“Stress”,在右侧选择“Y-direction SY”。按“OK”。再出现“Defined Time-History Variables”对话框和第二个变量列表(ESOL)。在对话框中应该显示单元号281, 节点号 50, 项目 S, 元件 Y, 名 SY。 12、按“Add”。重复 7-10 步,变量参考号为 3。

13、在“Define Element Results Variable”对话框,在左侧选择“Strain-elastic”。在右侧选择“Y-dir\ 14、按“Add”。重复 7-10 步,变量参考号为 4。

15、在“Define Element Results Variable”对话框,在左侧选择“Strain-plastic”,在右侧选“Y-dir\

16、在“Defined Time-History Variables”对话框,按“Close”。 17、选择“Main Menu>TimeHist Postpro>Math Operations> Add”。出现“Add Time-History Variables”对话框。

18、输入“reference number for result”为 5, “1st variable”为 3,而“2nd variable”为4,按“OK”。这将把弹性和塑性应变添加到边量3和4。其总和是总应变,并存为变量5。 步骤十七: 显示时间-历程结果

1、选择“Main Menu>TimeHist Postpro>Settings> Graph”。出现“Graph Settings”对话框。

2、按“Single variable for the X-axis variable”,并输入5。按“OK”。 3、选择“Utility Menu>PlotCtrls>Style>Graphs> Modify Axes”。出现“Axes Modifications for Graph Plots”对话框。 4、在“X-axis label”中,输入“Total Y-Strain”。 5、在“Y-axis label”中,输入“Y-Stress”。按“OK”。

6、选择“Main Menu>TimeHist Postpro> Graph Variables”。出现“Graph Time-History Variables”对话框。

7、在第一个要显示的变量中输入“2”,按“OK”。 步骤十八: 退出ANSYS

1、从工具条中选择“QUIT”。

2、选择所需要的选项,最后按“OK”。

2.5.1.4 求解步骤(批处理方法)

用户可以用下面显示的ANSYS命令替代GUI选择来进行§2.5.1.3的非线性静态实例分析。以感叹号(!)开头的条目是注释。

/BATCH,list

/title,Cyclic loading of a fixed circular plate /filnam,axplate /prep7

radius=1.0 ! Radius of

the plate (m)

thick=0.1 ! Thickness

of plate (m)

et,1,PLANE42,,,1 ! PLANE42

axisymmetric element

mp,ex,1,16911.23 mp,nuxy,1,0.3

! Define a Kinematic Hardening Plasticity curve using the KINH

material model

tb,KINH,1,1,5

! Define the true stress vs. total log strain curve for this material

model

! using 5 points. First point defines the elastic limit tbpt,,0.001123514,19.00 tbpt,,0.001865643,22.80 tbpt,,0.002562402,25.08 tbpt,,0.004471788,29.07 tbpt,,0.006422389,31.73

! Set the axles labels for the stress-strain curve plot /axlab,X,Log Strain (N/m^2) /axlab,Y,True Stress (N/m^2)

tbpl,KINH,1 ! Plot and verify

the material stress-strain curve

! Define a rectangle which is the axisymmetric cross section of the

plate.

! The rectangle has a length equal to the radius of the plate and

a height equal

! to the thickness of the plate rect,,radius,,thick

! Select the left and right bounding lines of the created rectangle

and set

! the line division to 8 (8 elements through the thickness of the

plate)

FLST,5,2,4,ORDE,2 FITEM,5,2 FITEM,5,4 CM,_Y,LINE LSEL, , , ,P51X

!* CM,_Y1,LINE CMSEL,,_Y LESIZE,_Y1, , ,8,1, CMDEL,_Y CMDEL,_Y1 !*

! Select the top and bottom bounding lines of the created rectangle

and set

! the line division to 40 (40 elements through the radius of the

plate)

FLST,5,2,4,ORDE,2 FITEM,5,1 FITEM,5,3 CM,_Y,LINE LSEL, , , ,P51X !* CM,_Y1,LINE CMSEL,,_Y LESIZE,_Y1, , ,40,1, CMDEL,_Y CMDEL,_Y1 !*

CM,_Y,AREA


ANSYS结构非线性分析相应步骤及命令流(9).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:2018-2019年初中化学知识点《化学基本概念与原理》《物质的性质

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: