Dump工具
介绍Dump工具的使用和参数含义
作用
输出模型结点的计算结果,包含多个加载步,用于在xScale中显示。
形式
tool new dump1 Dump s1 i1
-file cube2x.tet
-format tet
-nset NodeSet1
-displace yes/no
-vars U E ...
说明
s1 i1
: 表示每隔s1个载荷步,i1个增量步进行输出-file file.dat
: 输出文件名称-format tet
: 数据文件类型-nset NodeSet1
: 指定结点集NodeSet1-displace yes/no
: 位移是否加到坐标上-vars U E
: 结点变量名称,默认只输出位移U。S为应力,E为应变
示例
tool new dump1 Dump 1 0 -file results.tet -format tet