ansys.mapdl.core.Mapdl.vatt#

Mapdl.vatt(mat='', real='', type_='', esys='', secnum='', **kwargs)#

Associates element attributes with the selected, unmeshed volumes.

Mechanical APDL Command: VATT

Parameters:
matstr

Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.

realstr

Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.

type_str

Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.

esysstr

Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.

secnumstr

Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.

Notes

These element attributes will be used when the volumes are meshed. If a volume does not have attributes associated with it (by this command) at the time it is meshed, the attributes are obtained from the then current mat, real, The type statement, esys, and secnum command settings. Reissue the vatt command (before volumes are meshed) to change the attributes. A zero (or blank) argument removes the corresponding association.

If any of the arguments MAT, REAL, TYPE, ESYS or SECNUM are defined as -1, then that value will be left unchanged in the selected set.

In some cases, the program can proceed with a volume meshing operation even when no logical element type has been assigned via vatt, TYPE or The type statement. For more information, see the discussion on setting element attributes in Meshing Your Solid Model of the Modeling and Meshing Guide.