foriqr#

Mapdl.foriqr(node, key, pname='__tmpvar__', **kwargs)[source]#

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:
nodeint

Number of node being inquired about. should be 0 for key = DB_MAXDEFINED or DB_NUMDEFINED.

keyfloat

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 and DB_NUMDEFINED, produce the same functionality.

pnamestr

Name of the variable where the queried value is stored.

**kwargs

Extra arguments to be passed to Mapdl.run.

Returns:
int or str

The returned value of foriqr is based on setting of key.