Batch post processing

Z-set contain a fairly large post-computation facility for generating reduced data from FEA analysis, including interfaces with Zebulon and ABAQUS. Some example computations available are listed below.

Global Post

Local Post

Example

This is a little creep-fatigue example analysis using the post computations for a typical cylinder-head type application.
 
****post_processing
 ***local_post_processing
  **file integ
  **elset alu
  **material_file al
  **process lcf
   *mode LC
   *fatigue fatigue_S   2
   *creep creep 2
 ***global_post_processing
  **output_number 1
  **file integ
  **elset alu
  **process min
   *list_var NF_S NC_S NR_LC
****return

****post_processing
  **process fatigue_S
   *var  sig
   *mode simple
  **process creep
    *var  sig
****return

Up: NW Numerics Software
Back: Pre-processing
Next: Plug-ins