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

  • weibull
  • volume_above
  • volume
  • gil_sevillano
  • node_interpolation
  • mm_localization
  • momentum
  • average
  • max/min
  • gp_xyz
  • extract2d3d
  • couple
  • beremin
  • average_in_element
  • average_around

Local Post

  • ductile_failure
  • triax
  • tresca
  • trace
  • range
  • oxidation
  • norm
  • multirange
  • mises
  • min/max
  • rainflow
  • inc_creep_damage
  • hyper_visco
  • harmonic
  • function
  • fatigue_rainflow
  • fatigue_S/fatigue_E/fatigue_EE
  • evcum_sum
  • eigen2
  • derivate/integrate
  • delay
  • creep
  • adiabatic_temperature
  • LCF/HCF
  • format
  • initiation

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