foriqr#
- Mapdl.foriqr(node, key, pname='__tmpvar__', **kwargs)#
Get information about nodal loads.
Warning
DISCLAIMER: This function is un-documented in the official ANSYS Command Reference Guide. Hence its support is limited and it use is not encouraged. Please use it with caution.
- Parameters:
- node
int
Number of node being inquired about. should be 0 for key =
DB_MAXDEFINED
orDB_NUMDEFINED
.- key
float
Key as to information needed
1 - return force mask for node
DB_MAXDEFINED
- return number of nodal loadings in model.DB_NUMDEFINED
- return number of nodal loadings in model.
Note
Both
DB_MAXDEFINED
andDB_NUMDEFINED
, produce the same functionality.- pname
str
Name of the variable where the queried value is stored.
- **kwargs
Extra arguments to be passed to
Mapdl.run
.
- node
- Returns: