Print工具

介绍Print工具的使用和参数含义

作用

以简单的文本格式,输出结点和单元计算结果到文件中。如果要输出结果用于在xScale中显示,请采用Dump工具。

形式

tool new print1 Print s1 i1 
    -file file.dat
    -node Nall U S 
    -elem Eall S

说明

  • s1 i1: 表示每隔s1个载荷步,i1个增量步进行输出
  • -file file.dat: 输出文件名称
  • -node Nall U S: 输出结点集Nall的位移和应力,可以同时输出多个结点集的结果
  • -elem Eset1 U S: 输出单元集Eset1的应力结果,可以同时输出多个单元集的结果

示例

tool new print1 Print 1 1 -file file.dat -node Nall U S 

反馈留言 💬