NodalResult¶
- class pyccx.results.NodalResult(nodeSet=None)¶
Bases:
ResultThe NodalResult when attached to a
LoadCasewill inform Calculix to save the nodal values onto the file (.frd) for the selected nodes attached in the specifiedNodeSet.Attributes Summary
Include the extrapolated nodal cauchy stress components in the results
Include the nodal displacement components in the results
Setting this property will instruct calculix to export the node values that are obtained implicitly when the nodes from the shell elements are expanded/project rom their mid-surface region.
Include the nodal heat flux components in the results
The
NodeSetto obtain values for post-processing.Include equivalent plastic strain variable in the results
Include the nodal reaction forces in the results
Include the strain components in the results
Include the nodal temperature in the results
Methods Summary
Attributes Documentation
- cauchyStress¶
Include the extrapolated nodal cauchy stress components in the results
- displacement¶
Include the nodal displacement components in the results
- expandShellElements¶
Setting this property will instruct calculix to export the node values that are obtained implicitly when the nodes from the shell elements are expanded/project rom their mid-surface region. This is useful for post-processing and representing an equivalent volumetric mesh for the shell elements.
- heatFlux¶
Include the nodal heat flux components in the results
- nodeSet¶
The
NodeSetto obtain values for post-processing.
- plasticStrain¶
Include equivalent plastic strain variable in the results
- reactionForce¶
Include the nodal reaction forces in the results
- strain¶
Include the strain components in the results
- temperature¶
Include the nodal temperature in the results
Methods Documentation
- writeElementInput()¶
- writeInput()¶