NodalResult

class pyccx.results.NodalResult(nodeSet=None)

Bases: Result

The NodalResult when attached to a LoadCase will inform Calculix to save the nodal values onto the file (.frd) for the selected nodes attached in the specified NodeSet.

Attributes Summary

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.

heatFlux

Include the nodal heat flux components in the results

nodeSet

The NodeSet to 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 Summary

writeElementInput()

writeInput()

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 NodeSet to 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()