get_nsol#

Mapdl.get_nsol(node='', item='', comp='', name='', sector='', **kwargs)#

Get NSOL solutions

Parameters:
nodeint

Node for which data is to be stored.

itemstr

Label identifying the item. Valid item labels are shown in the table below. Some items also require a component label.

compstr

Component of the item (if required). Valid component labels are shown in the table below.

namestr, optional

Thirty-two character name identifying the item on printouts and displays. The default is a label formed by concatenating the first four characters of the item and comp labels.

sectorint, optional

For a full harmonic cyclic symmetry solution, the sector number for which the results from NODE are to be stored.

Returns:
np.array

Variable values

Return type:

ndarray[tuple[int, ...], dtype[float64]]

Notes

By default, this command store temporally the variable on the variable number set by VAR_IR in the class MapdlGrpc. Therefore, any variable in that slot will be deleted when using this command.

Stores nodal degree of freedom and solution results in a variable. For more information, see Data Interpreted in the Nodal Coordinate System in the Modeling and Meshing Guide.

For SECTOR>1, the result is in the nodal coordinate system of the base sector, and it is rotated to the expanded sector’s location. Refer to Using the /CYCEXPAND Command in the Cyclic Symmetry Analysis Guide for more information.

For SHELL131 and SHELL132 elements with KEYOPT(3) = 0 or 1, use the labels TBOT, TE2, TE3, …, TTOP instead of TEMP.