foriqr#
- Mapdl.foriqr(node, key, pname='__tmpvar__', **kwargs)#
Get information about nodal loads.
警告
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_MAXDEFINEDorDB_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.
注釈
Both
DB_MAXDEFINEDandDB_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: