Difference between revisions of "Description Command"

From OSUPDOCS
Jump to navigation Jump to search
(Created page with "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 <tt>Description</...")
 
Line 6: Line 6:


  <pre>&lt;Descrription&gt;
  <pre>&lt;Descrription&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;/Descriptiong&gt;</pre>


== 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:17, 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:

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

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: