The Plate Example

As an example of the development of a postprocessor, consider the Plate component described earlier. You will create a summary of the execution results that lists the selected shape and specified dimensions and produces a table of the output quantities of interest.

Because there are no specific function calls to outline, refer to Component Development Reference, for a complete listing of the code for the Postprocessor for this component.

File Parameters

If your component requires interaction with files that must be made known to Isight (e.g., to be passed to/from other components), you will likely need to represent them using File Parameters. For more information on programming with file parameters, see File Parameters Reference.