Difference between revisions of "Description Command"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
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: | ||
; <tt>Title #1</tt> | |||
: Give one-line title for the calculations in #1. | |||
; <tt>Name #1</tt> | |||
: Enter you name in #1. | |||
; <tt>Header<br> (lines of text)<br>EndHeader</tt> | |||
: Enter any number of lines of free-format text to describe the simulations. | |||
; <tt>Comment #1,#2,...</tt> | |||
: Enter any number of arguments. The arguments are evaluated (and they may be expressions) and placed in the analysis description after the word "Comment:". |
Revision as of 09:32, 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:
- Title #1
- Give one-line title for the calculations in #1.
- Name #1
- Enter you name in #1.
- Header
(lines of text)
EndHeader - Enter any number of lines of free-format text to describe the simulations.
- Comment #1,#2,...
- Enter any number of arguments. The arguments are evaluated (and they may be expressions) and placed in the analysis description after the word "Comment:".