nodal_temperature#

PostProcessing.nodal_temperature()[source]#

The nodal temperature of the current result.

Equilvanent MAPDL command: PRNSOL, TEMP

Return type:

ndarray

Notes

The nodal results are averaged across all selected elements. Not all nodes will contain valid results (e.g. midside nodes), and those nodes will report a zero value.

Elements that are not selected will not contribute to the averaged nodal values, and if a node’s attached elements are all unselected, the element will report a zero value.

Examples

>>> mapdl.post_processing.temperature
array([0., 0., 0., ..., 0., 0., 0.])