get_nsol#
- Mapdl.get_nsol(node='', item='', comp='', name='', sector='', **kwargs)#
Get NSOL solutions
- Parameters:
- node
int
Node for which data is to be stored.
- item
str
Label identifying the item. Valid item labels are shown in the table below. Some items also require a component label.
- comp
str
Component of the item (if required). Valid component labels are shown in the table below.
- name
str
,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
andcomp
labels.- sector
int
,optional
For a full harmonic cyclic symmetry solution, the sector number for which the results from NODE are to be stored.
- node
- Returns:
np.array
Variable values
- Return type:
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.