Difference between revisions of "Description Command"

From OSUPDOCS
Jump to navigation Jump to search
Line 5: Line 5:
In XML input files, a <tt>Description</tt> block can contain any free-format text description of the analysis:
In XML input files, a <tt>Description</tt> block can contain any free-format text description of the analysis:


  <pre>&lt;Descrription&gt;
  &lt;Description&gt;
This simulation will be a 3D analysis of a high-speed impact
This simulation will be a 3D analysis of a high-speed impact
on an inclined plate.
on an inclined plate.
&lt;/Descriptiong&gt;</pre>
&lt;/Description&gt;


== Scripted Input Files ==
== Scripted Input Files ==


In scripted input files, you can build a description by using multiple commands for common elements that should be in a good analysis description. The commands are:
In scripted input files, you can build a description by using multiple commands for common elements that should be in a good analysis description. The commands are:

Revision as of 10:25, 25 May 2013

In is good practice to annotate MPM and FEA command files with a description of the calculations being created.

XML Input Files

In XML input files, a Description block can contain any free-format text description of the analysis:

<Description>
This simulation will be a 3D analysis of a high-speed impact
on an inclined plate.
</Description>

Scripted Input Files

In scripted input files, you can build a description by using multiple commands for common elements that should be in a good analysis description. The commands are: