Difference between revisions of "Description Command"
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><Descrription> | <pre><Descrription> | ||
This simulation will be a 3D analysis of a high-speed impact | |||
on an inclined plate. | on an inclined plate. | ||
</Descriptiong></pre | </Descriptiong></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 09: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: