ResultsValue¶
- class pyccx.results.ResultsValue¶
Bases:
objectThe 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
Nodal Displacement Component
Nodal Reaction Force Components
Nodal Strain tensor components
Nodal Cauchy Stress Components
Nodal Temperature
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