nodal_pressure#
- PostProcessing.nodal_pressure()#
The nodal pressure of the current result.
Equilvanent MAPDL command:
PRNSOL, PRES
- Return type:
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.pressure() array([0., 0., 0., ..., 0., 0., 0.])