ResultsValue

class pyccx.results.ResultsValue

Bases: object

The following class attributes are available for post-processing the result file and are used as an enumeration for selecting the desired results to be saved to the .frd and .dat file processed in the ResultProcessor.

Attributes Summary

DISP

Nodal Displacement Component

ELHEATFLUX

ELSTRESS

FORCE

Nodal Reaction Force Components

STRAIN

Nodal Strain tensor components

STRESS

Nodal Cauchy Stress Components

TEMP

Nodal Temperature

VMSTRESS

Nodal von Mises Stress

Attributes Documentation

DISP = 'disp'

Nodal Displacement Component

ELHEATFLUX = 'elHeatFlux'
ELSTRESS = 'elStress'
FORCE = 'force'

Nodal Reaction Force Components

STRAIN = 'strain'

Nodal Strain tensor components

STRESS = 'stress'

Nodal Cauchy Stress Components

TEMP = 'temp'

Nodal Temperature

VMSTRESS = 'stressVM'

Nodal von Mises Stress