NairnFEAMPM Icon

Header Command

The Header command allows you to enter comments that describe the FEA or MPM analysis. The format is:

Header
  Description of the analysis
  More description
EndHeader

where any number of lines before the EndHeader Command can be used to describe the analysis.The entered description will appear at the top of the analysis output file. There can be any number of Header blocks and extra ones will be appended to previous ones.

Notes

  1. Text within a Header is simple copied to the analysis description. Any expressions in the block will not be evaluated.
  2. To add comments to the analysis description that depend on evaluation of expressions, you can use Comment Commands.